Metadata-Version: 2.1
Name: pyslingshot
Version: 0.0.1
Summary: Python implementation of the Slingshot pseudotime algorithm
Home-page: https://github.com/mossjacob/pyslingshot
Author: Jacob Moss
Author-email: jm2311@cam.ac.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mossjacob/pyslingshot/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Slingshot in Python

This is a Python implementation of the Slingshot pseudotime algorithm (Street et al., 2018).

An complete working example is located in `slingshot.ipynb`, using a synthetically generated dataset.

Requirements: 

- `numpy`, `scipy`, `sklearn`
- My fork of `pcurvepy` (https://github.com/mossjacob/pcurvepy):
  
  `pip install git+https://github.com/mossjacob/pcurvepy`


[1] Street, K., Risso, D., Fletcher, R.B., Das, D., Ngai, J., Yosef, N., Purdom, E. and Dudoit, S., 2018. Slingshot: cell lineage and pseudotime inference for single-cell transcriptomics. BMC genomics, 19(1), pp.1-16.

