Description Usage Arguments Details Value Author(s)
Reads ProteomicsAnnotationHubData dcf files and prepares them for
inclusion into AnnotationHub. See
ProteomicsAnnotationDataHub{}
for details and an example.
1 | 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]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.