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

{
    "data": [
        {
            "type": "Gene",
            "id": "SPRY4",
            "attributes": {
                "go_molecular_function": [
                    "['protein kinase inhibitor activity', 'protein binding']"
                ],
                "pathway_id": [],
                "essential_gene": "Essential",
                "status": "CU",
                "uniprot_acc": "A0A0C4DFS6",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000187678",
                "chromosome_number": "5",
                "lastmodified": "2021-10-18T11:00:44.751356"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 10
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "784"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "811"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1796"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1829"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2660"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2692"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2722"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2728"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3000"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "3270"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SPRY4/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SPRY4/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 11
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "246"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "254"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "262"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "255"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "595"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "885"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "895"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "904"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "907"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1002"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1100"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/SPRY4/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/SPRY4/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/SPRY4/?format=api"
            }
        },
        {
            "type": "Gene",
            "id": "TACR3",
            "attributes": {
                "go_molecular_function": [
                    "['tachykinin receptor activity', 'protein binding']"
                ],
                "pathway_id": [
                    "kegg_path:hsa04020",
                    "kegg_path:hsa04080",
                    "R-HSA-162582",
                    "R-HSA-372790",
                    "R-HSA-373076",
                    "R-HSA-375276",
                    "R-HSA-380095",
                    "R-HSA-388396",
                    "R-HSA-416476",
                    "R-HSA-500792"
                ],
                "essential_gene": "Non-essential",
                "status": "CU",
                "uniprot_acc": "P29371",
                "ensembl_id": "None",
                "entrez_id": "ENSG00000169836",
                "chromosome_number": "4",
                "lastmodified": "2021-10-18T11:00:44.399598"
            },
            "relationships": {
                "variant_set": {
                    "meta": {
                        "count": 12
                    },
                    "data": [
                        {
                            "type": "SmallVariant",
                            "id": "2694"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "819"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "851"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "852"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1085"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "1865"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2693"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2701"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2703"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2712"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2714"
                        },
                        {
                            "type": "SmallVariant",
                            "id": "2929"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TACR3/relationships/variant_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TACR3/variants/?format=api"
                    }
                },
                "genecombination_set": {
                    "meta": {
                        "count": 10
                    },
                    "data": [
                        {
                            "type": "GeneCombination",
                            "id": "262"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "264"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "258"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "355"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "620"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "896"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "897"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "899"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "973"
                        },
                        {
                            "type": "GeneCombination",
                            "id": "1133"
                        }
                    ],
                    "links": {
                        "self": "https://olida.ibsquare.be/api/genes/TACR3/relationships/genecombination_set?format=api",
                        "related": "https://olida.ibsquare.be/api/genes/TACR3/genecombinations/?format=api"
                    }
                }
            },
            "links": {
                "self": "https://olida.ibsquare.be/api/genes/TACR3/?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
    }
}