dot-make_subspots: Define offsets and Manhattan distances for each subspot...

.make_subspotsR Documentation

Define offsets and Manhattan distances for each subspot layout.

Description

Hex spots are divided into 6 triangular subspots, square spots are divided into 9 squares. Offsets are relative to the spot center. A unit corresponds to the diameter of a spot.

Usage

.make_subspots(
  platform,
  xdist,
  ydist,
  force = FALSE,
  nsubspots.per.edge = 3,
  tolerance = 1.05
)

Details

Manhattan distance is used here instead of Euclidean to avoid numerical issues.


edward130603/BayesSpace documentation built on Oct. 23, 2024, 7:04 a.m.