| PAHD {ProteomicsAnnotationHubData} | R Documentation |
Reads ProteomicsAnnotationHubData dcf files and prepares them for
inclusion into AnnotationHub. See
ProteomicsAnnotationDataHub{} for details and an example.
PAHD(x, resourceDir)
x |
One of mulitple ProteomicsAnnotationHubData dcf files. |
resourceDir |
A |
Note: Current limitation is that all the files are expected to reside in a single resource directory.
A list of PAHD objects that can be used to
prepare and submit data to AnnotationHub. See
ProteomicsAnnotationHub() for details.
Laurent Gatto ## example file for the PXD000001 data f <- list.files(system.file("extdata", package = "ProteomicsAnnotationHubData"), full.names = TRUE) PXD000001 <- PAHD(f) length(PXD000001) PXD000001[[1]]