dot_plot_topXgenes | R Documentation |
This function allows you to plot each top X DEG for each cell cluster using a Seurat::FindAllMarkers function output
dot_plot_topXgenes(markers_table, X = 5, Seurat_obj)
markers_table |
The output of the Seurat::FndAllMarkers function, don't change anything in the column names within it. |
X |
How much of the genes you need to analyse in each cluster. 5 is a default. |
Seurat_obj |
your Seurat object to plot markers from |
dot_plot_topXgenes(markers, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.