Reactome · Schema

ReactionStatistics

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
found integer
ratio number
resource string
total integer
View JSON Schema on GitHub

JSON Schema

analysis-service-reactionstatistics.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ReactionStatistics",
  "title": "ReactionStatistics",
  "type": "object",
  "properties": {
    "found": {
      "type": "integer",
      "format": "int32"
    },
    "ratio": {
      "type": "number",
      "format": "double"
    },
    "resource": {
      "type": "string"
    },
    "total": {
      "type": "integer",
      "format": "int32"
    }
  }
}