dev/plot_seurat_structure.R

library( DataExplorer )

plot_str(pbmc_small, type = "r" )
plot_str(pbmc_small , type="d")

plot_str(pbmc_small %>%  join_features("CD3G"), type = "r" )
plot_str(pbmc_small %>%  join_features("CD3G"), type = "d" )
stemangiola/tidyseurat documentation built on March 8, 2024, 1:18 a.m.