Mart-class {biomaRt} | R Documentation |
Represents a Mart class, containing connections to different BioMarts
This Class is used to represent connections to different BioMart databases.
new('Mart',
ensembl = ..../, #connection to Ensembl database
vega = ..../, #connection to vega database
sequence = ..../, #connection to sequence mart
snp = ..../, #connection to snp mart
arrayToSpecies = ..../, #mapping from affy arrays to species
arrayToEnsembl = ..../, #mapping from affy arrays to Ensembl tables
)
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck