Description Usage Arguments Value
Handle shared peptides.
1 2 3 4 5 6 | .handleSharedPeptides(
input,
remove_shared = TRUE,
protein_column = "ProteinName",
peptide_column = "PeptideSequence"
)
|
input |
data.table pre-processed by one of the .cleanRaw* functions. |
remove_shared |
lgl, if TRUE, shared peptides will be removed |
protein_column |
chr, name of the column with names of proteins. |
peptide_column |
chr, name of the column with peptide sequences. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.