Skip to contents

Returns a SpatialMap object with the specified Region cellMetadata columns removed. Specify metadata columns using a character vector of column names.

Usage

removeCellMetadata(object, metadata, analyze = "regions")

Arguments

object

The SpatialMap object

metadata

Metadata column(s) from cellMetadata

analyze

What to analyze (and how). The options are "regions", NULL (activeAnalysis), the name of a currently existing formal analysis, or the name of a column in object's projectMetadata (an "informal" analysis).

Scroll to top