Description Usage Arguments Value Author(s) See Also Examples
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
,
addBroadTypes
,
filterGtfOverlap
,
removeDuplicateTranscripts
,
removeSameExon
,
reorderExonNumbers
1 2 3 4 5 6 | gtf <- rtracklayer::import(system.file("extdata","example_gtf.gtf",
package = "GeneStructureTools"))
exons <- gtf[gtf$type=="exon" & gtf$transcript_id=="ENSMUST00000126412.1"]
exons
transcripts <- exonsToTranscripts(exons)
transcripts
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.