Description Usage Arguments Value Author(s) See Also Examples
Annotate UTRs from Gencode GTF as 5' or 3'
1 | UTR2UTR53(gtf)
|
gtf |
GRanges object of the GTF |
gtf annotation GRanges object
Beth Signal
Other gtf manipulation: addBroadTypes
,
exonsToTranscripts
,
filterGtfOverlap
,
removeDuplicateTranscripts
,
removeSameExon
,
reorderExonNumbers
1 2 3 4 5 | gtfFile <- system.file("extdata","example_gtf.gtf",
package = "GeneStructureTools")
gtf <- rtracklayer::import(gtfFile)
gtf <- UTR2UTR53(gtf)
table(gtf$type)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.