Reactome · Schema

ExternalExpressionSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
columnNames array
max number
min number
View JSON Schema on GitHub

JSON Schema

analysis-service-externalexpressionsummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalExpressionSummary",
  "title": "ExternalExpressionSummary",
  "type": "object",
  "properties": {
    "columnNames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "max": {
      "type": "number",
      "format": "double"
    },
    "min": {
      "type": "number",
      "format": "double"
    }
  }
}