OneSC (One tool to Simulate Cells)#
Introduction#
OneSC is a 2-in-1 computational tool that does two things:
Infer a functional transcription factors circuit that describe cell state transitions in the single-cell expression data
Simulate synthetic single-cell expression profiles that mimic cell state transitions using the core transcription factors circuit as regulatory backbones
We provide two ways of running OneSC (both GRN inference and simulations).
The first way requires users to run all the necessary steps individually leading up to GRN inference and simulations. This allows users to fine-tune parameters and inspect any results generated during the intermediate steps.
The second way contains wrapper functions that work with popular single-cell data structure, AnnData. Different from the first method, many of the intermediate steps are now included in the wrapper functions. This method is also compatible with single-cell classification tool pySCN for quick classification of the simulated cells. It is more convenient to use, but does not offer the flexiblity for users to fine tune any of the intermediate steps.