← 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-58854253-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=58854253&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "20",
"pos": 58854253,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000676826.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "ENST00000676826.2",
"protein_id": "ENSP00000504675.2",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 1038,
"cds_start": 988,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 4032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "ENST00000371102.8",
"protein_id": "ENSP00000360143.4",
"transcript_support_level": 5,
"aa_start": 330,
"aa_end": null,
"aa_length": 1023,
"cds_start": 988,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 991,
"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.988A>C",
"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+13367A>C",
"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+13367A>C",
"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+12378A>C",
"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+12378A>C",
"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+10179A>C",
"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+13367A>C",
"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+13367A>C",
"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": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "NM_080425.4",
"protein_id": "NP_536350.2",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 1037,
"cds_start": 988,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "ENST00000371100.9",
"protein_id": "ENSP00000360141.3",
"transcript_support_level": 5,
"aa_start": 330,
"aa_end": null,
"aa_length": 1037,
"cds_start": 988,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "NM_001410913.1",
"protein_id": "NP_001397842.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 1022,
"cds_start": 988,
"cds_end": null,
"cds_length": 3069,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 3982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "ENST00000349036.9",
"protein_id": "ENSP00000265621.6",
"transcript_support_level": 5,
"aa_start": 330,
"aa_end": null,
"aa_length": 1022,
"cds_start": 988,
"cds_end": null,
"cds_length": 3069,
"cdna_start": 988,
"cdna_end": null,
"cdna_length": 3432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "ENST00000423897.7",
"protein_id": "ENSP00000412356.2",
"transcript_support_level": 3,
"aa_start": 330,
"aa_end": null,
"aa_length": 730,
"cds_start": 988,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 988,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"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.993A>C",
"hgvs_p": "p.Gln331His",
"transcript": "ENST00000306120.4",
"protein_id": "ENSP00000302237.4",
"transcript_support_level": 6,
"aa_start": 331,
"aa_end": null,
"aa_length": 690,
"cds_start": 993,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"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.801A>C",
"hgvs_p": "p.Gln267His",
"transcript": "NM_001077490.3",
"protein_id": "NP_001070958.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 626,
"cds_start": 801,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "H",
"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.801A>C",
"hgvs_p": "p.Gln267His",
"transcript": "NM_001309883.1",
"protein_id": "NP_001296812.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 626,
"cds_start": 801,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "XM_017027812.3",
"protein_id": "XP_016883301.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 1038,
"cds_start": 988,
"cds_end": null,
"cds_length": 3117,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"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.988A>C",
"hgvs_p": "p.Ile330Leu",
"transcript": "XM_017027813.3",
"protein_id": "XP_016883302.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 1023,
"cds_start": 988,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 1538,
"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.991A>C",
"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.988A>C",
"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+13367A>C",
"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+13367A>C",
"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+12378A>C",
"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+12378A>C",
"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+14313A>C",
"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+12378A>C",
"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+13367A>C",
"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+13367A>C",
"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+12378A>C",
"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+12378A>C",
"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+12378A>C",
"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.209+835T>G",
"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-1305T>G",
"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+13367A>C",
"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+13367A>C",
"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+12378A>C",
"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+12378A>C",
"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": "rs201597085",
"frequency_reference_population": 6.8449737e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84497e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2498040497303009,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.237,
"revel_prediction": "Benign",
"alphamissense_score": 0.0959,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.146,
"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": 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": "ENST00000676826.2",
"gene_symbol": "GNAS",
"hgnc_id": 4392,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Mitochondrial,Unknown",
"hgvs_c": "c.988A>C",
"hgvs_p": "p.Ile330Leu"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000716950.1",
"gene_symbol": "GNAS-AS1",
"hgnc_id": 24872,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "n.209+835T>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000716952.1",
"gene_symbol": "ENSG00000293655",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.421-1305T>G",
"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
}