From c7ec115b89321a4c5786884a279cb7844a5bf0cd Mon Sep 17 00:00:00 2001 From: Fabio Zanini Date: Wed, 13 Nov 2019 03:19:01 +1100 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d9082..a1274d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # LSHKNN CPython module for fast calculation of k nearest neighbor (KNN) graphs in high-dimensional vector spaces using Pearson correlation distance and local sensitive hashing (LSH). -The current application is analysis of single cell RNA-Seq data. Paolo Carnevali @ Chan Zuckerberg Initiative is the owner of the algorithm code, which is also under MIT license: +The current application is analysis of single cell RNA-Seq data and is the result of a collaboration between Fabio Zanini (now @UNSW) and Paolo Carnevali @ Chan Zuckerberg Initiative, who is the owner of the algorithm code, which is also under MIT license: https://github.com/chanzuckerberg/ExpressionMatrix2