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:
exonsToTranscripts()
,
removeDuplicateTranscripts()
,
removeSameExon()
,
reorderExonNumbers()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.