addedInput schema / additionalProperties
Added value: +false
addedOutput schema / additionalProperties
Added value: +false
removedOutput schema / properties / adjusted_pvalues
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": {
- "type": "number"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Adjusted Pvalues"
-}
removedOutput schema / properties / enrichment_scores
Removed value: -{
- "additionalProperties": {
- "type": "number"
- },
- "title": "Enrichment Scores",
- "type": "object"
-}
removedOutput schema / properties / gene_set_statistics
Removed value: -{
- "additionalProperties": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Gene Set Statistics",
- "type": "object"
-}
removedOutput schema / properties / pvalues
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": {
- "type": "number"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Pvalues"
-}
removedOutput schema / properties / spatial_metrics
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Spatial Metrics"
-}
addedOutput schema / properties / warnings
Added value: +{
+ "description": "Non-fatal conditions that may affect result interpretation.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Warnings",
+ "type": "array"
+}