Learn R Programming

HTSeqGenie (version 4.2.0)

buildGenomicFeaturesFromTxDb: Build genomic features from a TxDb object

Description

Build genomic features from a TxDb object

Usage

buildGenomicFeaturesFromTxDb(txdb)

Arguments

txdb
A TxDb object.

Value

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

Examples

Run this code
## Not run: 
#   library("TxDb.Hsapiens.UCSC.hg19.knownGene")
#   txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
#   genomic_features <- buildGenomicFeaturesFromTxDb(txdb)
# ## End(Not run)

Run the code above in your browser using DataLab