Learn R Programming

biomaRt (version 2.28.0)

listEnsembl: lists the available BioMart databases hosted by Ensembl

Description

This function returns a list of BioMart databases hosted by Ensembl. To establish a connection use the useMart function.

Usage

listEnsembl(mart = NULL,host = "www.ensembl.org", version = NULL, GRCh = NULL, mirror = NULL, verbose = FALSE)

Arguments

mart
mart object created with the useEnsembl function. This is optional, as you usually use listMarts to see which marts there are to connect to.
host
Host to connect to if different then www.ensembl.org
version
Ensembl version to connect to when wanting to connect to an archived Ensembl version
GRCh
GRCh version to connect to if not the current GRCh38, currently this can only be 37
mirror
Mirror to connect to [uswest,useast,asia], If no mirror is specified the default will be used which is www.ensembl.org hosted in the UK
verbose
Give detailed output of what the method is doing, for debugging purposes

Examples

Run this code
if(interactive()){
listEnsembl()
}

Run the code above in your browser using DataLab