Metadata-Version: 2.1
Name: cospar
Version: 0.0.3
Summary: CoSpar: integrating transcriptome and clonal information for dynamic inference
Home-page: https://github.com/ShouWenWang/cospar
Author: Shou-Wen Wang
Author-email: shouwen_wang@hms.harvard.edu
License: BSD
Download-URL: https://github.com/ShouWenWang/cospar
Keywords: dynamic inference,lineage tracing,single cell,transcriptomics,differentiation
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.19.4)
Requires-Dist: scipy (>=1.5.4)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: scanpy (>=1.6.0)
Requires-Dist: pandas (>=1.1.4)
Requires-Dist: statsmodels (>=0.12.1)
Requires-Dist: plotnine (>=0.7.1)
Requires-Dist: matplotlib (>=3.3.3)
Requires-Dist: fastcluster (>=1.1.26)
Provides-Extra: dev
Requires-Dist: black (==19.10b0) ; extra == 'dev'
Requires-Dist: pre-commit (==2.5.1) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: scanpy ; extra == 'docs'
Requires-Dist: setuptools ; extra == 'docs'
Requires-Dist: setuptools-scm ; extra == 'docs'
Requires-Dist: typing-extensions ; extra == 'docs'
Requires-Dist: importlib-metadata ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.3) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (<=1.6) ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: sphinx (>=1.7) ; extra == 'docs'
Requires-Dist: nbsphinx (>=0.7) ; extra == 'docs'

|PyPI| |Docs|

CoSpar - dynamic inference by integrating transcriptome and lineage information
===============================================================================

.. image:: https://user-images.githubusercontent.com/4595786/104988296-b987ce00-59e5-11eb-8dbe-a463b355a9fd.png
   :width: 300px
   :align: left

**CoSpar** is a toolkit for dynamic inference from lineage-traced single cells.
The methods are based on
`S.-W. Wang & A.M. Klein (ToBeSubmitted, 2021) <https://doi.org/xxx>`_.

Dynamic inference based on single-cell state measurement alone requires serious simplifications. On the other hand, direct dynamic measurement via lineage tracing only captures partial information and is very noisy. CoSpar integrates both state and lineage information to infer the transition map of a development/differentiation system. It gains superior robustness and accuracy by exploiting both the local coherence and sparsity of differentiation transitions, i.e., neighboring initial states share similar yet sparse fate outcomes.  Building around the most popular anndata_ object in the single-cell community, CoSpar is dedicated to building an integrated analysis framework for datasets with both state and lineage information. It offers essential toolkits for analyzing clonal information, state information, or their integration. 

See `<https://cospar.org>`_ for documentation and tutorials.

CoSpar's key applications
-------------------------
- infer transition maps using only clonal information, state information, or their integration. 
- identify early fate bias/commitment of a cell 
- infer differentiation trajectories leading to a fate.
- infer gene expression dynamics along the trajectory. 
- infer putative driver genes.
- infer fate coupling.

Reference
---------
Shou-Wen Wang & Allon M. Klein (2021), Coherent sparsity optimization for dynamic inference by integrating state and lineage information,
`ToBeSubmitted <https://doi.org/xxx>`_.

Support
-------
Feel free to submit an `issue <https://github.com/ShouWenWang/cospar/issues/new/choose>`_
or send us an `email <mailto:shouwen_wang@hms.harvard.edu>`_.
Your help to improve CoSpar is highly appreciated.

.. |PyPI| image:: https://img.shields.io/pypi/v/cospar.svg
   :target: https://pypi.org/project/cospar

.. |Docs| image:: https://readthedocs.org/projects/cospar/badge/?version=latest
   :target: https://cospar.readthedocs.io


.. _anndata: https://anndata.readthedocs.io

