mcPSM | R Documentation |
mcPSM
adds fields of log2_R, N_log2_R and N_I
to PSM tables.
mcPSM(
df = NULL,
set_idx = 1L,
injn_idx = 1L,
mc_psm_by = "peptide",
group_psm_by = "pep_seq",
group_pep_by = "prot_acc",
rm_allna = FALSE
)
df |
A data frame containing the PSM table from database searches. |
set_idx |
Numeric. The index of a multiplex TMT experiment in metadata
files such as |
injn_idx |
Numeric. The index of |
mc_psm_by |
A character string specifying the method in the median
centering of PSM |
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 |
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.