filterPeaks | R Documentation |
This function filters out peaks which occur in less than 'minFreq' percent of all pixels. This is similar to 'MALDIquant::filterPeaks' but is more memory friendly as it relies on sparse data representation.
filterPeaks(x, minFreq = 0.01)
x: |
Dataset, a list of |
minFreq: |
numeric falling in [0,1], peaks occuring in |
Filtered list of 'MassPeaks' objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.