Reactome · Schema

IdentifierSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
exp array
id string
View JSON Schema on GitHub

JSON Schema

analysis-service-identifiersummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/IdentifierSummary",
  "title": "IdentifierSummary",
  "type": "object",
  "properties": {
    "exp": {
      "type": "array",
      "items": {
        "type": "number",
        "format": "double"
      }
    },
    "id": {
      "type": "string"
    }
  }
}