View source: R/imprints_join_peptides.R
imprints_join_peptides | R Documentation |
Function to join peptides dataset obtained after imprints_sequence_peptides
.
imprints_join_peptides(data, mode = c("partial", "exact"))
data |
A list of peptides data to join, typically after |
mode |
Either 'exact' or 'partial'. If 'exact', the datasets will be joined according their
peptide sequence, i.e. to be joined they need to have the same annotated sequence, position and modification.
If 'partial', peptides will only be joined on the protein position and will try to join close
position together; i.e. it will not take into account the amino-acid sequence. It is mostly useful
for joining dataset after summing different peptides parts together using the function |
Your joined dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.