getPossibleXrefs {biomaRt}R Documentation

Get possible cross-references in Ensembl

Description

This function retrieves the possible cross-references present in Ensembl. This is a very general function to see what can be extracted from Ensembl. The results of this function can be used in the getXref function to extract the data of interest.

Usage

getPossibleXrefs(mart = NULL)

Arguments

mart object of class Mart, containing connections to the BioMart databases. You can creat such an object using the function martConnect.

Author(s)

Sean Davis, Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck

See Also

Examples

## Not run: 
mart <- martConnect()

xref <- getPossibleXrefs(mart = mart)
xref[1:10,]

martDisconnect(mart = mart)
## End(Not run)

[Package biomaRt version 1.0.4 Index]