PHATE
Project description
PHATE - Visualizing Transitions and Structure for Biological Data Exploration
Quick Start
If you would like to get started using PHATE, check out our guided tutorial in Python.
If you have loaded a data matrix data
in Python (cells on rows, genes on columns) you can run PHATE as follows:
import phate
phate_op = phate.PHATE()
data_phate = phate_op.fit_transform(data)
PHATE accepts the following data types: numpy.array
, scipy.spmatrix
, pandas.DataFrame
and anndata.AnnData
.
Introduction
PHATE (Potential of Heat-diffusion for Affinity-based Trajectory Embedding) is a tool for visualizing high dimensional data. PHATE uses a novel conceptual framework for learning and visualizing the manifold to preserve both local and global distances.
To see how PHATE can be applied to datasets such as facial images and single-cell data from human embryonic stem cells, check out our publication in Nature Biotechnology.
PHATE has been implemented in Python >=3.5, MATLAB and R.
Table of Contents
- System Requirements
- Installation with pip
- Installation from source
- Quick Start
- Tutorial and Reference
- Help
System Requirements
- Windows (>= 7), Mac OS X (>= 10.8) or Linux
- Python >= 3.5
All other software dependencies are installed automatically when installing PHATE.
Installation with pip
The Python version of PHATE can be installed by running the following from a terminal:
pip install --user phate
Installation of PHATE and all dependencies should take no more than five minutes.
Installation from source
The Python version of PHATE can be installed from GitHub by running the following from a terminal:
git clone --recursive git://github.com/KrishnaswamyLab/PHATE.git
cd PHATE/Python
python setup.py install --user
Tutorial and Reference
For more information, read the documentation on ReadTheDocs or view our tutorials on GitHub: single-cell RNA-seq, artificial tree. You can also access interactive versions of these tutorials on Google Colaboratory: single-cell RNA-seq, artificial tree.
Help
If you have any questions or require assistance using PHATE, please contact us at https://krishnaswamylab.org/get-help.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file phate-1.0.7.tar.gz
.
File metadata
- Download URL: phate-1.0.7.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 858dee0917e3809cfc81b793fe27a1226ccb36b66056e0d29153dcd660482c3c |
|
MD5 | c06edd2bec5ae4aa75328c33d990aaa2 |
|
BLAKE2b-256 | 09ece9fca42ec9a222f304e5f9739a51037b05183a32b53746aee02d4040f6d5 |
File details
Details for the file phate-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: phate-1.0.7-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc659adfa7071ede6912180d17ac4270f650e91dd4f5b64a6b6122b2edad27ce |
|
MD5 | 0968703d677968358deb1b6160626c7e |
|
BLAKE2b-256 | 0c797f72c9d32bfd37a2d089fb4df8c50acb6e30813c33a7e9e982ef2f45c8d0 |