.removeSharedPeptides | R Documentation |
Remove peptides assigned to more than one protein.
.removeSharedPeptides(input, protein_column, peptide_column)
input |
data.table pre-processed by one of the .cleanRaw* functions. |
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.