ModuleFeaturePlot | R Documentation |
Plot module eigengenes as a FeaturePlot
ModuleFeaturePlot(
seurat_obj,
module_names = NULL,
wgcna_name = NULL,
reduction = "umap",
features = "hMEs",
order_points = TRUE,
restrict_range = TRUE,
point_size = 0.5,
alpha = 1,
label_legend = FALSE,
ucell = FALSE,
raster = FALSE,
raster_dpi = 500,
raster_scale = 1,
plot_ratio = 1,
title = TRUE
)
seurat_obj |
A Seurat object |
features |
What to plot? Can select hMEs, MEs, scores, or average |
order |
TRUE, FALSE, or "shuffle" are valid options |
ModuleFeaturePlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.