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

{
    "data": [
        {
            "type": "Gene",
            "id": "MYO7A",
            "attributes": {
                "go_molecular_function": [
                    "['calmodulin binding', 'spectrin binding', 'protein binding', 'protein domain specific binding', 'microfilament motor activity', 'actin filament binding', 'ATP binding']"
                ],
                "pathway_id": [
                    "R-HSA-162582",
                    "R-HSA-2187338",
                    "R-HSA-2453902",
                    "R-HSA-372790",
                    "R-HSA-388396",
                    "R-HSA-418594",
                    "R-HSA-162582",
                    "R-HSA-2187338",
                    "R-HSA-2453902",
                    "R-HSA-372790",
                    "R-HSA-388396",
                    "R-HSA-418594"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q13402",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000137474",
                "chromosome_number": "11",
                "lastmodified": "2021-10-18T11:00:44.573189"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 28
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "509"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "206"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "207"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "211"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "213"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "218"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "221"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "503"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "507"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "720"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "727"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "728"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "737"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "747"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "748"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "759"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1323"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1324"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1975"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2233"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2235"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2237"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2239"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2241"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2243"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2245"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3704"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3712"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MYO7A/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MYO7A/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 16
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "75"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "76"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "77"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "78"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "80"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "236"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "240"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "168"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "238"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "231"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "233"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "412"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "758"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "757"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1256"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1253"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/MYO7A/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/MYO7A/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/MYO7A/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "USH1C",
            "attributes": {
                "go_molecular_function": [
                    "actin filament binding",
                    "protein binding",
                    "spectrin binding"
                ],
                "pathway_id": [],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "Q9Y6N9",
                "ensembl_id": "ENSG00000006611",
                "entrez_id": "10083",
                "chromosome_number": "11",
                "lastmodified": "2021-10-18T11:00:44.784192"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 3
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "216"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "512"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2242"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/USH1C/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/USH1C/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 2
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "79"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "758"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/USH1C/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/USH1C/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/USH1C/?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) 2024 · 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
    }
}