psm_mpurge | R Documentation |
Helper of purgePSM
psm_mpurge(
file,
dat_dir = NULL,
group_psm_by = "pep_seq",
group_pep_by = "prot_acc",
pt_cv = NULL,
max_cv = NULL,
min_n = 1L,
rm_allna = FALSE,
theme,
...
)
file |
A list of file (names). |
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
group_pep_by |
A character string specifying the method in peptide
grouping. At the |
pt_cv |
Numeric between 0 and 1; the percentile of CV. Values above the
percentile threshold will be replaced with NA. The default is NULL with no
data trimming by CV percentile. The precedence in data purging is
|
max_cv |
Numeric; the cut-off in maximum CV. Values above the threshold will be replaced with NA. The default is NULL with no data trimming by max CV. |
min_n |
Positive integer. When calling from |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
theme |
A ggplot2 theme, i.e., theme_bw(), or a custom theme. At the NULL default, a system theme will be applied. |
... |
Additional parameters for plotting: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.