Description Usage Arguments Details Value Author(s) See Also
This function guides the user through the creation of a Complist object.
It handles all xcms and CAMERA function calls as well as the pepmaps calls.
1 | createComplist(mzXML, Sample.info, ID = "MassAI", par = "standard", sep = "\t", dec = ".", annotate = TRUE)
|
mzXML |
The path to the folder containing the .mzXML files used for the analysis. If missing the function lets you choose a folder. |
Sample.info |
A data frame containing information about the samples arranged in alphabetical order to match the order of the .mzXML files. (optional) |
ID |
The type of identification carried out (only 'MassAI' supported at the moment). |
par |
The name of the parameter set used for the analysis. |
sep |
The seperator used in the ID file. |
dec |
The decimal seperator used in the ID file |
annotate |
Logical. Should CAMERA annotation be carried out. |
This function conveniently handles all function calls necessary to create a Complist object. In it's barebone form only 'par' should be specified
(except when using default values) making the function call: ans <- createComplist(par='name') sufficient. Under these circumstances the function directs
the user to choosing the location of the .mzXML and ID files and outputs a Complist object.
A Complist object.
Thomas Dybdal Pedersen
\listS4class{Complist}, complist, peaklist, pepID, Parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.