← 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: 22-37624970-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=37624970&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 37624970,
"ref": "G",
"alt": "A",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "NM_001363771.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "NM_013365.5",
"protein_id": "NP_037497.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 639,
"cds_start": 834,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000343632.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013365.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000343632.9",
"protein_id": "ENSP00000341344.4",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 639,
"cds_start": 834,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_013365.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343632.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.885G>A",
"hgvs_p": "p.Ala295Ala",
"transcript": "ENST00000381756.9",
"protein_id": "ENSP00000371175.5",
"transcript_support_level": 1,
"aa_start": 295,
"aa_end": null,
"aa_length": 656,
"cds_start": 885,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381756.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.832+1337G>A",
"hgvs_p": null,
"transcript": "ENST00000325180.12",
"protein_id": "ENSP00000321288.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 552,
"cds_start": null,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325180.12"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.973G>A",
"hgvs_p": "p.Gly325Arg",
"transcript": "XM_047441327.1",
"protein_id": "XP_047297283.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 330,
"cds_start": 973,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441327.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000851285.1",
"protein_id": "ENSP00000521344.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 679,
"cds_start": 834,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851285.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000937679.1",
"protein_id": "ENSP00000607738.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 669,
"cds_start": 834,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937679.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.885G>A",
"hgvs_p": "p.Ala295Ala",
"transcript": "NM_001363771.2",
"protein_id": "NP_001350700.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 656,
"cds_start": 885,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363771.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.876G>A",
"hgvs_p": "p.Ala292Ala",
"transcript": "ENST00000851288.1",
"protein_id": "ENSP00000521347.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 653,
"cds_start": 876,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851288.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000937681.1",
"protein_id": "ENSP00000607740.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 653,
"cds_start": 834,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937681.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000937680.1",
"protein_id": "ENSP00000607739.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 649,
"cds_start": 834,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937680.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000715689.1",
"protein_id": "ENSP00000520500.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 639,
"cds_start": 834,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715689.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000851284.1",
"protein_id": "ENSP00000521343.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 638,
"cds_start": 834,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851284.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "NM_001172687.2",
"protein_id": "NP_001166158.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 635,
"cds_start": 834,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172687.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000957662.1",
"protein_id": "ENSP00000627721.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 635,
"cds_start": 834,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957662.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.699G>A",
"hgvs_p": "p.Ala233Ala",
"transcript": "ENST00000957660.1",
"protein_id": "ENSP00000627719.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 594,
"cds_start": 699,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957660.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.834G>A",
"hgvs_p": "p.Ala278Ala",
"transcript": "ENST00000851283.1",
"protein_id": "ENSP00000521342.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 588,
"cds_start": 834,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851283.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "NM_001172688.2",
"protein_id": "NP_001166159.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172688.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "ENST00000406772.5",
"protein_id": "ENSP00000385287.1",
"transcript_support_level": 2,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406772.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.513G>A",
"hgvs_p": "p.Ala171Ala",
"transcript": "ENST00000851287.1",
"protein_id": "ENSP00000521346.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 532,
"cds_start": 513,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851287.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.861G>A",
"hgvs_p": "p.Ala287Ala",
"transcript": "XM_011530123.3",
"protein_id": "XP_011528425.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 648,
"cds_start": 861,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530123.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Ala270Ala",
"transcript": "XM_005261518.3",
"protein_id": "XP_005261575.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 631,
"cds_start": 810,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261518.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_006724229.2",
"protein_id": "XP_006724292.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724229.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_024452215.2",
"protein_id": "XP_024307983.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452215.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_024452216.2",
"protein_id": "XP_024307984.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452216.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_047441324.1",
"protein_id": "XP_047297280.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441324.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_047441325.1",
"protein_id": "XP_047297281.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441325.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Ala205Ala",
"transcript": "XM_047441326.1",
"protein_id": "XP_047297282.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 566,
"cds_start": 615,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441326.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.423G>A",
"hgvs_p": "p.Ala141Ala",
"transcript": "XM_024452217.2",
"protein_id": "XP_024307985.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 502,
"cds_start": 423,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452217.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.833-827G>A",
"hgvs_p": null,
"transcript": "ENST00000851286.1",
"protein_id": "ENSP00000521345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": null,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.832+1337G>A",
"hgvs_p": null,
"transcript": "ENST00000957661.1",
"protein_id": "ENSP00000627720.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": null,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957661.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.832+1337G>A",
"hgvs_p": null,
"transcript": "NM_001001560.3",
"protein_id": "NP_001001560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 552,
"cds_start": null,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001560.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.832+1337G>A",
"hgvs_p": null,
"transcript": "ENST00000957663.1",
"protein_id": "ENSP00000627722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 551,
"cds_start": null,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.883+1337G>A",
"hgvs_p": null,
"transcript": "XM_024452214.2",
"protein_id": "XP_024307982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": null,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452214.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "c.808+1337G>A",
"hgvs_p": null,
"transcript": "XM_047441323.1",
"protein_id": "XP_047297279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441323.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"hgvs_c": "n.1142G>A",
"hgvs_p": null,
"transcript": "ENST00000475445.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000475445.1"
}
],
"gene_symbol": "GGA1",
"gene_hgnc_id": 17842,
"dbsnp": "rs751517",
"frequency_reference_population": 0.00002020947,
"hom_count_reference_population": 0,
"allele_count_reference_population": 32,
"gnomad_exomes_af": 0.0000188652,
"gnomad_genomes_af": 0.0000328494,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10599999874830246,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.175,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.75,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.0012667280951482,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001363771.2",
"gene_symbol": "GGA1",
"hgnc_id": 17842,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.885G>A",
"hgvs_p": "p.Ala295Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}