knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(IntronVis)
Intron_Vis IntronVis a package that allows users to visually differentiate between intronic and exonic regions when gene modelling with RNA-seq data.
Intron_Vis.organismDB_mod(gene1, gene2, introns): --> object that specifies the genes of interest Intron_Vis.add_intron(plot, introns): --> The modified plot that displays intronic regions Intron_Vis.Intron_tracker(chr): --> A dataframe containing the locations of the introns in that chromosome Intron_Vis.transcriptDB_mod(wh, introns): --> object that specifies the genes of interest Intron_Vis.bam_mod(wh, chr, bai, bam, introns): --> object that specifies the genes of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.