/index

Primary LanguageRGNU General Public License v3.0GPL-3.0

INtron differences to EXon (index)

Installation

devtools::install_github("shians/index")

Example usage

library(index)

exon <- readRDS(system.file("extdata/exon_dge.Rds", package = "index"))
intron <- readRDS(system.file("extdata/intron_dge.Rds", package = "index"))
group <- readRDS(system.file("extdata/group.Rds", package = "index"))

x <- index_analysis(exon, intron, group)
plot_voom(x)
plot_lcpm_cor(x)
plot_index(x)