martConnect {biomaRt}R Documentation

Connects to available BioMarts

Description

This function connects to available BioMarts

Usage

martConnect(host = "ensembldb.ensembl.org", user = "anonymous", password = "")

Arguments

host host where database resides
user username
password password

Author(s)

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

See Also

Examples

## Not run: 
mart <- martConnect()

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

[Package biomaRt version 1.0.4 Index]