preMZpepLFQ | R Documentation |
Pre-processing of Mzion PSM tables
preMZpepLFQ(
df = NULL,
group_psm_by = "pep_seq_mod",
group_pep_by = "prot_acc",
dat_dir = NULL,
set_idx = 1L,
injn_idx = 1L,
tmt_plex = 1L,
rm_allna = FALSE
)
df |
A data frame. |
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 |
dat_dir |
A working directory. |
set_idx |
A set index. |
injn_idx |
An injection index. |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
TMT_plex |
The multiplexity of TMT. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.