CoSpar - dynamic inference by integrating state and lineage information
=======================================================================
|Python| |PyPIDownloads| |PyPI| |Conda| |Docs|
.. 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 `Wang et al. Nat. Biotech. (2022) <https://www.nature.com/articles/s41587-022-01209-1>`_.
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 its interpretation is challenging. CoSpar integrates both state and lineage information to infer a finite-time 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 `anndata <https://anndata.readthedocs.io>`_ object, CoSpar provides an integrated analysis framework for datasets with both state and lineage information. When only state information is available, CoSpar also improves upon existing dynamic inference methods by imposing sparsity and coherence. It offers essential toolkits for analyzing lineage data, state information, or their integration.
See `<https://cospar.readthedocs.io>`_ for documentation and tutorials.
Community usage
---------------
- Our analysis of in vivo cell fate choice of HSCs from DARLIN mice, having only a single time point (with both lineage and transcriptome information in single cells). Ref: `L. Li,...,S.-W. Wang, F. Camargo, Cell (2023) <https://doi.org/10.1016/j.cell.2023.09.019>`_. Notebooks available `here <https://github.com/ShouWenWang-Lab/DARLIN_notebooks>`_. It is also available in the `EXAMPLES` session of this website.
- Analysis of in vitro lineage tracing data of HSPCs in `Jindal et.al., Nat. Biotech. (2023) <https://www.nature.com/articles/s41587-023-01931-4>`_.
Recorded talks
--------------
`Jun 1: Single-Cell Data Science 2022 <https://singlecell2022.hku.hk/>`_. This is a 20-min short talk focusing more on the utility of CoSpar: `talk video <https://www.youtube.com/watch?v=HrDQpW3kJFo>`__.
`Oct 19, 2022: Invited MIA talk at Broad Institute <https://www.broadinstitute.org/talks/learning-cell-differentiation-dynamics-lineage-tracing-datasets>`_. This is an one-hour talk focusing on the Machine Learning part of CoSpar: `talk video <https://www.youtube.com/watch?v=rYzQUYPPNlU>`__.
Reference
---------
`S.-W. Wang*, M. Herriges, K. Hurley, D. Kotton, A. M. Klein*, CoSpar identifies early cell fate biases from single cell transcriptomic and lineage information, Nat. Biotech. (2022) <https://www.nature.com/articles/s41587-022-01209-1>`_. [* corresponding authors]
Support
-------
Feel free to submit an `issue <https://github.com/ShouWenWang-Lab/cospar/issues/new/choose>`_
or send us an `email <mailto:wangshouwen@westlake.edu.cn>`_.
Your help to improve CoSpar is highly appreciated.
.. |Python| image:: https://img.shields.io/pypi/pyversions/cospar
:target: https://pypi.org/project/cospar
.. |PyPIDownloads| image:: https://pepy.tech/badge/cospar
:target: https://pepy.tech/project/cospar
.. |PyPI| image:: https://img.shields.io/pypi/v/cospar.svg
:target: https://pypi.org/project/cospar
.. |Conda| image:: https://img.shields.io/conda/vn/bioconda/cospar
:target: https://anaconda.org/bioconda/cospar
.. |Docs| image:: https://readthedocs.org/projects/cospar/badge/?version=latest
:target: https://cospar.readthedocs.io
Raw data
{
"_id": null,
"home_page": "https://github.com/ShouWenWang-Lab/cospar",
"name": "cospar",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.9",
"maintainer_email": null,
"keywords": "cell fate, differentiation, dynamic inference, lineage tracing, transcriptomics",
"author": "Shou-Wen Wang",
"author_email": "wangshouwen@westlake.edu.cn",
"download_url": "https://files.pythonhosted.org/packages/a2/06/a2538cae84f56ac81880ada28152e414ec68308672f8adbe051cae4f3323/cospar-0.4.1.tar.gz",
"platform": null,
"description": "CoSpar - dynamic inference by integrating state and lineage information\n=======================================================================\n\n|Python| |PyPIDownloads| |PyPI| |Conda| |Docs|\n\n.. image:: https://user-images.githubusercontent.com/4595786/104988296-b987ce00-59e5-11eb-8dbe-a463b355a9fd.png\n :width: 300px\n :align: left\n\n**CoSpar** is a toolkit for dynamic inference from lineage-traced single cells.\nThe methods are based on `Wang et al. Nat. Biotech. (2022) <https://www.nature.com/articles/s41587-022-01209-1>`_.\n\nDynamic 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 its interpretation is challenging. CoSpar integrates both state and lineage information to infer a finite-time 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 `anndata <https://anndata.readthedocs.io>`_ object, CoSpar provides an integrated analysis framework for datasets with both state and lineage information. When only state information is available, CoSpar also improves upon existing dynamic inference methods by imposing sparsity and coherence. It offers essential toolkits for analyzing lineage data, state information, or their integration.\n\nSee `<https://cospar.readthedocs.io>`_ for documentation and tutorials.\n\n\nCommunity usage\n---------------\n- Our analysis of in vivo cell fate choice of HSCs from DARLIN mice, having only a single time point (with both lineage and transcriptome information in single cells). Ref: `L. Li,...,S.-W. Wang, F. Camargo, Cell (2023) <https://doi.org/10.1016/j.cell.2023.09.019>`_. Notebooks available `here <https://github.com/ShouWenWang-Lab/DARLIN_notebooks>`_. It is also available in the `EXAMPLES` session of this website.\n\n- Analysis of in vitro lineage tracing data of HSPCs in `Jindal et.al., Nat. Biotech. (2023) <https://www.nature.com/articles/s41587-023-01931-4>`_.\n\n\nRecorded talks\n--------------\n`Jun 1: Single-Cell Data Science 2022 <https://singlecell2022.hku.hk/>`_. This is a 20-min short talk focusing more on the utility of CoSpar: `talk video <https://www.youtube.com/watch?v=HrDQpW3kJFo>`__.\n\n`Oct 19, 2022: Invited MIA talk at Broad Institute <https://www.broadinstitute.org/talks/learning-cell-differentiation-dynamics-lineage-tracing-datasets>`_. This is an one-hour talk focusing on the Machine Learning part of CoSpar: `talk video <https://www.youtube.com/watch?v=rYzQUYPPNlU>`__.\n\n\nReference\n---------\n`S.-W. Wang*, M. Herriges, K. Hurley, D. Kotton, A. M. Klein*, CoSpar identifies early cell fate biases from single cell transcriptomic and lineage information, Nat. Biotech. (2022) <https://www.nature.com/articles/s41587-022-01209-1>`_. [* corresponding authors]\n\n\nSupport\n-------\nFeel free to submit an `issue <https://github.com/ShouWenWang-Lab/cospar/issues/new/choose>`_\nor send us an `email <mailto:wangshouwen@westlake.edu.cn>`_.\nYour help to improve CoSpar is highly appreciated.\n\n\n.. |Python| image:: https://img.shields.io/pypi/pyversions/cospar\n :target: https://pypi.org/project/cospar\n\n.. |PyPIDownloads| image:: https://pepy.tech/badge/cospar\n :target: https://pepy.tech/project/cospar\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/cospar.svg\n :target: https://pypi.org/project/cospar\n\n.. |Conda| image:: https://img.shields.io/conda/vn/bioconda/cospar\n :target: https://anaconda.org/bioconda/cospar\n\n.. |Docs| image:: https://readthedocs.org/projects/cospar/badge/?version=latest\n :target: https://cospar.readthedocs.io\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A toolkit for dynamic inference of cell fate by integrating state and lineage information.",
"version": "0.4.1",
"project_urls": {
"Documentation": "https://cospar.readthedocs.io/",
"Homepage": "https://github.com/ShouWenWang-Lab/cospar",
"Repository": "https://github.com/ShouWenWang-Lab/cospar"
},
"split_keywords": [
"cell fate",
" differentiation",
" dynamic inference",
" lineage tracing",
" transcriptomics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a305319c64b1daeba7d6eb35ecae84f590fe3c230ddf5e58df5b2dd9cc26b03f",
"md5": "3a513be0984edc888f0dd481db331e61",
"sha256": "721dc34d73226e165ef1928616815fec64173bb3e2aa8272e8e794b876800e8d"
},
"downloads": -1,
"filename": "cospar-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a513be0984edc888f0dd481db331e61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.9",
"size": 119085,
"upload_time": "2024-08-06T13:36:51",
"upload_time_iso_8601": "2024-08-06T13:36:51.687018Z",
"url": "https://files.pythonhosted.org/packages/a3/05/319c64b1daeba7d6eb35ecae84f590fe3c230ddf5e58df5b2dd9cc26b03f/cospar-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a206a2538cae84f56ac81880ada28152e414ec68308672f8adbe051cae4f3323",
"md5": "5035b29bd5d992a528f5ffa32507ecd1",
"sha256": "36adadb839053189298a30b48e4726ba81efbc42d089e13d80da6b9001aac384"
},
"downloads": -1,
"filename": "cospar-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "5035b29bd5d992a528f5ffa32507ecd1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.9",
"size": 105911,
"upload_time": "2024-08-06T13:36:53",
"upload_time_iso_8601": "2024-08-06T13:36:53.569842Z",
"url": "https://files.pythonhosted.org/packages/a2/06/a2538cae84f56ac81880ada28152e414ec68308672f8adbe051cae4f3323/cospar-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 13:36:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ShouWenWang-Lab",
"github_project": "cospar",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cospar"
}