Description Usage Arguments Value Examples
View source: R/methodsContainer.R
Find the classes organization of a directory, and return a table. This function is called by proFIAset, and is useful to check the structure which will be considered by a proFIAset object.
1 |
files |
The path to the experiment directory/ |
a table containing two columns, the absolute paths of the files and the classes of the acquisition, as given by subdirectories.
1 2 3 4 5 | if(require(plasFIA)){
path<-system.file(package="plasFIA","mzML")
tabClasses<-acquisitionDirectory(path)
tabClasses
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.