FindAllDMEs: FindAllDMEs

View source: R/DMEs.R

FindAllDMEsR Documentation

FindAllDMEs

Description

Function to compare expression levels of co-expression modules between two sets of cell barcodes.

Usage

FindAllDMEs(
  seurat_obj,
  group.by,
  features = "MEs",
  harmonized = TRUE,
  add_missing = FALSE,
  wgcna_name = NULL,
  test.use = "wilcox",
  only.pos = FALSE,
  logfc.threshold = 0,
  min.pct = 0,
  verbose = FALSE,
  pseudocount.use = 0,
  ...
)

Arguments

seurat_obj

A Seurat object

group.by

column in seurat_obj@meta.data containing cell grouping information

features

indicate whether to use "MEs" or "ModuleScores" for the comparison

harmonized

logical determining whether or not to use harmonized MEs

add_missing

logical determining whether or not to add missing modules back into the resulting dataframe with NA values.

wgcna_name

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

...

Additional parameters for the FindMarkers function

Value

A dataframe contaning differential ME results

Examples

FindAllDMEs

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