Skip to contents

Combine SpatialMap objects

Usage

combineMaps(object.list, preserve.Analyses = TRUE, silent = FALSE)

Arguments

object.list

A list of SM objects

preserve.Analyses

A logical indicating whether or not to try to preserve formal Analyses from the original objects. Analyses and their associated Representations, embeddings, features, and graphs will be preserved if TRUE, and removed if FALSE.

silent

If TRUE, suppresses info messages.

Value

A combined SpatialMap object

Scroll to top