acquisitionDirectory {proFIA} | R Documentation |
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.
acquisitionDirectory(files = NULL)
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.
if(require(plasFIA)){ path<-system.file(package="plasFIA","mzML") tabClasses<-acquisitionDirectory(path) tabClasses }