Skip to content

Commit 5e6912a

Browse files
committed
Don't need to set the color_max anymore as it's done by default in the function call
1 parent 2fb4351 commit 5e6912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/spatialLIBD.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Once we have computed this correlation matrix, we can then visualize it using `l
466466

467467
```{r 'layer_stat_cor_plot', fig.wide = TRUE}
468468
## Visualize the correlation matrix
469-
layer_stat_cor_plot(cor_stats_layer, max = max(cor_stats_layer))
469+
layer_stat_cor_plot(cor_stats_layer)
470470
```
471471

472472
In order to fully interpret the resulting heatmap you need to know what each of the cell clusters labels mean. In this case, the syntax is `xx (Y)` where `xx` is the cluster number and `Y` is:

0 commit comments

Comments
 (0)