load.gene.mart: Load gene database alternate version or organism.

Description Usage Examples

Description

By default we will look up human (hg38) gene models. This function should be called once after the package is loaded to use a different biomart database.

Usage

1
2
load.gene.mart(version = "hg38", biomart.host, biomart.fields,
  biomart.filters, biomart.mart, biomart.dataset)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# To use hg37 genomic coordinates
load.gene.mart('hg37')

# To use drosophila gene models
load.gene.mart('BDGP5')

# To use mouse gene models:
load.gene.mart(biomart.dataset='mmusculus_gene_ensembl',
               biomart.filters=NULL,
               biomart.filter.values=NULL)

sushilashenoy/zoom.plot documentation built on May 30, 2019, 8:42 p.m.