NxtIRF quantifies Intron Retention and Alternative Splicing from BAM files using the IRFinder engine. Features interactive visualisation including RNA-seq coverage plots normalised by condition at the splice junction level.
NxtIRF release version: http://www.bioconductor.org/packages/release/bioc/html/NxtIRFcore.html
NxtIRF devel version: http://www.bioconductor.org/packages/devel/bioc/html/NxtIRFcore.html
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install(version = "devel")
BiocManager::valid() # checks for out of date packages
BiocManager::install("NxtIRFcore")
library("devtools")
install_github("alexchwong/NxtIRFdata")
install_github("alexchwong/NxtIRFcore", dependencies=TRUE, build_vignettes=TRUE)
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.14")
BiocManager::valid() # checks for out of date packages
BiocManager::install("NxtIRFcore")
library("devtools")
install_github("alexchwong/NxtIRFdata")
install_github("alexchwong/NxtIRFcore", dependencies=TRUE, build_vignettes=FALSE)
browseVignettes("NxtIRFcore")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.