View source: R/biomart_queries.R
biomart.gene.position | R Documentation |
Uses biomaRt function to fetch the chromosomal coordinates for the given HUGO gene symbols. It uses the given BioMart database.
biomart.gene.position(gene, mart)
gene |
the variant mame (HUGO gene symbols) |
mart |
BioMart database |
genomic coordinates
Alessia Visconti
mybiomart <- biomart.fetch.GENE.grch37.mart()
biomart.gene.position("DDX11L1", mybiomart)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.