haddApexRTs_allsets | R Documentation |
Inputs are at the levels of all TMTSet_LCMSInj.txt files.
haddApexRTs_allsets(
filelist = NULL,
ms1full_files = NULL,
dat_dir = NULL,
path_ms1 = NULL,
rt_size = 240,
rt_margin = 480,
max_rt_delta = 240,
max_n_apexes = 2L,
data_type = "raw"
)
filelist |
The file names of PSM tables, e.g., TMTSet1_LCMSinj1_PSM_N.txt etc. |
ms1full_files |
The file names of |
dat_dir |
The working directory. |
path_ms1 |
The file path to |
rt_size |
The width of each LC retention times in seconds. Made big, as an apex RT can be several minutes earlier to the reference RT (of an triggering MS2) in one run and several minutes later in another. |
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. |
max_n_apexes |
The maximum number of apexes for consideration. |
data_type |
The type of MS data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.