Description Usage Arguments Value Author(s) Examples
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.
1 |
file |
A |
A matrix
containing
Laurent Gatto
1 2 3 4 | ## example file for the PXD000001 data
f <- list.files(system.file("extdata", package = "ProteomicsAnnotationHubData"),
full.names = TRUE, pattern = "PXD000001.dcf")
readPahdFiles(f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.