geneModels: Load gene models

Description Usage Arguments Value Examples

View source: R/geneAttribution.R

Description

Get gene models as a GenomicRanges object, with gene names in the symbol column For hg19, you may want to use TxDb.Hsapiens.UCSC.hg19.knownGene and for GRCh38, TxDb.Hsapiens.UCSC.hg38.knownGene (set as default)

Usage

1
2
  geneModels(txdb = TxDb.Hsapiens.UCSC.hg38.knownGene::TxDb.Hsapiens.UCSC.hg38.knownGene,
  maxGeneLength = 1e+06, genesToInclude, genesToExclude)

Arguments

txdb

GenomicFeatures TxDb object containing genomic coordinates of genes

maxGeneLength

An integer. Gene models that are longer than this are excluded. Optional

genesToInclude

A character vector of gene symbols of genes to include (e.g. only protein coding genes). Optional

genesToExclude

A character vector of gene symbols of genes to exclude. Optional

Value

A GenomicRanges object containing human gene models

Examples

1
2
geneModels()
geneModels(genesToInclude = c("CYYR1", "ADAMTS1", "ADAMTS5", "N6AMT1", "LTN1"))

geneAttribution documentation built on Nov. 8, 2020, 5:17 p.m.