Reactome · Schema

FireworksOccurrencesResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
interactsWith array
llps array
View JSON Schema on GitHub

JSON Schema

content-service-fireworksoccurrencesresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/FireworksOccurrencesResult",
  "title": "FireworksOccurrencesResult",
  "type": "object",
  "properties": {
    "interactsWith": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "llps": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}