Skip to main content

PHATE

Project description

PHATE - Visualizing Transitions and Structure for Biological Data Exploration

Latest PyPI version Latest Conda version Latest CRAN version Travis CI Build Read the Docs Nature Biotechnology Publication Twitter

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.

Moon, van Dijk, Wang, Gigante et al. Visualizing Transitions and Structure for Biological Data Exploration. 2019. Nature Biotechnology.

PHATE has been implemented in Python >=3.5, MATLAB and R.

Table of Contents

System Requirements

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phate-1.0.8.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

phate-1.0.8-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file phate-1.0.8.tar.gz.

File metadata

  • Download URL: phate-1.0.8.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for phate-1.0.8.tar.gz
Algorithm Hash digest
SHA256 add359bd3d8217b21feaf01f1a176eff60b947a3a5a8ee7d721d64a705bfcf99
MD5 334890618a1f0f3e8d8f9ff4fac0abf4
BLAKE2b-256 a1d8dd30c3984d872a2041d72dc6e489a1d0cf07aa4ccee51f6eb7c52feb9ea7

See more details on using hashes here.

File details

Details for the file phate-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: phate-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 23.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for phate-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7226aebe49012f77c7a06fb2218e627ce504344f04fe3e6eb1b464cd5b80fef9
MD5 595f315d57517a1257a3434d6855d6f9
BLAKE2b-256 542300ca895a45a16e7e1f979de6ff76276fe985d95451a4070aca4a329a1581

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page