gene.details {exonmap} | R Documentation |
Given an Ensembl gene,transcript or exon id, as appropriate, returns a matrix giving detailed annotation - one row per element.
gene.details(X) transcript.details(X) exon.details(X)
X |
a vector of the Ensembl gene/transcript/exon ids, as appropriate, to look up in the database |
Connects to X:MAP and returns a matrix containing annotation details for the genes of interest.
A dataframe.
Michal Okoniewski, Crispin Miller
http://bioinformatics.picr.man.ac.uk/
## Not run: gene.details("ENSG00000146556") ## End(Not run)