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/997/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": "PNPLA6",
            "attributes": {
                "go_molecular_function": [
                    "['lysophospholipase activity', 'phosphatidyl phospholipase B activity']"
                ],
                "pathway_id": [
                    "kegg_path:hsa00564",
                    "R-HSA-1430728",
                    "R-HSA-1483255",
                    "R-HSA-1483257",
                    "R-HSA-556833",
                    "R-HSA-6814848"
                ],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "Q8IY17",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000032444",
                "chromosome_number": "19",
                "lastmodified": "2021-10-18T11:00:44.696531"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 8
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "1794"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1855"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2773"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2918"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2939"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2968"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2972"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2979"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PNPLA6/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PNPLA6/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 9
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "594"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "616"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "927"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "968"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "977"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "988"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "990"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "994"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "997"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/PNPLA6/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/PNPLA6/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/PNPLA6/?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
    }
}