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

{
    "data": [
        {
            "type": "Gene",
            "id": "ANOS1",
            "attributes": {
                "go_molecular_function": [
                    "['heparin binding', 'extracellular matrix structural constituent', 'serine-type endopeptidase inhibitor activity', 'protein binding']"
                ],
                "pathway_id": [
                    "R-HSA-162582",
                    "R-HSA-190236",
                    "R-HSA-190242",
                    "R-HSA-190373",
                    "R-HSA-5654726",
                    "R-HSA-5654736",
                    "R-HSA-9006934"
                ],
                "essential_gene": null,
                "status": "CU",
                "uniprot_acc": "P23352",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000011201",
                "chromosome_number": "X",
                "lastmodified": "2021-10-18T11:00:44.754255"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 36
                    },
                    "data": [
                        {
                            "type": "CopyNumberVariant",
                            "id": "3399"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1795"
                        },
                        {
                            "type": "CopyNumberVariant",
                            "id": "1867"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "245"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "309"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "399"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "559"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "777"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "849"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "855"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "973"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "975"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1083"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1832"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1833"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1863"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1876"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1927"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2202"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2395"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2405"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2710"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2727"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2731"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2767"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2827"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2916"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2947"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2957"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2962"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2966"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2987"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2988"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2993"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2997"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3158"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/ANOS1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/ANOS1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 29
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "191"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "264"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "261"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "354"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "594"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "620"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "623"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "624"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "642"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "651"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "901"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "907"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "312"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "90"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "243"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "968"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "969"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "975"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "981"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "984"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "986"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "988"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "992"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "997"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "998"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1000"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1001"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1054"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1088"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/ANOS1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/ANOS1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/ANOS1/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "PAX6",
            "attributes": {
                "go_molecular_function": [
                    "protein kinase binding",
                    "histone acetyltransferase binding"
                ],
                "pathway_id": [
                    "R-HSA-400511",
                    "R-HSA-2980736",
                    "R-HSA-392499",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa04950",
                    "R-HSA-5619507",
                    "R-HSA-400508",
                    "R-HSA-381771",
                    "R-HSA-1266738",
                    "kegg_path:hsa04550",
                    "kegg_path:hsa04950",
                    "R-HSA-5617472",
                    "R-HSA-186712",
                    "R-HSA-210745"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "P26367",
                "ensembl_id": "ENSG00000007372",
                "entrez_id": "5080",
                "chromosome_number": "11",
                "lastmodified": "2021-10-18T11:00:44.236412"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1917"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1928"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1933"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PAX6/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PAX6/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 4
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "645"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "646"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "651"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "653"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PAX6/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PAX6/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PAX6/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "PLXNB1",
            "attributes": {
                "go_molecular_function": [
                    "semaphorin receptor activity",
                    "GTPase activator activity",
                    "protein binding"
                ],
                "pathway_id": [
                    "R-HSA-1266738",
                    "R-HSA-416482",
                    "R-HSA-9675108",
                    "R-HSA-373755",
                    "R-HSA-416572",
                    "R-HSA-422475",
                    "R-HSA-400685",
                    "R-HSA-388396",
                    "kegg_path:hsa04360",
                    "R-HSA-416550",
                    "R-HSA-162582",
                    "R-HSA-372790"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "O43157",
                "ensembl_id": "ENSG00000164050",
                "entrez_id": "5364",
                "chromosome_number": "3",
                "lastmodified": "2021-10-18T11:00:44.887426"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 5
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1900"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1915"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1919"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1935"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1953"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PLXNB1/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PLXNB1/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 7
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "644"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "636"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "646"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "651"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "654"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "655"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "665"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PLXNB1/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PLXNB1/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PLXNB1/?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": 3
    }
}