calcTMTLFQPeptide | R Documentation |
For TMT and also for LFQ other than Mzion to flow through. Entries under the
same pep_seq_mod
at different z
are collapsed.
calcTMTLFQPeptide(
df = NULL,
group_psm_by = "pep_seq",
method_psm_pep = "median",
group_pep_by = "prot_acc",
dat_dir = NULL,
set_idx = 1L,
injn_idx = 1L,
tmt_plex = 10L,
rm_allna = FALSE,
type_sd = "log2_R",
engine = "mz"
)
df |
A data frame. |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
method_psm_pep |
Depreciated. Character string; the method to summarize
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 |
Not used. An injection index. |
tmt_plex |
The multiplexity of TMT. |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
type_sd |
Character string; the type of log2Ratios for SD calculations.
The value is one |
engine |
A search engine name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.