The first software for quantitative trajectory inference
Project description
Treefit for Python - The first software for quantitative trajectory inference
This is an implementation of Treefit in Python.
Treefit is a novel data analysis toolkit that helps you perform two types of analysis: 1) checking the goodness-of-fit of tree models to your single-cell gene expression data; and 2) deciding which tree best fits your data.
Install
pip install treefit
Usage
The main functions are treefit.treefit()
and treefit.plot()
:
fit = treefit.treefit(YOUR_SINGLE_CELL_GENE_EXPRESSION_DATA)
treefit.plot(fit)
See https://hayamizu-lab.github.io/treefit-python/ for details.
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
treefit-1.0.0.tar.gz
(23.0 kB
view hashes)