PlotDMEsVolcano: PlotDMEsVolcano

View source: R/plotting.R

PlotDMEsVolcanoR Documentation

PlotDMEsVolcano

Description

Plotting function for the results of FindDMEs and FindAllDMEs

Usage

PlotDMEsVolcano(
  seurat_obj,
  DMEs,
  plot_labels = TRUE,
  mod_point_size = 4,
  label_size = 4,
  show_cutoff = TRUE,
  wgcna_name = NULL
)

Arguments

DMEs

dataframe output from FindDMEs or FindAllDMEs

plot_labels

logical determining whether to plot the module labels

mod_point_size

the size of the points in each plot

label_size

the size of the module labels

show_cutoff

logical determining whether to plot the significance cutoff. Should set this to FALSE if using facet_wrap.

wgcna_name

The name of the hdWGCNA experiment in the seurat_obj@misc slot

Value

A ggplot object

Examples

PlotDMEsVolcano

smorabit/scWGCNA documentation built on April 4, 2024, 10:32 a.m.