Description Usage Arguments Value Author(s) See Also Examples
View source: R/OverlapFunctions.R
Change transcript biotypes to a broader set in a GRanges GTF object
1 | addBroadTypes(gtf)
|
gtf |
GRanges object of the GTF |
GRanges object of the GTF with new transcript types
Beth Signal
Other gtf manipulation: UTR2UTR53
,
exonsToTranscripts
,
filterGtfOverlap
,
removeDuplicateTranscripts
,
removeSameExon
,
reorderExonNumbers
1 2 3 4 | gtfFile <- system.file("extdata","example_gtf.gtf",
package = "GeneStructureTools")
gtf <- rtracklayer::import(gtfFile)
gtf <- addBroadTypes(gtf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.