View source: R/feature_groups-sirius.R
groupFeaturesSIRIUS | R Documentation |
Uses SIRIUS to find and group features.
groupFeaturesSIRIUS(analysisInfo, verbose = TRUE)
analysisInfo |
A |
verbose |
if |
This function uses SIRIUS to group features. This function is called when calling groupFeatures
with
algorithm="sirius"
.
Finding and grouping features is done by running the lcms-align
command on every analyses at once.
For this reason, grouping feature data from other algorithms than SIRIUS
is not supported.
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 featureGroups
.
The featuresSet
method (for sets workflows) returns a
featureGroupsSet
object.
Dhrkop2019patRoon
groupFeatures
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.