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 | gtf <- rtracklayer::import(system.file("extdata", "example_gtf.gtf",
package="GeneStructureTools"))
transcript <- gtf[gtf$type=="exon" & gtf$gene_name=="Neurl1a"]
geneModel <- makeGeneModel(transcript)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.