saddMBR | R Documentation |
MBR of peptides
saddMBR(
base_name,
ms1files,
row_id = 1L,
xsmat = NULL,
ysmat = NULL,
tsmat = NULL,
ssmat = NULL,
fsmat = NULL,
nsmat = NULL,
mbr_mzs,
mbr_rets,
mbr_peps,
dat_dir,
mbr_ret_tol = 25,
gap = mbr_ret_tol + 90,
min_y = 2e+06,
yco = 100,
step = 1e-05,
fwhm_co = 0.5
)
base_name |
The base name of a peptide table file
( |
ms1files |
A list of file names of retention-time calibrated RAW MS1
data corresponding to the peptide table at |
row_id |
An integer corresponding to |
xsmat |
A matrix of X (m-over-z) values under the peptide table at the
|
ysmat |
A matrix of apex intensities. |
tsmat |
A matrix of apex retention times. |
ssmat |
A matrix of apex scan numbers. |
fsmat |
A matrix of FWHMs. |
nsmat |
A matrix of apex width in counts of MS2 scans. |
mbr_mzs |
A vector of m-over-z values in the universe (sample average). |
mbr_rets |
A vector of retention times in the universe (sample average). |
dat_dir |
The working data directory. |
mbr_ret_tol |
The tolerance in MBR retention time in seconds. |
gap |
A gap in retention-time window in seconds for finding gates in the
Y values of LC. The gap value serves as a margin to trace out a whole peak
with its apex within the |
min_y |
The cut-off of intensity values in MBR. |
yco |
The cut-off in Y-values. |
step |
The mass error in |
fwhm_co |
The cut-off in FWHM values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.