Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions openapi/v1/schemas/cell/DEResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading