[![PyPI version](https://badge.fury.io/py/tphate.svg)](https://badge.fury.io/py/tphate) [![DOI](https://zenodo.org/badge/493851738.svg)](https://zenodo.org/badge/latestdoi/493851738)
## Quick Start
If you would like to get started using T-PHATE, check out our [guided example](https://github.com/KrishnaswamyLab/TPHATE/blob/main/tests/usage.ipynb).
If you have loaded a data matrix `data` in python (with samples on rows, features on columns, where you believe the samples are non-independent), you can run TPHATE as follows:
```
import tphate
tphate_op = tphate.TPHATE()
data_tphate = tphate_op.fit_transform(data)
```
## Temporal PHATE
Temporal PHATE (T-PHATE) is a python package for learning robust manifold representations of timeseries data with high temporal autocorrelation. TPHATE does so with a dual-kernel approach, estimating the first view as an affinity matrix based on PHATE manifold geometry, and the second view as summarizing the transitional probability between two timepoints based on the autocorrelation of the signal. For more information, see our [publication in Nature Computational Science](https://www.nature.com/articles/s43588-023-00419-0).
Busch, et al. **Multi-view manifold learning of human brain-state trajectories**. 2023. *Nature Computational Science.*
## Installation
`pip install tphate`
Raw data
{
"_id": null,
"home_page": "https://github.com/KrishnaswamyLab/TPHATE",
"name": "TPHATE",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "visualization,big-data,dimensionality-reduction,embedding,manifold-learning,computational-biology,fmri,computational-neuroscience",
"author": "Erica Busch, Krishnaswamy Lab, Yale University",
"author_email": "Erica Busch <ericalindseybusch@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/34/bd/f00507350f12d1409be1cb9b58e2d0a5bffbff1e2347a1d1723543d93e06/TPHATE-0.1.tar.gz",
"platform": null,
"description": "[![PyPI version](https://badge.fury.io/py/tphate.svg)](https://badge.fury.io/py/tphate) [![DOI](https://zenodo.org/badge/493851738.svg)](https://zenodo.org/badge/latestdoi/493851738)\n\n## Quick Start\nIf you would like to get started using T-PHATE, check out our [guided example](https://github.com/KrishnaswamyLab/TPHATE/blob/main/tests/usage.ipynb).\n\nIf you have loaded a data matrix `data` in python (with samples on rows, features on columns, where you believe the samples are non-independent), you can run TPHATE as follows:\n\n```\nimport tphate\n\ntphate_op = tphate.TPHATE()\ndata_tphate = tphate_op.fit_transform(data)\n```\n\n\n## Temporal PHATE\n\nTemporal PHATE (T-PHATE) is a python package for learning robust manifold representations of timeseries data with high temporal autocorrelation. TPHATE does so with a dual-kernel approach, estimating the first view as an affinity matrix based on PHATE manifold geometry, and the second view as summarizing the transitional probability between two timepoints based on the autocorrelation of the signal. For more information, see our [publication in Nature Computational Science](https://www.nature.com/articles/s43588-023-00419-0).\n\nBusch, et al. **Multi-view manifold learning of human brain-state trajectories**. 2023. *Nature Computational Science.*\n\n\n## Installation\n\n`pip install tphate`\n\n",
"bugtrack_url": null,
"license": "GNU General Public License Version 2",
"summary": "Temporal PHATE (TPHATE) is a python package for learning robust manifold representations of timeseries data with high temporal autocorrelation.",
"version": "0.1",
"project_urls": {
"Bug Tracker": "https://github.com/KrishnaswamyLab/TPHATE/issues",
"Homepage": "https://github.com/KrishnaswamyLab/TPHATE/"
},
"split_keywords": [
"visualization",
"big-data",
"dimensionality-reduction",
"embedding",
"manifold-learning",
"computational-biology",
"fmri",
"computational-neuroscience"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "794c9c6702dad5c9062d311d9d2c742da1837133d7273d1cecb7a9da9cf23123",
"md5": "ee1e7a7a4087bf5a59cb03d8e004225d",
"sha256": "ca5f78826c698824d434045284c1477b62bc7ab9ebd0e74613f9199057c1f036"
},
"downloads": -1,
"filename": "TPHATE-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee1e7a7a4087bf5a59cb03d8e004225d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 54693,
"upload_time": "2023-05-05T21:10:12",
"upload_time_iso_8601": "2023-05-05T21:10:12.997369Z",
"url": "https://files.pythonhosted.org/packages/79/4c/9c6702dad5c9062d311d9d2c742da1837133d7273d1cecb7a9da9cf23123/TPHATE-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "34bdf00507350f12d1409be1cb9b58e2d0a5bffbff1e2347a1d1723543d93e06",
"md5": "a89cef48e6579cbd2355a6c21a4be5c8",
"sha256": "a783cfbc4590bdcab1566680792ec8828556dd5126d0c6093d38c22f6983bd78"
},
"downloads": -1,
"filename": "TPHATE-0.1.tar.gz",
"has_sig": false,
"md5_digest": "a89cef48e6579cbd2355a6c21a4be5c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 49650,
"upload_time": "2023-05-05T21:10:14",
"upload_time_iso_8601": "2023-05-05T21:10:14.650896Z",
"url": "https://files.pythonhosted.org/packages/34/bd/f00507350f12d1409be1cb9b58e2d0a5bffbff1e2347a1d1723543d93e06/TPHATE-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-05 21:10:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "KrishnaswamyLab",
"github_project": "TPHATE",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tphate"
}