Name Mode Size
.github 040000
R 040000
data-raw 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 34 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 2 kb
README.md 100644 1 kb
README.md
# SplicingFactory R package The SplicingFactory R package uses transcript-level expression values to analyze splicing diversity based on various statistical measures, like Shannon entropy or the Gini index. These measures can quantify transcript isoform diversity within samples or between conditions. Additionally, the package analyzes the isoform diversity data, looking for significant changes between conditions. ## Installation You can install SplicingFactory using Bioconductor with: ```R if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("SplicingFactory") ``` Alternatively, you can install the latest development version from github with: ```R install.packages("devtools") devtools::install_github("esebesty/SplicingFactory") ```