From 19abb63eadafa54faaa6364fa2e726aba1e66c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Selman=20=C3=96zleyen?= <32667648+syelman@users.noreply.github.com> Date: Thu, 25 May 2023 17:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e15c585..e7a8792 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![Tests][badge-tests]][link-tests] [![Documentation][badge-docs]][link-docs] -[badge-tests]: https://img.shields.io/github/actions/workflow/status/tothmarcella/gpu_spatial_graph_pipeline/test.yaml?branch=main -[link-tests]: https://github.com/theislab/gpu_spatial_graph_pipeline/actions/workflows/test.yml -[badge-docs]: https://img.shields.io/readthedocs/gpu_spatial_graph_pipeline +[badge-tests]: https://img.shields.io/github/actions/workflow/status/theislab/gpu-spatial-graph-pipeline/test.yaml?branch=main +[link-tests]: https://github.com/theislab/gpu-spatial_graph-pipeline/actions/workflows/test.yml +[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.