View source: R/internalProcessing.R
clust | R Documentation |
Clustering for MS peaks based on mz or RT.
clust(values, mins, maxs, samples, unique.samples, maxdist, ppm)
values |
values to clusterize (mz or RT). |
mins |
lower bound for each value. |
maxs |
higher bound for each value. |
samples |
numeric vector that indicates to which sample each value belongs. |
unique.samples |
logical. FALSE if several measures from the same sample can be clusterized together. |
maxdist |
maximum distance allowed within a cluster. |
ppm |
logical. TRUE if maxdist is given in ppm. |
numeric vector with the assigned clusters
M Isabel Alcoriza-Balaguer <maialba@iislafe.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.