Dimensional reduction (UMAP) plot split by a given parameter.
Per default the returned split plots are rasterized using geom_point_rast
. Requires ggrastr.
Usage
split_plot_sketch(obj, group_by = "seurat_clusters", split_by = "ratio_anno")
Arguments
- obj
The Seurat object.
- group_by
Parameter to group the plot by.
- split_by
Parameter to split the plot by.