Description Usage Arguments Value Examples
View source: R/surrounding_peptides.R
Often, the immediate peptides to a mutation are relevant for analyzing a neoantigen. surrounding_peptides finds all neoantigens within seq for geneName that are in the lung cancer database, and returns a dataframe containing the strings for each of these found neoantigens with sides number of flanking peptides in the peptide sequence (in lower case), and the peptides' position.
1 | surrounding_peptides(geneName, seq, sides = 3)
|
geneName |
The string name of the gene. |
seq |
The string peptide sequence associated with the gene. |
sides |
The number of peptides you wish to view flanking the ends of seq. By default this is 3. |
string
1 2 | surrounding_peptides("MAGI2", "GGMNLRIAK...", sides=4)
"(10)rimkNETPVAVLTImiga(26)"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.