Description Usage Arguments Value Author(s) Examples
Retain the most intense ions in a spectrum and return sorted spectrum in 2-col matrix
1 | topIons(mz, intensity, top)
|
mz |
m/z |
intensity |
intensity |
top |
the number of most intense m/z to be maintained |
return a 2-col matrix
Mingshu Cao
1 2 | #Just sort:
#topIons(mz, intensity, top=length(mz))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.