This API endpoint handles listing (/genes) and retrieval (/genes/<ID>/) of genes that are contained in the database due to their association to
genetic variants that are involved in at least one oligogenic combination in OLIDA.

GET /api/genecombinations/936/genes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Gene",
            "id": "HEATR3",
            "attributes": {
                "go_molecular_function": [
                    "['unfolded protein binding']"
                ],
                "pathway_id": [],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q7Z4Q2",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000155393",
                "chromosome_number": "16",
                "lastmodified": "2023-05-16T12:02:32.935653"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2806"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/HEATR3/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/HEATR3/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "936"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/HEATR3/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/HEATR3/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/HEATR3/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "IFNW1",
            "attributes": {
                "go_molecular_function": [
                    "['type I interferon receptor binding', 'cytokine receptor binding', 'cytokine activity']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04060",
                    "kegg_path:hsa04622",
                    "kegg_path:hsa04630"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "P05000",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000177047",
                "chromosome_number": "9",
                "lastmodified": "2023-05-16T12:02:32.941022"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2807"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IFNW1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IFNW1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "936"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IFNW1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IFNW1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/IFNW1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "IL12B",
            "attributes": {
                "go_molecular_function": [
                    "['interleukin-12 alpha subunit binding', 'cytokine binding', 'growth factor activity', 'protein-containing complex binding', 'protein heterodimerization activity', 'protein binding', 'interleukin-23 receptor binding', 'interleukin-12 receptor binding', 'cytokine receptor activity', 'identical protein binding', 'cytokine activity']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04060",
                    "kegg_path:hsa04620",
                    "kegg_path:hsa04622",
                    "kegg_path:hsa04625",
                    "kegg_path:hsa04630",
                    "kegg_path:hsa04658",
                    "kegg_path:hsa04940",
                    "kegg_path:hsa05133",
                    "kegg_path:hsa05134",
                    "kegg_path:hsa05140",
                    "kegg_path:hsa05142",
                    "kegg_path:hsa05143",
                    "kegg_path:hsa05145",
                    "kegg_path:hsa05146",
                    "kegg_path:hsa05152",
                    "kegg_path:hsa05162",
                    "kegg_path:hsa05164",
                    "kegg_path:hsa05168",
                    "kegg_path:hsa05171",
                    "kegg_path:hsa05200",
                    "kegg_path:hsa05205",
                    "kegg_path:hsa05321",
                    "kegg_path:hsa05330",
                    "R-HSA-1280215",
                    "R-HSA-168256",
                    "R-HSA-447115",
                    "R-HSA-449147",
                    "R-HSA-6783783",
                    "R-HSA-6785807",
                    "R-HSA-9020591",
                    "R-HSA-9020933"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P29460",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000113302",
                "chromosome_number": "5",
                "lastmodified": "2023-05-16T12:02:32.929610"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2803"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2804"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IL12B/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IL12B/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 1
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "936"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/IL12B/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/IL12B/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/IL12B/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "TYK2",
            "attributes": {
                "go_molecular_function": [
                    "['non-membrane spanning protein tyrosine kinase activity', 'protein tyrosine kinase activity', 'ATP binding', 'type 1 angiotensin receptor binding', 'protein binding', 'protein serine/threonine/tyrosine kinase activity', 'growth hormone receptor binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04217",
                    "kegg_path:hsa04380",
                    "kegg_path:hsa04621",
                    "kegg_path:hsa04630",
                    "kegg_path:hsa04658",
                    "kegg_path:hsa04659",
                    "kegg_path:hsa05145",
                    "kegg_path:hsa05160",
                    "kegg_path:hsa05161",
                    "kegg_path:hsa05162",
                    "kegg_path:hsa05164",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa05167",
                    "kegg_path:hsa05168",
                    "kegg_path:hsa05169",
                    "kegg_path:hsa05171",
                    "kegg_path:hsa04217",
                    "kegg_path:hsa04380",
                    "kegg_path:hsa04621",
                    "kegg_path:hsa04630",
                    "kegg_path:hsa04658",
                    "kegg_path:hsa04659",
                    "kegg_path:hsa05145",
                    "kegg_path:hsa05160",
                    "kegg_path:hsa05161",
                    "kegg_path:hsa05162",
                    "kegg_path:hsa05164",
                    "kegg_path:hsa05165",
                    "kegg_path:hsa05167",
                    "kegg_path:hsa05168",
                    "kegg_path:hsa05169",
                    "kegg_path:hsa05171",
                    "R-HSA-1059683",
                    "R-HSA-110056",
                    "R-HSA-112409",
                    "R-HSA-112411",
                    "R-HSA-1280215",
                    "R-HSA-162582",
                    "R-HSA-1643685",
                    "R-HSA-168256",
                    "R-HSA-447115",
                    "R-HSA-449147",
                    "R-HSA-449836",
                    "R-HSA-5663205",
                    "R-HSA-5683057",
                    "R-HSA-5684996",
                    "R-HSA-6783589",
                    "R-HSA-6783783",
                    "R-HSA-6785807",
                    "R-HSA-6788467",
                    "R-HSA-8854691",
                    "R-HSA-8984722",
                    "R-HSA-9020591",
                    "R-HSA-9020933",
                    "R-HSA-9020956",
                    "R-HSA-909733",
                    "R-HSA-912694",
                    "R-HSA-913531",
                    "R-HSA-9679191",
                    "R-HSA-9679506"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P29597",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000105397",
                "chromosome_number": "19",
                "lastmodified": "2023-05-16T12:02:32.877744"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2793"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2805"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TYK2/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TYK2/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "933"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "936"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TYK2/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TYK2/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/TYK2/?format=api"
            }
        }
    ],
    "meta": {
        "database_name": "OLIgogenic diseases DAtabase (OLIDA)",
        "resource_url": "olida.ibsquare.be",
        "api_release_year": "2021",
        "api_developer": [
            [
                "Arnau Dillen",
                "arnau.dillen@ulb.ac.be"
            ],
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_version": "0.3",
        "api_maintainers": [
            [
                "Charlotte Nachtegael",
                "charlotte.nachtegael@ulb.be"
            ]
        ],
        "api_documentation": [
            "olida.ibsquare.be/api/swagger",
            "olida.ibsquare.be/api/redoc"
        ],
        "copyright": "Copyright (c) 2025 · OLIDA All Rights Reserved.",
        "license": "CC Attribution-NonCommercial 4.0 International License",
        "ontologies": {
            "ORDO": "http://bioportal.bioontology.org/ontologies/ORDO",
            "GENO": "http://purl.obolibrary.org/obo/geno.owl",
            "MI": "http://purl.obolibrary.org/obo/mi.owl",
            "NCIT": "http://purl.obolibrary.org/obo/ncit.owl",
            "OGI": "http://purl.obolibrary.org/obo/ogi.owl",
            "OGG": "http://purl.obolibrary.org/obo/ogg.owl"
        },
        "relevant_publications_doi": [
            "10.1093/nar/gkv1068",
            "10.1093/database/baac023"
        ],
        "size": 4
    }
}