odmApi::GSResponseResultsPerGeneInner¶
Per-gene summary statistics.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| geneId | character | Gene identifier. | [optional] |
| cellCount | integer | Number of cells expressing the gene. | [optional] |
| mean | numeric | Mean expression | [optional] |
| median | numeric | Median expression | [optional] |
| stdDev | numeric | Standard deviation | [optional] |
| min | numeric | Minimum value | [optional] |
| max | numeric | Maximum value | [optional] |
| quantiles | array[numeric] | List of quantile values from 0 to 1 (inclusive), with step 0.1 | [optional] |
| histogram | array[array[numeric]] | Histogram as a list of [binStart, binEnd, count] triples. Length depends of the selected sample size, maximum is 20. | [optional] |