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.
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:
- Install the latest release of
treedata
from PyPI:
pip install treedata
- Install the latest development version:
pip install git+https://github.com/YosefLab/treedata.git@main
See the changelog.
For questions and bug reports please use the issue tracker.
t.b.a