Skip to content

YosefLab/treedata

Repository files navigation

Tests Documentation PyPI

image

TreeData - AnnData with trees

TreeData is a lightweight wrapper around AnnData which adds two additional attributes, obst and vart, to store nx.DiGraph trees for observations and variables. TreeData has the same interface as AnnData and is fully compatible with scverse packages like scanpy.

To learn more about TreeData, please refer to the documentation or checkout the getting started guide.

Installation

You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Mambaforge.

There are several alternative options to install treedata:

  1. Install the latest release of treedata from PyPI:
pip install treedata
  1. Install the latest development version:
pip install git+https://github.com/YosefLab/treedata.git@main

Release notes

See the changelog.

Contact

For questions and bug reports please use the issue tracker.

Citation

t.b.a