normPep | R Documentation |
Median summary of data from the same TMT or LFQ experiment at different LCMS
injections summed pep_n_psm
, prot_n_psm
, and prot_n_pep
after data merging no Z_log2_R yet available use col_select =
expr(Sample_ID)
not col_select
to get all Z_log2_R why: users may
specify col_select
only partial to Sample_ID entries.
normPep(
dat_dir = NULL,
group_psm_by = "pep_seq_mod",
group_pep_by = "prot_acc",
engine = "mz",
lfq_mbr = TRUE,
use_duppeps = TRUE,
duppeps_repair = "denovo",
cut_points = Inf,
omit_single_lfq = FALSE,
use_mq_pep = FALSE,
use_mf_pep = FALSE,
rm_allna = FALSE,
mbr_ret_tol = 25,
max_mbr_fold = 20,
ret_sd_tol = Inf,
rm_ret_outliers = FALSE,
use_spec_counts = FALSE,
...
)
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 |
engine |
The name of search engine. |
lfq_mbr |
Logical; if TRUE, performs match-between-run (MBR) with Mzion
LFQ data. Also requires |
use_duppeps |
Logical; if TRUE, re-assigns double/multiple dipping peptide sequences to the most likely proteins by majority votes. |
duppeps_repair |
Not currently used (or only with For instance, the same sequence of PEPTIDE may be assigned to protein
accession PROT_ACC1 in data set 1 and PROT_ACC2 in data set 2. At the
|
cut_points |
A named, numeric vector defines the cut points (knots) for
the median-centering of |
omit_single_lfq |
Depreciated. Logical; if TRUE, omits LFQ entries with single measured values across all samples. The default is FALSE. |
use_mq_pep |
Logical; if TRUE, uses the peptides.txt from MaxQuant. |
use_mf_pep |
Logical; if TRUE, uses the peptides.txt from MSFragger. |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
mbr_ret_tol |
Retention time tolerance (in seconds) for LFQ-MBR. |
max_mbr_fold |
The maximum absolute fold change in MBR. |
ret_sd_tol |
Depreciated. Numeric; the tolerance in the variance of
retention time (w.r.t. measures in seconds). The thresholding applies to
TMT data. The default is |
rm_ret_outliers |
Depreciated. Logical; if TRUE, removes peptide entries with outlying retention times across samples and/or LCMS series. |
use_spec_counts |
Logical; If TRUE, uses spectrum counts for quantitation with Mascot or Mzion outputs. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.