Description Usage Arguments Value Examples
View source: R/mutation_gene_data.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 each neoantigen discovered, as well as the position in seq where the mutation was found.
1 | mutation_gene_data(geneName, seq)
|
geneName |
The string name of the gene. |
seq |
The string peptide sequence associated with the gene. |
data.frame
1 | mutation_gene_data("KRAS", "AKSVTCTY...")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.