clustunique {xcms} | R Documentation |
Find indicies of nonoverlapping m/z and retention time windows.
clustunique(clust, priority = seq(length = nrow(clust)), mzdiff = 0, max = 5)
clust |
matrix with mzmin , mzmax , retmin , and
retmax columns
|
priority |
integer vector with indicies ordered by priority |
mzdiff |
minimal difference in m/z |
max |
maximum number of sorted rows to check for uniqueness |
An integer vector with indicies of rows to keep
Colin A. Smith, csmith@scripps.edu