Home

Awesome

Sceptic

Installation | Enviroment | Example | Input | Output | Parameter | Citation | Contact

Sceptic can perform pseudotime analysis on various types of single-cell/single-nucleus data. The model takes as input a collection of single-cell/single-nucleus data and then learns the relationship between the observed data and the associated time stamps, and finally uses the trained model to assign to each cell a real-valued pseudotime. Ideally, the pseudotimes assigned by Sceptic reflect each cell's progression along a notion of time---developmental, cell cycle, disease progression, aging---that is appropriate to the given data. Ideally, the pseudotimes assigned by Sceptic reflect each cell's progression along a notion of time---developmental, cell cycle, disease progression, aging---that is appropriate to the given data.

<img src="sceptic-schematic.jpg" alt="Sceptic schematic icon" style="float: left; margin-right: 10px;" />

Installation<a id="installation"></a>

Sceptic software is available on the Python package index (PyPI), latest version 0.0.3. To install it using pip, simply type:

$ pip install sceptic

Enviroment<a id="enviroment"></a>

Sceptic is associated with the following packages.

Examples (python script) <a id="examples"></a>

We downloaded the processed scGEM dataset from UnionCom’s GitHub page.

$ python test/scGEM/scGEM.py 

The script will generate 4 outputs from Sceptic described in the section above and save it at: test/scGEM/.

Parameters of Sceptic <a id="parameter"></a>

The list of parameters is given below:

Input<a id="input"></a>

In case the user is providing the input data:

Output<a id="output"></a>

When one uses sceptic.run_sceptic_and_evaluate function, several outputs are generated:

Contact<a id="contact"></a>

In case you have questions, reach out to gangliuw@uw.edu.

Citation<a id="citation"></a>

Pseudotime analysis for time-series single-cell sequencing and imaging data

If you have found our work useful, please consider citing us:

@article{li2023pseudotime,
  title={Pseudotime analysis for time-series single-cell sequencing and imaging data},
  author={Gang Li, Hyeon-Jin Kim, Sriram Pendyala, Ran Zhang, Christine M. Disteche, Jean-Philippe Vert, Xinxian Deng, Doug Fowler, and William Stafford Noble},
  doi = {10.1101/2023.11.03.565575},	
  url = {https://doi.org/10.1101%2F2023.11.03.565575},
  journal={bioRxiv},
  year={2023},
  publisher={Cold Spring Harbor Laboratory}
}