assign_duppeps | R Documentation |
Assign duplicated peptides to a leading protein
assign_duppeps(
df,
group_psm_by = "pep_seq",
group_pep_by = "pep_seq_mod",
use_duppeps = TRUE,
duppeps_repair = "denovo"
)
df |
A PSM data frame |
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 |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.