# NOT RUN {
cluster.plot(demo.obj,plot.type = "umap",interactive = FALSE)
cluster.plot(demo.obj,plot.type = "tsne",interactive = FALSE)
cluster.plot(demo.obj,plot.type = "pca",interactive = FALSE)
cluster.plot(demo.obj,plot.type = "pca",col.by = "conditions",interactive = FALSE)
cluster.plot(demo.obj,plot.type = "umap",col.by = "conditions",interactive = FALSE)
cluster.plot(demo.obj,plot.type = "tsne",col.by = "conditions",interactive = FALSE)
# }
Run the code above in your browser using DataLab