← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-15455920-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=15455920&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 15455920,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005677.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "NM_005677.4",
"protein_id": "NP_005668.2",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 455,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000383788.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005677.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "ENST00000383788.10",
"protein_id": "ENSP00000373298.3",
"transcript_support_level": 1,
"aa_start": 392,
"aa_end": null,
"aa_length": 455,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005677.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383788.10"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "ENST00000603808.5",
"protein_id": "ENSP00000474271.1",
"transcript_support_level": 1,
"aa_start": 392,
"aa_end": null,
"aa_length": 456,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000603808.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000293553",
"gene_hgnc_id": null,
"hgvs_c": "n.21G>T",
"hgvs_p": null,
"transcript": "ENST00000629729.3",
"protein_id": "ENSP00000518887.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000629729.3"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1189G>T",
"hgvs_p": "p.Asp397Tyr",
"transcript": "ENST00000874202.1",
"protein_id": "ENSP00000544261.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 460,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874202.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "ENST00000959102.1",
"protein_id": "ENSP00000629161.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 455,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959102.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1153G>T",
"hgvs_p": "p.Asp385Tyr",
"transcript": "ENST00000959107.1",
"protein_id": "ENSP00000629166.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 448,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959107.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1147G>T",
"hgvs_p": "p.Asp383Tyr",
"transcript": "ENST00000874203.1",
"protein_id": "ENSP00000544262.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 446,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874203.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Asp382Tyr",
"transcript": "NM_080538.2",
"protein_id": "NP_536799.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 445,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080538.2"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Asp382Tyr",
"transcript": "ENST00000383781.8",
"protein_id": "ENSP00000373291.3",
"transcript_support_level": 5,
"aa_start": 382,
"aa_end": null,
"aa_length": 445,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383781.8"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1126G>T",
"hgvs_p": "p.Asp376Tyr",
"transcript": "ENST00000874205.1",
"protein_id": "ENSP00000544264.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 439,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874205.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1075G>T",
"hgvs_p": "p.Asp359Tyr",
"transcript": "ENST00000874204.1",
"protein_id": "ENSP00000544263.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 422,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874204.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Asp358Tyr",
"transcript": "NM_080539.4",
"protein_id": "NP_536800.2",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 421,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080539.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Asp358Tyr",
"transcript": "ENST00000383786.9",
"protein_id": "ENSP00000373296.3",
"transcript_support_level": 5,
"aa_start": 358,
"aa_end": null,
"aa_length": 421,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383786.9"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.1012G>T",
"hgvs_p": "p.Asp338Tyr",
"transcript": "ENST00000959106.1",
"protein_id": "ENSP00000629165.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 401,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959106.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.973G>T",
"hgvs_p": "p.Asp325Tyr",
"transcript": "ENST00000959105.1",
"protein_id": "ENSP00000629164.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 388,
"cds_start": 973,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.964+9G>T",
"hgvs_p": null,
"transcript": "ENST00000959103.1",
"protein_id": "ENSP00000629162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 378,
"cds_start": null,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.815-1989G>T",
"hgvs_p": null,
"transcript": "ENST00000959104.1",
"protein_id": "ENSP00000629163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": null,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959104.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.1030G>T",
"hgvs_p": null,
"transcript": "ENST00000604401.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000604401.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*936G>T",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.1086G>T",
"hgvs_p": null,
"transcript": "ENST00000680240.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.940G>T",
"hgvs_p": null,
"transcript": "ENST00000680545.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680545.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*188G>T",
"hgvs_p": null,
"transcript": "ENST00000681097.1",
"protein_id": "ENSP00000505397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681097.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.4665G>T",
"hgvs_p": null,
"transcript": "ENST00000681222.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*936G>T",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*188G>T",
"hgvs_p": null,
"transcript": "ENST00000681097.1",
"protein_id": "ENSP00000505397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681097.1"
}
],
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"dbsnp": "rs749266800",
"frequency_reference_population": 0.0000018586762,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 6.84067e-7,
"gnomad_genomes_af": 0.0000131401,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5470541715621948,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.397,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.117,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.105,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005677.4",
"gene_symbol": "COLQ",
"hgnc_id": 2226,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000629729.3",
"gene_symbol": "ENSG00000293553",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.21G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}