Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojiaWu authored May 9, 2024
1 parent 7538931 commit 58e7401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VisiumHD_tutorial/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cs.sp_dim_plot(hd, "cluster"; width=1300, height=1000,
```
<img src="https://github.com/HaojiaWu/CellScopes.jl/blob/main/data/hd2.jpg" width="1000"> <br>

We can also highlight the dentate gyrus (DG) of the hippocampus on the same graph (cluster 13 in the 16 µm or cluster 11 in the 8 µm clustering analysis.).
We can also highlight a particular cluster, e.g. the dentate gyrus (DG) of the hippocampus, on the same graph (cluster 13 in the 16 µm or cluster 11 in the 8 µm clustering analysis.).
```julia
hd = cs.set_default_layer(hd; layer_slot = "16_um")
hd = cs.convert_image_data(hd; layer_slot = "16_um")
Expand Down

0 comments on commit 58e7401

Please sign in to comment.