From c387c2a75477e1b6d47f63b316676e035068263b Mon Sep 17 00:00:00 2001 From: syelman Date: Fri, 26 May 2023 16:39:31 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4f825..63819ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Documentation][badge-docs]][link-docs] [badge-tests]: https://img.shields.io/github/actions/workflow/status/theislab/geome/test.yaml?branch=main -[link-tests]: https://github.com/theislab/geome/actions/workflows/test.yml +[link-tests]: https://github.com/theislab/geome/actions/workflows/test.yaml [badge-docs]: https://img.shields.io/readthedocs/gpu-spatial-graph-pipeline The repo provides a set of tools for creating PyTorch Geometric (PyG) data objects from AnnData objects, which are commonly used for storing and manipulating single-cell genomics data. In addition, the repo includes functionality for creating PyTorch Lightning (PyTorch-Lightning) DataModule objects from the PyG data objects, which can be used to create graph neural network (GNN) data pipelines. The PyG data objects represent graphs, where the nodes represent cells and the edges represent relationships between the cells, and can be used to perform GNN tasks such as node classification, graph classification, and link prediction. The repo is written in Python and utilizes the PyTorch, PyTorch Geometric, and PyTorch-Lightning libraries.