Bioc2026 Registration Open!

scLang

A unified language for interacting with Seurat and SingleCellExperiment

Bioconductor version: 3.23 · Package version: 1.0.0

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

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("scLang")

Details

MaintainerAndrei-Florian Stoica <andreistoica@foxmail.com>
AuthorAndrei-Florian Stoica [aut, cre] (ORCID: <https://orcid.org/0000-0002-5253-0826>)
LicenseMIT + file LICENSE
URLhttps://github.com/andrei-stoica26/scLang
Bug Reportshttps://github.com/andrei-stoica26/scLang/issues
Downloads rank54
Source branchRELEASE_3_23
biocViewsGeneExpression, SingleCell, Software, Visualization

Documentation

Download

Dependencies

Imports: dplyr, ggplot2, henna, methods, paletteer, rlang, S4Vectors, SeuratObject, SingleCellExperiment, stats, SummarizedExperiment

Suggests: BiocStyle, knitr, qs2, rmarkdown, scater, scRNAseq, Seurat, testthat (>= 3.0.0)

Reverse dependencies

Imports Me (2): GSABenchmark, hammers