From 88dfa2f086d2a36200c257aa1cf95a0fdc54de26 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Tue, 26 Apr 2022 12:30:47 -0700 Subject: [PATCH 1/2] Update spatialHotspot.Rmd --- vignettes/spatialHotspot.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/spatialHotspot.Rmd b/vignettes/spatialHotspot.Rmd index 381a71d9..d5f641b0 100644 --- a/vignettes/spatialHotspot.Rmd +++ b/vignettes/spatialHotspot.Rmd @@ -27,7 +27,7 @@ Once VISION and R are installed, you may load in VISION using `library(VISION)`. You'll also need to install Hotspot, which can be installed directly from the git repository using the following command: ``` -pip install git+https://github.com/yoseflab/Hotspot.git +pip install hotspotsc==0.9.1 ``` # Using VISION From d1933ddca6b1e4f983e95420ca62acf108575ebb Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Tue, 26 Apr 2022 12:31:16 -0700 Subject: [PATCH 2/2] Update phyloVision.Rmd --- vignettes/phyloVision.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/phyloVision.Rmd b/vignettes/phyloVision.Rmd index 7d67b03a..c5891aef 100644 --- a/vignettes/phyloVision.Rmd +++ b/vignettes/phyloVision.Rmd @@ -40,7 +40,7 @@ Once VISION and R are installed, you may load in VISION using `library(VISION)`. To enable the Hotspot analysis below, install it directly from the git repository using the following command: ``` -pip install git+https://github.com/yoseflab/Hotspot.git +pip install hotspotsc==0.9.1 ``` If you are having trouble installing Hotspot, please refer to the documentation website [here](https://yoseflab.github.io/Hotspot/).