UTR2UTR53: Annotate UTRs from Gencode GTF as 5' or 3'

Description Usage Arguments Value Author(s) See Also Examples

View source: R/UTR2UTR53.R

Description

Annotate UTRs from Gencode GTF as 5' or 3'

Usage

1
UTR2UTR53(gtf)

Arguments

gtf

GRanges object of the GTF

Value

gtf annotation GRanges object

Author(s)

Beth Signal

See Also

Other gtf manipulation: exonsToTranscripts(), removeDuplicateTranscripts(), removeSameExon(), reorderExonNumbers()

Examples

1
2
3
4
5
6
gtfFile <- system.file("extdata", "gencode.vM25.small.gtf",
    package = "GeneStructureTools"
)
gtf <- rtracklayer::import(gtfFile)
gtf <- UTR2UTR53(gtf)
table(gtf$type)

betsig/GeneStructureTools documentation built on March 31, 2021, 4:43 a.m.