Description Usage Arguments Value
View source: R/SpecFunctions.R
Internal function. This function removes peaks with their mass values (m/z values) outside a given mass range.
This function is used in process_monospectra
.
1 | filtermass(spectra, mass.range)
|
spectra |
Mass Spectra (A MALDIquant MassSpectrum (S4) object). An output of |
mass.range |
Mass (m/z) range (a vector). For exmaple, c(1000,2200). |
A list of filtered mass spectra (MALDIquant MassSpectrum (S4) objects) which contains mass, intensity, and metaData.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.