Reactome · Schema

ExternalPathwayNodeData

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
entities array
interactors array
reactions array
statistics array
View JSON Schema on GitHub

JSON Schema

analysis-service-externalpathwaynodedata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalPathwayNodeData",
  "title": "ExternalPathwayNodeData",
  "type": "object",
  "properties": {
    "entities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalIdentifier"
      }
    },
    "interactors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalInteractor"
      }
    },
    "reactions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalAnalysisReaction"
      }
    },
    "statistics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalStatistics"
      }
    }
  }
}