powered by
get_gene() Get the gene coordinates for a gene Required parameter is gene name
get_gene()
This method is deprecated and will be removed in future versions. use get_gene_coords instead.
get_gene_coords
get_gene(gene_name, chr = NULL, build = 38)
Dataframe with the gene name and its genetic coordinates
A string representing a gene name (e.g. "FTO")
A string, search for the genes on this chromosome only, (e.g chr="chr1")
A string, genome build, choose between builds 37 (GRCh37) and 38 (GRCh38) (default is 38)
if (FALSE) { get_gene("FTO") }
Run the code above in your browser using DataLab