rm_apexrt_outliers | R Documentation |
Nullify the apexes with large distance between pep_ret_range
and
pep_apex_ret
. Also remove the entries of very low intensity entries
(in multi-PSM groups of pep_seq_mod
).
rm_apexrt_outliers(df = NULL, key = "pep_seq_mod", rt_tol = 240, y_tol = 0.01)
df |
A PSM table at a TMTset[i]LCMSinj[j]. |
key |
A column key for data grouping. |
rt_tol |
Tolerance in retention times between |
y_tol |
Tolerance in intensity in relative to the based apex intensity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.