labEffPSM | R Documentation |
TMT labeling efficiency
labEffPSM(
group_psm_by = c("pep_seq", "pep_seq_mod"),
group_pep_by = c("prot_acc", "gene"),
dat_dir = NULL,
expt_smry = "expt_smry.xlsx",
frac_smry = "frac_smry.xlsx",
fasta = NULL,
entrez = NULL,
pep_unique_by = "group",
corrected_int = TRUE,
rm_reverses = TRUE,
rptr_intco = 1000,
rm_craps = FALSE,
rm_krts = FALSE,
rm_outliers = FALSE,
annot_kinases = FALSE,
plot_rptr_int = TRUE,
plot_log2FC_cv = TRUE,
use_lowercase_aa = TRUE,
...
)
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 character string to the working directory. The default is to match the value under the global environment. |
expt_smry |
A character string to a |
frac_smry |
A character string to a |
fasta |
Character string(s) to the name(s) of fasta file(s) with
prepended directory path. The |
entrez |
Character string(s) to the name(s) of entrez file(s) with
prepended directory path. At the |
pep_unique_by |
A character string for annotating the uniqueness of
peptides. At the |
corrected_int |
Logical; uses corrected intensities or not. |
rm_reverses |
A logical argument for uses with |
rptr_intco |
Numeric; the threshold of reporter-ion intensity (TMT:
|
rm_craps |
Logical; if TRUE, cRAP proteins will be removed. The default is FALSE. |
rm_krts |
Logical; if TRUE, keratin entries will be removed. The default is FALSE. |
rm_outliers |
Logical; if TRUE, PSM outlier removals will be performed
for peptides with more than two identifying PSMs. Dixon's method will be
used when |
annot_kinases |
Logical; if TRUE, proteins of human or mouse origins will be annotated with their kinase attributes. The default is FALSE. |
plot_rptr_int |
Logical; if TRUE, the distributions of reporter-ion intensities will be plotted. The default is TRUE. The argument is also applicable to the precursor intensity with MaxQuant LFQ. |
plot_log2FC_cv |
Logical; if TRUE, the distributions of the CV of
peptide |
use_lowercase_aa |
Logical; if TRUE, modifications in amino acid residues
will be abbreviated with lower-case and/or |
... |
Not currently used. |
res <- labEffPSM(
fasta = c("~/proteoQ/dbs/fasta/uniprot/uniprot_mm_2014_07.fasta"),
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.