Arguments
biomart
BioMart database name you want to connect to. Possible database names can be retrieved with the functio listEnsembl
dataset
Dataset you want to use. To see the different datasets available within a biomaRt you can e.g. do: mart = useEnsembl('ENSEMBL_MART_ENSEMBL'), followed by listDatasets(mart).
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 while in
use, for debugging