get_genes_variants | R Documentation |
Get the variants located between the start and stop positions of the genes given as input.
get_genes_variants(genes, verbose = FALSE)
genes |
list of genes (can be obtained from |
verbose |
if true, will print progress information (default: FALSE) |
a data.frame of variants with the following columns (see: format_output
)
chr (chromosome)
pos (position of the variant)
rsid (variant ID)
ensembl_gene_id ("gene id" of the gene associated with the variant)
hgnc_symbol ("hgnc symbol" of the gene associated with the variant)
source (here the value will be "omim")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.