addApexRTs | R Documentation |
Inputs are at the levels of one RAW file.
addApexRTs(
df,
file_ms1,
path_ms1,
from = 115,
step = 1e-05,
rt_size = 240,
rt_margin = 480,
max_rt_delta = 240,
yco = 100,
min_y = 2e+06,
n_para = 6L
)
df |
A subset of PSM table under one RAW. |
file_ms1 |
The file name of an |
path_ms1 |
The file path to |
from |
The starting point for calculating the bin indexes of masses. |
step |
A step size in mass for binning. |
rt_size |
The width of each LC retention times in seconds. |
rt_margin |
The bracketing margin before and after an LC retention time window. |
max_rt_delta |
The maximum allowance in retention-time difference between the identifying MS2 event and apex. |
yco |
The cut-off in intensities. |
min_y |
The minimum peak area. |
n_para |
The number of parallel processes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.