Skip to content
/ scsim Public

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.

License

Notifications You must be signed in to change notification settings

dylkot/scsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages