Skip to contents

Grouping and differential expression testing.

Usage

differentialExpression(
  object,
  feature,
  data.slot = "NormalizedData",
  method = "wilcox",
  ...
)

Arguments

object

A SpatialMap object

feature

A feature name, from metadata

data.slot

Which data slot to compute on

method

Which method should be used to compute differential expression?

...

Arguments passed to differential_wilcox

Value

A data frame

Scroll to top