get_gene() Get gene coordinates by its gene symbol/name Required parameters is on gene name or a vector of gene names

get_gene(gene_name, chr = NULL)

Arguments

gene_name

string A gene name (e.g. "FTO")

chr

Search for the gene on this chromosome

Value

Dataframe of genes

Examples

if (FALSE) { get_gene("FTO") }