Reactome · Schema

SpeciesSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
dbId integer
filtered integer
name string
pathways integer
taxId string
View JSON Schema on GitHub

JSON Schema

analysis-service-speciessummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/SpeciesSummary",
  "title": "SpeciesSummary",
  "type": "object",
  "properties": {
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "filtered": {
      "type": "integer",
      "format": "int32"
    },
    "name": {
      "type": "string"
    },
    "pathways": {
      "type": "integer",
      "format": "int32"
    },
    "taxId": {
      "type": "string"
    }
  }
}