| readPahdFiles {ProteomicsAnnotationHubData} | R Documentation |
Reads one or multiple ProteomicsAnnotationHubData dcf files into a
matrix that can be processed with
PAHD. Commnent lines starting with # will be
removed. See ProteomicsAnnotationDataHub() for details.
readPahdFiles(file)
file |
A |
A matrix containing
Laurent Gatto
## example file for the PXD000001 data
f <- list.files(system.file("extdata", package = "ProteomicsAnnotationHubData"),
full.names = TRUE, pattern = "PXD000001.dcf")
readPahdFiles(f)