View source: R/features-sirius.R
findFeaturesSIRIUS | R Documentation |
Uses SIRIUS to find features.
findFeaturesSIRIUS(analysisInfo, verbose = TRUE)
analysisInfo |
A |
verbose |
If set to |
This function uses SIRIUS to automatically find features. This function is called when calling findFeatures
with
algorithm="sirius"
.
The features are collected by running the lcms-align
SIRIUS
command for every analysis.
The MS files should be in the ‘mzML’ or ‘mzXML’ format. Furthermore, this algorithms requires the presence of (data-dependent) MS/MS data.
The input MS data files need to be centroided. The convertMSFiles
function can be used to
centroid data.
An object of a class which is derived from features
.
findFeaturesSIRIUS
uses multiprocessing to parallelize
computations. Please see the parallelization section in the handbook for
more details and patRoon options for configuration
options.
Note that for caching purposes, the analyses files must always exist on the local host computer, even if it is not participating in computations.
Dhrkop2019patRoon
findFeatures
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.