binning {MetCirc} | R Documentation |
Bin m/z values
binning(msp, tol = 0.01, group = NULL, method = c("median", "mean"), verbose = FALSE)
msp |
|
tol |
|
group |
|
method |
|
verbose |
|
The functions binning
bins fragments together by obtaining bins via
calculating either mean or medians of fragments which were put in intervals
according to the tol
parameter.
binning
returns a matrix
where rownames are precursor ions
(m/z / retention time) and colnames are newly calculated m/z values which
were binned. Entires are intensity values in
Thomas Naake, thomasnaake@googlemail.com
data("idMSMStoMSP", package = "MetCirc") binning(msp = finalMSP, tol = 0.01, group = NULL, method = "median", verbose = FALSE)