Reactome · Schema

FoundInteractor

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

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

JSON Schema

analysis-service-foundinteractor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/FoundInteractor",
  "title": "FoundInteractor",
  "type": "object",
  "properties": {
    "exp": {
      "type": "array",
      "items": {
        "type": "number",
        "format": "double"
      }
    },
    "id": {
      "type": "string"
    },
    "interactsWith": {
      "$ref": "#/components/schemas/IdentifierMap"
    },
    "mapsTo": {
      "uniqueItems": true,
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}