Reactome · Schema
CustomInteraction
Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science
Properties
| Name | Type | Description |
|---|---|---|
| databaseName | string | |
| dbId | integer | |
| displayName | string | |
| entitiesCount | integer | |
| evidenceCount | integer | |
| evidenceURL | string | |
| geneName | array | |
| identifier | string | |
| score | number | |
| speciesName | string | |
| url | string | |
| variantIdentifier | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://reactome.org/schemas/content-service/CustomInteraction",
"title": "CustomInteraction",
"type": "object",
"properties": {
"databaseName": {
"type": "string"
},
"dbId": {
"type": "integer",
"format": "int64"
},
"displayName": {
"type": "string"
},
"entitiesCount": {
"type": "integer",
"format": "int64"
},
"evidenceCount": {
"type": "integer",
"format": "int64"
},
"evidenceURL": {
"type": "string"
},
"geneName": {
"type": "array",
"items": {
"type": "string"
}
},
"identifier": {
"type": "string"
},
"score": {
"type": "number",
"format": "double"
},
"speciesName": {
"type": "string"
},
"url": {
"type": "string"
},
"variantIdentifier": {
"type": "string"
}
}
}