← 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: 20-58853765-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=58853765&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "20",
"pos": 58853765,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000676826.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "ENST00000676826.2",
"protein_id": "ENSP00000504675.2",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 1038,
"cds_start": 500,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 1052,
"cdna_end": null,
"cdna_length": 4032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "ENST00000371102.8",
"protein_id": "ENSP00000360143.4",
"transcript_support_level": 5,
"aa_start": 167,
"aa_end": null,
"aa_length": 1023,
"cds_start": 500,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "n.500A>G",
"hgvs_p": null,
"transcript": "ENST00000481768.6",
"protein_id": "ENSP00000499644.2",
"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": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "NM_016592.5",
"protein_id": "NP_057676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": "ENST00000371075.7",
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000371075.7",
"protein_id": "ENSP00000360115.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": "NM_016592.5",
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000663479.2",
"protein_id": "ENSP00000499353.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": -4,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000462499.6",
"protein_id": "ENSP00000499758.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+9691A>G",
"hgvs_p": null,
"transcript": "ENST00000467227.6",
"protein_id": "ENSP00000499681.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000313949.11",
"protein_id": "ENSP00000323571.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000453292.7",
"protein_id": "ENSP00000392000.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "NM_080425.4",
"protein_id": "NP_536350.2",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 1037,
"cds_start": 500,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "ENST00000371100.9",
"protein_id": "ENSP00000360141.3",
"transcript_support_level": 5,
"aa_start": 167,
"aa_end": null,
"aa_length": 1037,
"cds_start": 500,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "NM_001410913.1",
"protein_id": "NP_001397842.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 1022,
"cds_start": 500,
"cds_end": null,
"cds_length": 3069,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 3982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "ENST00000349036.9",
"protein_id": "ENSP00000265621.6",
"transcript_support_level": 5,
"aa_start": 167,
"aa_end": null,
"aa_length": 1022,
"cds_start": 500,
"cds_end": null,
"cds_length": 3069,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 3432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "ENST00000423897.7",
"protein_id": "ENSP00000412356.2",
"transcript_support_level": 3,
"aa_start": 167,
"aa_end": null,
"aa_length": 730,
"cds_start": 500,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.505A>G",
"hgvs_p": "p.Thr169Ala",
"transcript": "ENST00000306120.4",
"protein_id": "ENSP00000302237.4",
"transcript_support_level": 6,
"aa_start": 169,
"aa_end": null,
"aa_length": 690,
"cds_start": 505,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 505,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.313A>G",
"hgvs_p": "p.Thr105Ala",
"transcript": "NM_001077490.3",
"protein_id": "NP_001070958.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 626,
"cds_start": 313,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.313A>G",
"hgvs_p": "p.Thr105Ala",
"transcript": "NM_001309883.1",
"protein_id": "NP_001296812.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 626,
"cds_start": 313,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "XM_017027812.3",
"protein_id": "XP_016883301.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 1038,
"cds_start": 500,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 4030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly",
"transcript": "XM_017027813.3",
"protein_id": "XP_016883302.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 1023,
"cds_start": 500,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 1050,
"cdna_end": null,
"cdna_length": 3985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "n.503A>G",
"hgvs_p": null,
"transcript": "ENST00000371099.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "n.500A>G",
"hgvs_p": null,
"transcript": "ENST00000464624.7",
"protein_id": "ENSP00000499607.2",
"transcript_support_level": 5,
"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": 3571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.43+12879A>G",
"hgvs_p": null,
"transcript": "NM_001410912.1",
"protein_id": "NP_001397841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.43+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000306090.12",
"protein_id": "ENSP00000304472.12",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "NM_001309861.2",
"protein_id": "NP_001296790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000472183.6",
"protein_id": "ENSP00000499673.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+13825A>G",
"hgvs_p": null,
"transcript": "ENST00000657090.1",
"protein_id": "ENSP00000499380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000482112.6",
"protein_id": "ENSP00000499794.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": -4,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000371098.6",
"protein_id": "ENSP00000360139.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.*42+12879A>G",
"hgvs_p": null,
"transcript": "ENST00000419558.7",
"protein_id": "ENSP00000416234.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000493744.5",
"protein_id": "ENSP00000499376.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 28,
"cds_start": -4,
"cds_end": null,
"cds_length": 87,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000491348.5",
"protein_id": "ENSP00000499272.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 13,
"cds_start": -4,
"cds_end": null,
"cds_length": 42,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "n.222+11890A>G",
"hgvs_p": null,
"transcript": "ENST00000490374.6",
"protein_id": null,
"transcript_support_level": 3,
"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": 750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS-AS1",
"gene_hgnc_id": 24872,
"hgvs_c": "n.210-817T>C",
"hgvs_p": null,
"transcript": "ENST00000716950.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": 702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000293655",
"gene_hgnc_id": null,
"hgvs_c": "n.421-817T>C",
"hgvs_p": null,
"transcript": "ENST00000716952.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": 1306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.43+12879A>G",
"hgvs_p": null,
"transcript": "XM_047440113.1",
"protein_id": "XP_047296069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": -4,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.43+12879A>G",
"hgvs_p": null,
"transcript": "XM_017027815.2",
"protein_id": "XP_016883304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 347,
"cds_start": -4,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "XM_047440114.1",
"protein_id": "XP_047296070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": -4,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"hgvs_c": "c.-39+11890A>G",
"hgvs_p": null,
"transcript": "XM_047440122.1",
"protein_id": "XP_047296078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": -4,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GNAS",
"gene_hgnc_id": 4392,
"dbsnp": "rs61749695",
"frequency_reference_population": 0.0012644466,
"hom_count_reference_population": 18,
"allele_count_reference_population": 2040,
"gnomad_exomes_af": 0.000699474,
"gnomad_genomes_af": 0.00668611,
"gnomad_exomes_ac": 1022,
"gnomad_genomes_ac": 1018,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0035073161125183105,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.242,
"revel_prediction": "Benign",
"alphamissense_score": 0.0884,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.185,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000676826.2",
"gene_symbol": "GNAS",
"hgnc_id": 4392,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Mitochondrial,Unknown",
"hgvs_c": "c.500A>G",
"hgvs_p": "p.Asp167Gly"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000716950.1",
"gene_symbol": "GNAS-AS1",
"hgnc_id": 24872,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "n.210-817T>C",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000716952.1",
"gene_symbol": "ENSG00000293655",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.421-817T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1 O:1",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}