Skip to content

Commit

Permalink
Fix bug with last execution cell missing trailing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaa Abdellatif committed Aug 18, 2023
1 parent 1fa5527 commit 2281717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rstudio-container/single-cell-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ head(Idents(pbmc), 5)
pbmc <- RunUMAP(pbmc, dims = 1:10)
DimPlot(pbmc, reduction = "umap")
DimPlot(pbmc, reduction = "umap")
```

0 comments on commit 2281717

Please sign in to comment.