Skip to contents

Create a SpatialMap object manually

Usage

createSpatialMap(
  regions,
  analyses = NULL,
  projectMetadata,
  projectName = NULL,
  projectSummary = NULL,
  activeRegions = NULL,
  activeAnalysis = NULL,
  settings = NULL
)

Arguments

regions

A named list of Region class objects, where the names are the region IDs.

analyses

Analyses that combine across Regions

projectMetadata

Metadata associated with each Region

projectName

Project name

projectSummary

A brief text summary of the project

activeRegions

The active Regions for this SpatialMap

activeAnalysis

The active Analysis

settings

The list of settings

Scroll to top