- pos
a matrix object, with columns representing the spatial coordinates that can be any diemsion, i.e., 2, 3 and >3.
- type
an optional string, specify which type of neighbors' definition. Here we provide two definition: one is "fixed_distance", the other is "fixed_number".
- platform
a string, specify the platform of the provided data, default as "Others". There are more platforms to be chosen, including "Visuim", "ST" and "Others" ("Others" represents the other SRT platforms except for 'Visium' and 'ST')
The platform helps to calculate the adjacency matrix by defining the neighborhoods when type="fixed_distance" is chosen.
- neighbors
an optional postive integer, specify how many neighbors used in calculation, default as 6.
- ...
Other arguments passed to getAdj_auto
.