Description Usage Arguments Value Author(s) See Also Examples
View source: R/plotGvisTracks.R
Convert GRanges gene model to data.frame for visualisation with Gviz
1 | makeGeneModel(transcript)
|
transcript |
GRanges of gene model to be visualised |
data.frame of a gene model for visualisation
Beth Signal
Other Gviz gene structure visualisation:
annotateGeneModel()
1 2 3 4 5 | gtf <- rtracklayer::import(system.file("extdata", "gencode.vM25.small.gtf",
package = "GeneStructureTools"
))
transcript <- gtf[gtf$type == "exon" & gtf$gene_name == "Tmem208"]
geneModel <- makeGeneModel(transcript)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.