geneInfo {otargen} | R Documentation |
Retrieve gene summary information.
Description
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)
Arguments
gene |
Character: an ENSEMBL gene identifier (e.g.ENSG00000169174) or gene name (e.g. PCSK9). |
Value
Returns a data frame (tibble format) with the following data structure:
id
symbol
bioType
description
chromosome
tss
start
end
fwdStrand
exons
Examples
## Not run:
result <- geneInfo(gene="ENSG00000169174")
result <- geneInfo(gene="PCSK9")
## End(Not run)
[Package otargen version 1.1.1 Index]