Description Usage Arguments Value Author(s) Examples
Given an object from the ISAtab-class, this method retrieves a vector with the assay filenames corresponding to mass spectrometry (identified by having a column called 'Raw Spectral Data File'.
1 |
isa |
an object from the ISAtab class |
A character vector with the assay filenames corresponding to mass spectrometry.
Alejandra Gonzalez-Beltran
1 2 3 4 | data.dir <- system.file("extdata", package="Risa")
isazip <- system.file("extdata","faahKO-metadata.zip", package="Risa")
faahkoISA <- readISAtab(zipfile = isazip, path = file.path(data.dir,"faahKOISA"), verbose =TRUE)
ms.assay.filenames <- getMSAssayFilenames(faahkoISA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.