Reactome · Schema

PathwayBase

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
dbId integer
disease boolean
entities object
stId string
View JSON Schema on GitHub

JSON Schema

analysis-service-pathwaybase.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/PathwayBase",
  "title": "PathwayBase",
  "type": "object",
  "properties": {
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "disease": {
      "type": "boolean"
    },
    "entities": {
      "$ref": "#/components/schemas/EntityStatistics"
    },
    "stId": {
      "type": "string"
    }
  }
}