Description Usage Arguments Value Examples
View source: R/gene_annotation.R
Get the gene name based on the chr name and mutation position, which can be used for the SNP annotation
1 | getGeneName(chr, mutated_positions, gene_annotation = gene_feature0)
|
chr |
A string containing chromsome name |
mutated_positions |
A number containing the mutated position |
gene_annotation |
A dataframe with detailed gene annotation for sec-s288 |
A string represents gene name
1 2 | data('gene_feature0')
getGeneName(chr='chrI',mutated_positions=120983, gene_annotation = gene_feature0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.