From 4358211b2fe1d20f4ccf502772f8645ac2a2c76a Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Wed, 5 Oct 2022 09:23:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ea457..74f979b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [link-tests]: https://github.com/yoseflab/scib-metrics/actions/workflows/test.yml [badge-docs]: https://img.shields.io/readthedocs/scib-metrics -Accelerated and Python-only scIB metrics. +Accelerated and Python-only metrics for benchmarking single-cell integration outputs. This package contains implementations of metrics for evaluating the performance of single-cell omics data integration methods. The implementations of these metrics use [jax](https://jax.readthedocs.io/en/latest/) when possible for jit-compilation and hardware acceleration. All implementations are in Python.