From 589f3c436e54a57a67e72af8cdc5a3e16fdd42bf Mon Sep 17 00:00:00 2001 From: William Colgan Date: Thu, 9 May 2024 17:15:18 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d95613a..46ff584 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# treedata - [![Tests][badge-tests]][link-tests] [![Documentation][badge-docs]][link-docs] @@ -12,7 +10,7 @@ class="dark-light" align="right" width="350" alt="image" /> -## TreeData - AnnData with trees +# 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].