Description Methods Author(s) See Also Examples
This method selects a range of MZ values in a single spectrum
(Spectrum
instances) or all the spectra of an experiment
(MSnExp
instances). The regions to trim are defined by the
range of mz
argument, such that MZ values <= min(mz)
and
MZ values >= max(mz)
are trimmed away.
signature(object = "MSnExp", mz = "numeric", msLevel. =
"numeric")
Trims all spectra in MSnExp
object according
to mz
. If msLevel.
is defined, then only spectra of
that level are trimmer.
signature(object = "Spectrum", mz = "numeric",
msLevel. = "numeric")
Trims the Spectrum
object and
retruns a new trimmed object. msLevel.
defines the level
of the spectrum, and if msLevel(object) != msLevel.
,
cleaning is ignored. Only relevant when called from
OnDiskMSnExp
and is only relevant for developers.
Laurent Gatto <lg390@cam.ac.uk>
removePeaks
and clean
for other spectra
processing methods.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.