prepareAnnotations: prepare annotations from txdb object or gtf file

Description Usage Arguments Value Examples

View source: R/annotationFunctions.R

Description

Function to prepare tables and genomic ranges for transript reconstruction using a txdb object

Usage

1

Arguments

x

A TxDb object or a gtf file

Value

A GRangesList object

Examples

1
2
3
4
5
gtf.file <- system.file("extdata",
    "Homo_sapiens.GRCh38.91_chr9_1_1000000.gtf",
    package = "bambu"
)
prepareAnnotations(x = gtf.file)

bambu documentation built on Nov. 12, 2020, 2:01 a.m.