get_gene_coords()
Get the gene coordinates for a gene
Required parameter is gene name
get_gene_coords(gene_name, chr = NULL, build = 38)
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)
Dataframe with the gene name and its genetic coordinates
get_gene_coords("FTO")
#> chrom gene_start gene_end gene_symbol biotype
#> 1 chr16 53701691 54158512 FTO protein_coding