Reactome · Schema

Bin

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
key integer
value integer
View JSON Schema on GitHub

JSON Schema

analysis-service-bin.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/Bin",
  "title": "Bin",
  "type": "object",
  "properties": {
    "key": {
      "type": "integer",
      "format": "int32"
    },
    "value": {
      "type": "integer",
      "format": "int32"
    }
  }
}