gene.details {exonmap}R Documentation

Use the X:MAP database to get detailed annotation for genes, transcripts and exons

Description

Given an Ensembl gene,transcript or exon id, as appropriate, returns a matrix giving detailed annotation - one row per element.

Usage

gene.details(X)
transcript.details(X)
exon.details(X)

Arguments

X a vector of the Ensembl gene/transcript/exon ids, as appropriate, to look up in the database

Details

Connects to X:MAP and returns a matrix containing annotation details for the genes of interest.

Value

A dataframe.

Author(s)

Michal Okoniewski, Crispin Miller

References

http://bioinformatics.picr.man.ac.uk/

Examples

 
  ## Not run: 
    gene.details("ENSG00000146556")
  
## End(Not run)

[Package exonmap version 1.0.07 Index]