Description Usage Arguments Details Value Author(s) See Also Examples
Computes error of the parent ion mass to charge measurement from
experimentalMassToCharge
and calculatedMassToCharge
.
The returned value is in points per million (ppm).
1 | mass_measurement_error(object)
|
object |
An instance of class "MSnID". |
It may be more common to compute "mass measurement error". However, the practical difference in "mass measurement error" and "mass to charge measurement error" is negligible. Moreover, the instruments measure mass/charge ratio, not mass per se.
Returns mass to charge measurement error in "ppm" units.
Vladislav A Petyuk vladislav.petyuk@pnnl.gov
MSnID
recalibrate
correct_peak_selection
1 2 3 | data(c_elegans)
ppm <- mass_measurement_error(msnidObj)
hist(ppm, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.