Skip to content

Commit

Permalink
fix vignette code
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Dec 6, 2024
1 parent f53469e commit bee4d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/Gene_Expression_Plotting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ DoHeatmap(object = marsh_mouse_micro, features = micro_markers, cells = random_c
DoHeatmap(object = marsh_mouse_micro, features = micro_markers, cells = Random_Cells_Downsample(seurat_object = marsh_mouse_micro, num_cells = 150, allow_lower = T))
```

```{r, fig.height=10, fig.width=13, fig.align='center', fig.cap="*Much easier now to see expression across all clusters.*"}
```{r echo=FALSE, fig.align='center', fig.cap="*Much, fig.height=10, fig.width=13}
DoHeatmap(object = marsh_mouse_micro, features = micro_markers, cells = Random_Cells_Downsample(seurat_object = marsh_mouse_micro, num_cells = 150, allow_lower = T))
```
Expand Down

0 comments on commit bee4d9f

Please sign in to comment.