Description Usage Arguments Value Author(s) See Also Examples
View source: R/exonReformatting.R
Convert an exon-level gtf annotation to a transcript-level gtf annotation
1 | exonsToTranscripts(exons)
|
exons |
GRanges object with exons |
GRanges object with transcripts
Beth Signal
Other gtf manipulation:
UTR2UTR53()
,
removeDuplicateTranscripts()
,
removeSameExon()
,
reorderExonNumbers()
1 2 3 4 5 | gtf <- rtracklayer::import(system.file("extdata", "gencode.vM25.small.gtf",
package = "GeneStructureTools"
))
exons <- gtf[gtf$type == "exon"]
transcritps <- exonsToTranscripts(exons)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.