Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 858 Bytes

File metadata and controls

23 lines (18 loc) · 858 Bytes

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.

Installation

To install this package, start R (version "4.6") and enter:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
    
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("StatescopeR")