mz {math} |
R Documentation |
evaluate all m/z for all known precursor type.
Description
Usage
mz(mass,
mode = "+",
unsafe = TRUE);
Arguments
mass
the target exact mass value. [as double]
mode
this parameter could be two type of data:
1. character of value +
or -
, means evaluate all m/z for all known precursor types in given ion mode
2. character of value in precursor type format means calculate mz for the target precursor type
3. mzcalculator type means calculate mz for the traget precursor type
4. a list of the mz calculator object and a list of corresponding mz value will be evaluated.
Details
Authors
BioNovoGene
Value
this function returns data object in these one of the listed data types:
PrecursorInfo, double.
clr value class
Examples
[Package
math version 1.0.0.0
Index]