Mart-class {biomaRt}R Documentation

Class Mart

Description

Represents a Mart class, containing connections to different BioMarts

Details

This Class is used to represent connections to different BioMart databases.

Creating Objects

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
)

Author(s)

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

See Also

Examples



[Package biomaRt version 1.0.4 Index]