get_representives {mzkit} | R Documentation |
get_representives(ions,
top.n = 5,
mzdiff = 0.3,
intocutoff = 0.05,
equals = 0.85);
a collection of the peakms2 dataset
this function returns top n spectrum data
the mass tolerance error for make spectrum centroid and matched of the ms2 spectrum fragments.
the relative intensity percentage value for removes the noise fragments.
the spectrum similarity cutoff value for check of the two spectrum is equals or not.
a collection of peakms2 data object, number of the spectrum is specificed via the top_n
parameter.