addedInput schema / $defs / SpatialDomainParameters / additionalProperties
Added value: +false
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_clustering_method
Added value: +{
+ "default": "kmeans",
+ "description": "Clustering applied to AESTETIK embeddings. 'kmeans'/'bgm' use n_domains; 'leiden'/'louvain' use resolution.",
+ "enum": [
+ "bgm",
+ "kmeans",
+ "louvain",
+ "leiden"
+ ],
+ "title": "Aestetik Clustering Method",
+ "type": "string"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_latent_dim
Added value: +{
+ "default": 16,
+ "description": "AESTETIK latent embedding dimension.",
+ "exclusiveMinimum": 0,
+ "maximum": 512,
+ "title": "Aestetik Latent Dim",
+ "type": "integer"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_max_epochs
Added value: +{
+ "default": 100,
+ "description": "AESTETIK training epochs.",
+ "exclusiveMinimum": 0,
+ "maximum": 10000,
+ "title": "Aestetik Max Epochs",
+ "type": "integer"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_morphology_key
Added value: +{
+ "default": "X_pca_morphology",
+ "description": "obsm key holding the precomputed per-spot morphology embedding (AESTETIK only).",
+ "title": "Aestetik Morphology Key",
+ "type": "string"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_morphology_weight
Added value: +{
+ "default": 1.5,
+ "description": "Morphology weight in the AESTETIK joint loss.",
+ "maximum": 3,
+ "minimum": 0,
+ "title": "Aestetik Morphology Weight",
+ "type": "number"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_random_seed
Added value: +{
+ "default": 2023,
+ "title": "Aestetik Random Seed",
+ "type": "integer"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_transcriptomics_key
Added value: +{
+ "default": "X_pca",
+ "description": "obsm key holding the precomputed expression embedding (AESTETIK only).",
+ "title": "Aestetik Transcriptomics Key",
+ "type": "string"
+}
addedInput schema / $defs / SpatialDomainParameters / properties / aestetik_window_size
Added value: +{
+ "default": 3,
+ "description": "Odd side length of the AESTETIK neighborhood grid.",
+ "exclusiveMinimum": 0,
+ "maximum": 15,
+ "title": "Aestetik Window Size",
+ "type": "integer"
+}
changedInput schema / $defs / SpatialDomainParameters / properties / method / description
Previous value: -"'spagcn' uses histology. 'banksy' uses spatial feature augmentation. 'stagate'/'graphst' use deep learning."New value: +"'spagcn' uses histology. 'banksy' uses spatial feature augmentation. 'stagate'/'graphst' use deep learning. 'aestetik' fuses precomputed expression and morphology embeddings."
changedInput schema / $defs / SpatialDomainParameters / properties / method / enum
Previous value: -[
- "spagcn",
- "leiden",
- "louvain",
- "stagate",
- "graphst",
- "banksy"
-]New value: +[
+ "spagcn",
+ "leiden",
+ "louvain",
+ "stagate",
+ "graphst",
+ "banksy",
+ "aestetik"
+]
changedInput schema / $defs / SpatialDomainParameters / properties / timeout / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / $defs / SpatialDomainParameters / properties / timeout / description
Added value: +"Maximum backend runtime in seconds. None uses 600 seconds."
addedInput schema / additionalProperties
Added value: +false
addedOutput schema / additionalProperties
Added value: +false
removedOutput schema / properties / statistics
Removed value: -{
- "additionalProperties": true,
- "title": "Statistics",
- "type": "object"
-}
addedOutput schema / properties / warnings
Added value: +{
+ "description": "Non-fatal conditions that may affect result interpretation.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Warnings",
+ "type": "array"
+}