Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
NAMESPACE 100644 2 kb
NEWS 100644 0 kb
README.md 100644 0 kb
README.md
# scLang `scLang` is a suite for package development for scRNA-seq analysis. It offers functions that can operate on both `Seurat` and `SingleCellExperiment` objects. These functions are primarily aimed to help developers build tools compatible with both types of input. ## Installation To install `scLang`, run the following R code: ```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("scLang") ```