Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 1 kb
README.md 100644 1 kb
StatescopeR.Rproj 100644 0 kb
configure 100755 0 kb
configure.win 100755 0 kb
README.md
<p align="center"> <img width="424" height="200" src="https://github.com/tgac-vumc/Statescope/blob/master/img/Logo_Statescope.png"> </p> # StatescopeR StatescopeR is an R wrapper around Statescope, a computational framework designed to discover cell states from cell type-specific gene expression profiles inferred from bulk RNA profiles. See https://github.com/tgac-vumc/Statescope for the original Python version. <p align="center"> <img width="75%" height="75%" src="https://github.com/tgac-vumc/Statescope/blob/master/img/Statescope_Overview.png"> </p> ## Installation ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("StatescopeR") ```