Learn R Programming

loose.rock (version 1.2.0)

getHsapiensMart.internal: Get hsapiens mart from biomaRt

Description

Get hsapiens mart from biomaRt

Usage

getHsapiensMart.internal(
  verbose = FALSE,
  useCache = TRUE,
  domain = listEnsemblMirrors()
)

Arguments

verbose

add extra information in messages

useCache

use run.cache to speed up multiple calls

domain

vector of possible domains to call biomaRt

Value

biomaRt hsapiens mart

Examples

Run this code
# NOT RUN {
  loose.rock:::getHsapiensMart.internal()
  loose.rock:::getHsapiensMart.internal(verbose = TRUE, useCache = FALSE)
# }

Run the code above in your browser using DataLab