psm_mcleanup | R Documentation |
Parallel PSM cleanup
psm_mcleanup(
file = NULL,
rm_outliers = FALSE,
group_psm_by = "pep_seq",
dat_dir = NULL,
TMT_plex = 10L,
rm_allna = FALSE
)
file |
A PSM file (name). |
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 |
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
TMT_plex |
Numeric; the multiplexity of TMT, i.e., 10, 11 etc. |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.