Skip to contents

#' Calculates the number of markers "expressed" in each cell of a Region object, according to a threshold.

Usage

num_markers_expressed_region(object, threshold = 0.3, data.slot = "ScaledData")

Arguments

object

A SpatialMap object

threshold

What is the minimum threshold to define expression?

data.slot

Which data slot to apply the threshold on

Scroll to top