getPossibleXrefs {biomaRt} | R Documentation |
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.
getPossibleXrefs(mart = NULL)
mart |
object of class Mart, containing connections to the BioMart databases. You can creat such an object using the function martConnect. |
Sean Davis, Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck
## Not run: mart <- martConnect() xref <- getPossibleXrefs(mart = mart) xref[1:10,] martDisconnect(mart = mart) ## End(Not run)