This function takes a gene ENSEMBL id (e.g.ENSG00000169174) or a gene name (e.g.PCSK9) and returns a table containing details about
input genes , such as genomic location, gene structure and its BioType.
Usage
geneInfo(gene)
Value
Returns a data frame (tibble format) with the following data structure:
id
symbol
bioType
description
chromosome
tss
start
end
fwdStrand
exons
Arguments
gene
Character: an ENSEMBL gene identifier (e.g.ENSG00000169174) or gene name (e.g. PCSK9).