calcTMTPeptide | R Documentation |
Entries under the same pep_seq_mod
at different z
are
collapsed. Argument injn_idx
does not currently used.
calcTMTPeptide(
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,
lfq_ret_tol = 60L,
rm_allna = FALSE,
type_sd = "log2_R",
engine = "mz"
)
df |
A data frame containing the PSM table from database searches. |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
method_psm_pep |
Character string; the method to summarize the
|
group_pep_by |
A character string specifying the method in peptide
grouping. At the |
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
set_idx |
Numeric. The index of a multiplex TMT experiment in metadata
files such as |
injn_idx |
Numeric. The index of |
TMT_plex |
Numeric; the multiplexity of TMT, i.e., 10, 11 etc. |
lfq_ret_tol |
The tolerance of retention time (in seconds) for the aggregation of LFQ data. |
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 |
The name of search engine. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.