buildGenomicFeaturesFromTxDb: Build genomic features from a TxDb object

Description Usage Arguments Value Author(s) Examples

View source: R/buildGenomicFeaturesFromTxDb.R

Description

Build genomic features from a TxDb object

Usage

1

Arguments

txdb

A TxDb object.

Value

A list named list of GRanges objects containing the biological entities to account for.

Author(s)

Gregoire Pau

Examples

1
2
3
4
5
6
## Not run: 
  library("TxDb.Hsapiens.UCSC.hg19.knownGene")
  txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
  genomic_features <- buildGenomicFeaturesFromTxDb(txdb)

## End(Not run)

HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.