PlotModulePreservationLollipop | R Documentation |
Plots a ranked lollipop plot of co-expression modules based on the results of module preservation analysis.
PlotModulePreservationLollipop(
seurat_obj,
name,
features = NULL,
fdr = TRUE,
wgcna_name = NULL
)
seurat_obj |
A Seurat object |
name |
The name to give the module preservation analysis. |
features |
The name of the module preservation features to plot. |
fdr |
logical indicating whether or not to plot FDR-corrected p-values |
wgcna_name |
The name of the hdWGCNA experiment in the seurat_obj@misc slot |
PlotModulePreservationLollipop generates a lollipop plot showing module preservation results. If the module preservation test was performed using the WGCNA method, the statistic that will be shown is the Z-summary preservation statistic. If the analysis was performed using NetRep, then the statistic that will be shown is the FDR corrected averaged p-values from the module preservation permutation test.
ggplot object containing the PlotModulePreservationLollipop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.