cleanPeaks | R Documentation |
cleanPeaks
cleans the peaks under a specified threshold and also remove redundant peaks having the same position
cleanPeaks(spec, peaks, ratioPN, keeprows = FALSE)
spec |
a 'spec' object |
peaks |
a data.frame of the input peaks |
ratioPN |
Threshold of the Peak/Noise ratio below which the peaks will be rejected |
keeprows |
indicates if row names must be preserved. |
a data.frame of the remaining peaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.