← 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: 15-45369480-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=45369480&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 45369480,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000396659.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.330A>T",
"hgvs_p": "p.Gln110His",
"transcript": "NM_001482.3",
"protein_id": "NP_001473.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 423,
"cds_start": 330,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": "ENST00000396659.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.330A>T",
"hgvs_p": "p.Gln110His",
"transcript": "ENST00000396659.8",
"protein_id": "ENSP00000379895.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 423,
"cds_start": 330,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": "NM_001482.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.1986A>T",
"hgvs_p": null,
"transcript": "ENST00000558362.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "NM_001321015.2",
"protein_id": "NP_001307944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000558537.5",
"protein_id": "ENSP00000453151.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": -4,
"cds_end": null,
"cds_length": 96,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000561148.5",
"protein_id": "ENSP00000453860.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 30,
"cds_start": -4,
"cds_end": null,
"cds_length": 94,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000559885.1",
"protein_id": "ENSP00000453087.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 45,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "XM_047432388.1",
"protein_id": "XP_047288344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.270A>T",
"hgvs_p": "p.Gln90His",
"transcript": "ENST00000675701.1",
"protein_id": "ENSP00000502671.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 403,
"cds_start": 270,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 531,
"cdna_end": null,
"cdna_length": 1909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.330A>T",
"hgvs_p": "p.Gln110His",
"transcript": "ENST00000558336.5",
"protein_id": "ENSP00000454008.1",
"transcript_support_level": 2,
"aa_start": 110,
"aa_end": null,
"aa_length": 391,
"cds_start": 330,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 1522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.330A>T",
"hgvs_p": "p.Gln110His",
"transcript": "ENST00000675323.1",
"protein_id": "ENSP00000502445.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 391,
"cds_start": 330,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 3964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.111A>T",
"hgvs_p": "p.Gln37His",
"transcript": "ENST00000558163.1",
"protein_id": "ENSP00000453781.1",
"transcript_support_level": 4,
"aa_start": 37,
"aa_end": null,
"aa_length": 166,
"cds_start": 111,
"cds_end": null,
"cds_length": 503,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.489A>T",
"hgvs_p": "p.Gln163His",
"transcript": "XM_047432385.1",
"protein_id": "XP_047288341.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 476,
"cds_start": 489,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 2085,
"cdna_end": null,
"cdna_length": 4012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.378A>T",
"hgvs_p": "p.Gln126His",
"transcript": "XM_047432386.1",
"protein_id": "XP_047288342.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 439,
"cds_start": 378,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.378A>T",
"hgvs_p": "p.Gln126His",
"transcript": "XM_047432387.1",
"protein_id": "XP_047288343.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 439,
"cds_start": 378,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 847,
"cdna_end": null,
"cdna_length": 2774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.*135A>T",
"hgvs_p": null,
"transcript": "ENST00000558118.1",
"protein_id": "ENSP00000452971.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.228A>T",
"hgvs_p": null,
"transcript": "ENST00000558916.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.330A>T",
"hgvs_p": null,
"transcript": "ENST00000674905.1",
"protein_id": "ENSP00000502176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.330A>T",
"hgvs_p": null,
"transcript": "ENST00000675158.1",
"protein_id": "ENSP00000501737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.421A>T",
"hgvs_p": null,
"transcript": "ENST00000675974.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.*1061A>T",
"hgvs_p": null,
"transcript": "ENST00000676090.1",
"protein_id": "ENSP00000501630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "NM_001321015.2",
"protein_id": "NP_001307944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000558537.5",
"protein_id": "ENSP00000453151.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": -4,
"cds_end": null,
"cds_length": 96,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000561148.5",
"protein_id": "ENSP00000453860.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 30,
"cds_start": -4,
"cds_end": null,
"cds_length": 94,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "ENST00000559885.1",
"protein_id": "ENSP00000453087.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 45,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "c.-58A>T",
"hgvs_p": null,
"transcript": "XM_047432388.1",
"protein_id": "XP_047288344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.*135A>T",
"hgvs_p": null,
"transcript": "ENST00000558118.1",
"protein_id": "ENSP00000452971.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"hgvs_c": "n.*1061A>T",
"hgvs_p": null,
"transcript": "ENST00000676090.1",
"protein_id": "ENSP00000501630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GATM",
"gene_hgnc_id": 4175,
"dbsnp": "rs1288775",
"frequency_reference_population": 0.3282734,
"hom_count_reference_population": 107927,
"allele_count_reference_population": 529633,
"gnomad_exomes_af": 0.314376,
"gnomad_genomes_af": 0.461774,
"gnomad_exomes_ac": 459387,
"gnomad_genomes_ac": 70246,
"gnomad_exomes_homalt": 87388,
"gnomad_genomes_homalt": 20539,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 5.735975037168828e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.078,
"revel_prediction": "Benign",
"alphamissense_score": 0.0618,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.941,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000396659.8",
"gene_symbol": "GATM",
"hgnc_id": 4175,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.330A>T",
"hgvs_p": "p.Gln110His"
}
],
"clinvar_disease": "Arginine:glycine amidinotransferase deficiency,Fanconi renotubular syndrome 1,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:11",
"phenotype_combined": "not specified|Arginine:glycine amidinotransferase deficiency|not provided|Fanconi renotubular syndrome 1|Inborn genetic diseases",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}