splitPSM_mz | R Documentation |
Splits PSM tables from matchMS.
splitPSM_mz(
group_psm_by = "pep_seq",
group_pep_by = "prot_acc",
fasta = NULL,
entrez = NULL,
pep_unique_by = "group",
scale_rptr_int = FALSE,
rm_craps = FALSE,
rm_krts = FALSE,
rm_allna = FALSE,
purge_phosphodata = TRUE,
annot_kinases = FALSE,
plot_rptr_int = TRUE,
rptr_intco = 0,
rptr_intrange = c(0, 100),
use_lowercase_aa = TRUE,
use_spec_counts = FALSE,
lfq_mbr = TRUE,
mbr_ret_tol = 25L,
parallel = 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 |
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 |
scale_rptr_int |
Logical; if TRUE, scales (up) MS2 reporter-ion
intensities by MS1 precursor intensity: |
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_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
purge_phosphodata |
Logical; if TRUE and phosphorylation present as variable modification(s), entries without phosphorylation will be removed. The default is TRUE. |
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. |
rptr_intco |
Numeric; the threshold of reporter-ion intensity (TMT:
|
rptr_intrange |
Numeric vector at length two. The argument specifies the
range of reporter-ion intensities (TMT: |
use_lowercase_aa |
Logical; if TRUE, modifications in amino acid residues
will be abbreviated with lower-case and/or |
use_spec_counts |
Logical; If TRUE, uses spectrum counts for quantitation with Mascot or Mzion outputs. |
lfq_mbr |
Logical; if TRUE, performs match-between-run (MBR) with Mzion
LFQ data. Also requires |
mbr_ret_tol |
Retention time tolerance (in seconds) for LFQ-MBR. |
... |
Not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.