Description Usage Arguments Value Examples
View source: R/mutation_positions.R
Analyzes seq for mutations in the lung cancer neoantigen database, for neoantigens for pertaining to geneName, and returns a data.frame with the information pertaining to where each neoantigen mutation was positioned in seq, as well as where the mutation's length.
1 | mutation_positions(geneName, seq)
|
geneName |
The string name of the gene. |
seq |
The string peptide sequence associated with the gene. |
data.frame
1 | mutation_positions("ADGRA3", "TCAKSVTCTY...")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.