DoHubGeneHeatmap | R Documentation |
This function makes an expression heatmap of the top n hub genes per module using Seurat's DoHeatmap, and then assembles them all into one big heatmap.
DoHubGeneHeatmap(
seurat_obj,
n_hubs = 10,
n_cells = 200,
group.by = NULL,
module_names = NULL,
combine = TRUE,
draw.lines = TRUE,
disp.min = -2.5,
disp.max = 2.5,
wgcna_name = NULL
)
seurat_obj |
A Seurat object |
wgcna_name |
The name of the hdWGCNA experiment in the seurat_obj@misc slot |
DoHubGeneHeatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.