Reactome · Schema

ExternalAnalysisReaction

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
dbId integer
resources array
stId string
View JSON Schema on GitHub

JSON Schema

analysis-service-externalanalysisreaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalAnalysisReaction",
  "title": "ExternalAnalysisReaction",
  "type": "object",
  "properties": {
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "resources": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "stId": {
      "type": "string"
    }
  }
}