SkillAgentSearch skills...

Scsim

Simulate single-cell RNA-SEQ data using the Splatter statistical framework but implemented in python. In addition, simulate doublet cells and cells with shared gene-expression programs.

Install / Use

/learn @dylkot/Scsim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

scsim

Simulate single-cell RNA-SEQ data using the Splatter statistical framework, which is described here but implemented in python. In addition, simulates doublets and cells with shared gene-expression programs (I.e. activity programs). This was used to benchmark methods for gene expression program inference in single-cell rna-seq data as described here

run_scsim.py has example code for running a simulation with a given set of parameters. It saves the results in the numpy compressed matrix format which can be loaded into a Pandas dataframe as follows:

with np.load(filename) as f:
    result = pd.DataFrame(**f)

Related Skills

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated4d ago
Forks7

Languages

Python

Security Score

90/100

Audited on Apr 4, 2026

No findings