diff --git a/openapi/v1/schemas/cell/DEResponse.yaml b/openapi/v1/schemas/cell/DEResponse.yaml index 3f283aea..28036aaf 100644 --- a/openapi/v1/schemas/cell/DEResponse.yaml +++ b/openapi/v1/schemas/cell/DEResponse.yaml @@ -27,12 +27,12 @@ components: type: integer description: Number of cells expressing the gene in the control group. example: 8123 - caseAvgExpression: + caseAvgEx: type: number format: double description: Mean expression level across case cells. example: 1.24 - controlAvgExpression: + controlAvgEx: type: number format: double description: Mean expression level across control cells. @@ -47,6 +47,11 @@ components: format: double description: Ratio of average expressions between case and control groups. example: 2.0 + log2FC: + type: number + format: double + description: Logarithm with base 2 of the Fold change value. + example: 1.4594316186372973 mannWhitneyU: type: number format: double @@ -56,7 +61,7 @@ components: type: number format: double description: The probability of observing results as extreme as (or more extreme than) those obtained, assuming that the null hypothesis is true. - example: 0.95 + example: 0.5536169919657803 required: - geneId - caseCellCount