cleanupPSM | R Documentation |
cleanupPSM
removes PSM outliers after splitPSM_ma
or ,
splitPSM_mq
. The outlier removals will be
assessed at the basis of per peptide per TMT channel.
cleanupPSM(
dat_dir = NULL,
rm_outliers = FALSE,
group_psm_by = "pep_seq",
rm_allna = FALSE,
parallel = TRUE
)
rm_outliers |
Logical; if TRUE, PSM outlier removals will be performed
for peptides with more than two identifying PSMs. Dixon's method will be
used when |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
Dixon's method will be used when 2 < n \le 25
; Rosner's method will be
used when n > 25
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.