Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/phyloVision.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion vignettes/spatialHotspot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down