scatter_plot_seurat.Rd
This function generates a scatter plot using two columns from the metadata of a Seurat object and colors the dots based on a specified column of clusters.
scatter_plot_seurat(seurat_obj, x_col, y_col, cluster_col)
A Seurat object.
The column name to be used for the x-axis.
The column name to be used for the y-axis.
The column name to be used for coloring the dots.