getGeneModels {GenomicDistributions}R Documentation

Returns built-in gene models for a given reference assembly

Description

Some functions require gene models, which can obtained from any source. This function allows you to retrieve a few common built-in ones.

Usage

getGeneModels(refAssembly)

Arguments

refAssembly

A string identifier for the reference assembly

Value

A list containing the gene models corresponding to a specific reference assembly.

Examples

getGeneModels("hg19")

[Package GenomicDistributions version 1.2.0 Index]