Gene Combination Relationship
GET /api/genecombinations/101/relationships/genes?format=api
{
"data": [
{
"type": "Gene",
"id": "GJB2"
},
{
"type": "Gene",
"id": "GJB3"
}
]
}