Description Usage Arguments Value Author(s) See Also
The filenames of the raw LC-MS runs are read from the array files
in the global enviroment.
See the vignette vignette("RMassBank")
for further details about the
workflow.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
w |
A |
filetable |
The path to a .csv-file that contains the columns "Files" and "ID" supplying the relationships between files and compound IDs. Either this or the parameter "files" need to be specified. |
files |
A vector or list containing the filenames of the files that are to be read as spectra. For the IDs to be inferred from the filenames alone, there need to be exactly 2 underscores. |
cpdids |
A vector or list containing the compound IDs of the files that are to be read as spectra.
The ordering of this and |
readMethod |
Several methods are available to get peak lists from the files. Currently supported are "mzR", "xcms", "MassBank" and "peaklist". The first two read MS/MS raw data, and differ in the strategy used to extract peaks. MassBank will read existing records, so that e.g. a recalibration can be performed, and "peaklist" just requires a CSV with two columns and the column header "mz", "int". |
mode |
|
confirmMode |
Defaults to false (use most intense precursor). Value 1 uses the 2nd-most intense precursor for a chosen ion (and its data-dependent scans) , etc. |
useRtLimit |
Whether to enforce the given retention time window. |
Args |
A list of arguments that will be handed to the xcms-method findPeaks via do.call |
settings |
Options to be used for processing. Defaults to the options loaded via
|
progressbar |
The progress bar callback to use. Only needed for specialized applications.
Cf. the documentation of |
MSe |
A boolean value that determines whether the spectra were recorded using MSe or not |
plots |
A boolean value that determines whether the pseudospectra in XCMS should be plotted |
The msmsWorkspace
with msms-spectra read.
Michael Stravs, Eawag <michael.stravs@eawag.ch>
Erik Mueller, UFZ
msmsWorkspace-class
, msmsWorkflow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.