View source: R/setters_and_getters.R
| get_gene_coords | R Documentation | 
get_gene_coords() Get the gene coordinates for a gene
Required parameter is gene name
get_gene_coords(gene_name, chr = NULL, build = 38)
| gene_name | A string representing a gene name (e.g. "FTO") | 
| chr | A string, search for the genes on this chromosome only, (e.g chr="chr1") | 
| build | A string, genome build, choose between builds 37 (GRCh37) and 38 (GRCh38) (default is 38) | 
Dataframe with the gene name and its genetic coordinates
## Not run: 
get_gene_coords("FTO")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.