biocaml.unix
MzData.Precursor
biocaml.base
biocaml.ez
type t = {
mslevel : int;
1: MS, 2: MS/MS,...
mz : float;
MassToChargeRatio
z : float;
ChargeState
int : float;
Intensity
}
val mass : t -> float
mass p return the mass of the precursor p without charge.
mass p
p