View source: R/keep_top_peaks.R
keep_top_peaks | R Documentation |
Keeps n
peaks by cluster and by method.
If there are ties, more than n
peaks can be selected ( see top_n
for more information).
keep_top_peaks(selection_criterion, n = 1, export_filtered_peaks = TRUE)
selection_criterion |
"intensity" or "degree" or "both". |
n |
Keep only n.top peaks by clusters if intensity or degree filters. |
export_filtered_peaks |
Copy peaks files corresponding to the peaks remaining after filtering in a new folder. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.