Up

Module Biocaml_mzData.Precursor (.ml)

module Precursor: 
sig
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.
end

AltStyle によって変換されたページ (->オリジナル) /