generateComponentsSpecClust | R Documentation |
Generates components based on MS/MS similarity between feature groups.
generateComponentsSpecClust(fGroups, ...)
## S4 method for signature 'featureGroups'
generateComponentsSpecClust(
fGroups,
MSPeakLists,
method = "complete",
specSimParams = getDefSpecSimParams(),
maxTreeHeight = 1,
deepSplit = TRUE,
minModuleSize = 1
)
fGroups |
|
... |
Any parameters to be passed to the selected component generation algorithm. |
MSPeakLists |
The |
method |
Clustering method that should be applied (passed to
|
specSimParams |
A named |
maxTreeHeight , deepSplit , minModuleSize |
Arguments used by
|
This function uses hierarchical clustering of MS/MS spectra to generate components. This function is called when calling generateComponents
with
algorithm="specclust"
.
The similarities are converted to a distance matrix and used as input for hierarchical clustering, and the
resulting dendrogram is automatically cut with cutreeDynamicTree
. The clustering is performed with
fastcluster::hclust
.
The components are stored in objects derived from componentsSpecClust
.
In a sets workflow the spectral similarities for each set are
combined as is described for the spectrumSimilarity
method
for sets workflows.
Rick Helmus <r.helmus@uva.nl> and Bas van de Velde (major contributions to spectral binning and similarity calculation).
fastcluster1
generateComponents
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.