We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e2a4e commit 456f9b5Copy full SHA for 456f9b5
singlecell/resources/chunks/DimPlots.R
@@ -18,6 +18,8 @@ for (datasetId in names(seuratObjects)) {
18
}
19
20
P1 <- P1 + patchwork::plot_annotation(title = field) + patchwork::plot_layout(guides = "collect")
21
+
22
+ print(P1)
23
24
25
# Cleanup
singlecell/resources/chunks/FeaturePlots.R
0 commit comments