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/458/genes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Gene",
            "id": "ANG",
            "attributes": {
                "go_molecular_function": [
                    "protein binding",
                    "endoribonuclease activity"
                ],
                "pathway_id": [
                    "R-HSA-446728",
                    "R-HSA-418990",
                    "kegg_path:hsa05014",
                    "R-HSA-421270",
                    "R-HSA-1500931"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "P03950",
                "ensembl_id": "ENSG00000214274",
                "entrez_id": "283",
                "chromosome_number": "14",
                "lastmodified": "2021-10-18T11:00:44.872102"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "532"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "542"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "681"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1382"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/ANG/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/ANG/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "178"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "184"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "221"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "435"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "458"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/ANG/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/ANG/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/ANG/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "SETX",
            "attributes": {
                "go_molecular_function": [
                    "['DNA binding', 'hydrolase activity', 'protein binding', 'RNA binding', 'DNA helicase activity', 'transcription termination site sequence-specific DNA binding', 'identical protein binding', 'ATP binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa05014"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "Q7Z333",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000107290",
                "chromosome_number": "9",
                "lastmodified": "2021-10-18T11:00:44.749548"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 23
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "528"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "538"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "544"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "546"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "547"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "921"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "929"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1381"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1425"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1431"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1439"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1726"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1727"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2041"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2044"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2054"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2099"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2100"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2637"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3435"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3443"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3608"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3609"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SETX/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SETX/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 18
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "174"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "177"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "180"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "181"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "185"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "186"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "187"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "290"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "452"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "454"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "456"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "458"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "568"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "703"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "727"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "879"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1156"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1213"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SETX/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SETX/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/SETX/?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": 2
    }
}