Reactome · Schema

ExternalSpeciesNode

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
name string
speciesID integer
taxID string
View JSON Schema on GitHub

JSON Schema

analysis-service-externalspeciesnode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalSpeciesNode",
  "title": "ExternalSpeciesNode",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "speciesID": {
      "type": "integer",
      "format": "int64"
    },
    "taxID": {
      "type": "string"
    }
  }
}