Description Usage Arguments Value Author(s) Examples
Converts a GTF annotation to exon locations
1 | gtfToExons(gtf)
|
gtf |
file containing the gtf annotation. |
exon annotation GRanges
Beth Signal
1 2 3 | smallExons <- system.file("extdata","gencode.v26.annotation.small.gtf",
package = "branchpointer")
exons <- gtfToExons(smallExons)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.