Reactome · Schema

ExternalAnalysisResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
expressionSummary object
notFound array
pathways array
summary object
warnings array
View JSON Schema on GitHub

JSON Schema

analysis-service-externalanalysisresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalAnalysisResult",
  "title": "ExternalAnalysisResult",
  "type": "object",
  "properties": {
    "expressionSummary": {
      "$ref": "#/components/schemas/ExternalExpressionSummary"
    },
    "notFound": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalIdentifier"
      }
    },
    "pathways": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalPathwayNodeSummary"
      }
    },
    "summary": {
      "$ref": "#/components/schemas/ExternalAnalysisSummary"
    },
    "warnings": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}