From bcdb72becb89ae4761fa9e94e3703f0773d3e54f Mon Sep 17 00:00:00 2001 From: Christopher Bottoms Date: Wed, 8 Nov 2023 10:37:40 -0600 Subject: [PATCH] Replace BioRxiv link with journal publication link --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 23e49d1..ce320e1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ set.seed(312) -This package enables researchers to efficiently, accurately, and reproducibly uncover rare celltypes and other small subgroups using an iterative reclustering optimization routine built as an extension to a typical `Seurat` workflow. Tools are included to preprocess data, identify potential targets for subgroup analysis, optimize reclustering, and annotate results. A preprint detailing the method & some biological results is available [on BioRxiv](https://doi.org/10.1101/2021.10.29.466448). +This package enables researchers to efficiently, accurately, and reproducibly uncover rare celltypes and other small subgroups using an iterative reclustering optimization routine built as an extension to a typical `Seurat` workflow. Tools are included to preprocess data, identify potential targets for subgroup analysis, optimize reclustering, and annotate results. A paper detailing the method & some biological results is available [in Bioinformatics](https://doi.org/10.1093/bioinformatics/btad449). ## Installation