addedInput schema / $defs / DeconvolutionParameters / additionalProperties
Added value: +false
removedInput schema / $defs / DeconvolutionParameters / properties / cell2location_early_stopping_threshold / exclusiveMinimum
Removed value: -0
addedInput schema / $defs / DeconvolutionParameters / properties / cell2location_early_stopping_threshold / minimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / cell2location_gene_filter_cell_count_cutoff / minimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / cell2location_gene_filter_cell_percentage_cutoff2 / maximum
Added value: +1
addedInput schema / $defs / DeconvolutionParameters / properties / cell2location_gene_filter_cell_percentage_cutoff2 / minimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / cell2location_gene_filter_nonz_mean_cutoff / minimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_dropout_rate / exclusiveMaximum
Added value: +1
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_dropout_rate / minimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_learning_rate / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_n_hidden / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_n_latent / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / destvi_n_layers / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / rctd_backend
Added value: +{
+ "default": "r",
+ "description": "RCTD implementation. 'r' preserves the spacexr backend; 'python' uses rctd-py.",
+ "enum": [
+ "r",
+ "python"
+ ],
+ "title": "Rctd Backend",
+ "type": "string"
+}
addedInput schema / $defs / DeconvolutionParameters / properties / rctd_batch_size
Added value: +{
+ "anyOf": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ {
+ "const": "auto",
+ "type": "string"
+ }
+ ],
+ "default": "auto",
+ "description": "Spot batch size for the rctd-py backend, or 'auto'.",
+ "title": "Rctd Batch Size"
+}
addedInput schema / $defs / DeconvolutionParameters / properties / rctd_device
Added value: +{
+ "default": "auto",
+ "description": "Compute device for the rctd-py backend. Ignored by the R backend.",
+ "enum": [
+ "auto",
+ "cpu",
+ "cuda"
+ ],
+ "title": "Rctd Device",
+ "type": "string"
+}
addedInput schema / $defs / DeconvolutionParameters / properties / rctd_dtype
Added value: +{
+ "default": "float64",
+ "description": "Numerical precision for the rctd-py backend.",
+ "enum": [
+ "float64",
+ "float32"
+ ],
+ "title": "Rctd Dtype",
+ "type": "string"
+}
addedInput schema / $defs / DeconvolutionParameters / properties / rctd_sigma_override
Added value: +{
+ "anyOf": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional fixed sigma for rctd-py. None estimates sigma from the data.",
+ "title": "Rctd Sigma Override"
+}
addedInput schema / $defs / DeconvolutionParameters / properties / stereoscope_batch_size / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / stereoscope_learning_rate / exclusiveMinimum
Added value: +0
addedInput schema / $defs / DeconvolutionParameters / properties / stereoscope_n_epochs / exclusiveMinimum
Added value: +0
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"
+}