← 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: 2-72498492-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=72498492&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 72498492,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001321729.2",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "NM_015189.3",
"protein_id": "NP_056004.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 811,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000272427.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015189.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000272427.11",
"protein_id": "ENSP00000272427.7",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 811,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015189.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000272427.11"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000410104.1",
"protein_id": "ENSP00000386698.1",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 681,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410104.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1371T>C",
"hgvs_p": "p.Tyr457Tyr",
"transcript": "ENST00000971151.1",
"protein_id": "ENSP00000641210.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 839,
"cds_start": 1371,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971151.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000971153.1",
"protein_id": "ENSP00000641212.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 826,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971153.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000862930.1",
"protein_id": "ENSP00000532989.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 822,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862930.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "NM_001321729.2",
"protein_id": "NP_001308658.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 815,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321729.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000634650.1",
"protein_id": "ENSP00000489442.1",
"transcript_support_level": 5,
"aa_start": 433,
"aa_end": null,
"aa_length": 815,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634650.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1293T>C",
"hgvs_p": "p.Tyr431Tyr",
"transcript": "ENST00000862937.1",
"protein_id": "ENSP00000532996.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 809,
"cds_start": 1293,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862937.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "ENST00000971149.1",
"protein_id": "ENSP00000641208.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 802,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971149.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1251T>C",
"hgvs_p": "p.Tyr417Tyr",
"transcript": "ENST00000971148.1",
"protein_id": "ENSP00000641207.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 799,
"cds_start": 1251,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971148.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1251T>C",
"hgvs_p": "p.Tyr417Tyr",
"transcript": "ENST00000862931.1",
"protein_id": "ENSP00000532990.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 795,
"cds_start": 1251,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862931.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1230T>C",
"hgvs_p": "p.Tyr410Tyr",
"transcript": "ENST00000971150.1",
"protein_id": "ENSP00000641209.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 792,
"cds_start": 1230,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971150.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1230T>C",
"hgvs_p": "p.Tyr410Tyr",
"transcript": "ENST00000862936.1",
"protein_id": "ENSP00000532995.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 788,
"cds_start": 1230,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862936.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "NM_001321731.2",
"protein_id": "NP_001308660.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 774,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321731.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "NM_001321730.2",
"protein_id": "NP_001308659.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 770,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321730.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "NM_001321733.2",
"protein_id": "NP_001308662.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 766,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321733.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1149T>C",
"hgvs_p": "p.Tyr383Tyr",
"transcript": "ENST00000862934.1",
"protein_id": "ENSP00000532993.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 761,
"cds_start": 1149,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862934.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1131T>C",
"hgvs_p": "p.Tyr377Tyr",
"transcript": "ENST00000971152.1",
"protein_id": "ENSP00000641211.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 759,
"cds_start": 1131,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971152.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1122T>C",
"hgvs_p": "p.Tyr374Tyr",
"transcript": "ENST00000862932.1",
"protein_id": "ENSP00000532991.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 752,
"cds_start": 1122,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862932.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.960T>C",
"hgvs_p": "p.Tyr320Tyr",
"transcript": "NM_001321734.2",
"protein_id": "NP_001308663.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 702,
"cds_start": 960,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321734.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.948T>C",
"hgvs_p": "p.Tyr316Tyr",
"transcript": "ENST00000862933.1",
"protein_id": "ENSP00000532992.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 694,
"cds_start": 948,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862933.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.909T>C",
"hgvs_p": "p.Tyr303Tyr",
"transcript": "ENST00000862935.1",
"protein_id": "ENSP00000532994.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 681,
"cds_start": 909,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862935.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "XM_011532711.4",
"protein_id": "XP_011531013.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 673,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532711.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr",
"transcript": "XM_011532712.4",
"protein_id": "XP_011531014.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 665,
"cds_start": 1299,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532712.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.303T>C",
"hgvs_p": "p.Tyr101Tyr",
"transcript": "XM_005264224.2",
"protein_id": "XP_005264281.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 483,
"cds_start": 303,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264224.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "c.303T>C",
"hgvs_p": "p.Tyr101Tyr",
"transcript": "XM_017003642.2",
"protein_id": "XP_016859131.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 483,
"cds_start": 303,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003642.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "n.*1010T>C",
"hgvs_p": null,
"transcript": "ENST00000410112.6",
"protein_id": "ENSP00000386634.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000410112.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "n.1422T>C",
"hgvs_p": null,
"transcript": "NR_135773.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135773.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "n.1422T>C",
"hgvs_p": null,
"transcript": "NR_135774.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135774.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "n.1422T>C",
"hgvs_p": null,
"transcript": "XR_007071495.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007071495.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"hgvs_c": "n.*1010T>C",
"hgvs_p": null,
"transcript": "ENST00000410112.6",
"protein_id": "ENSP00000386634.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000410112.6"
}
],
"gene_symbol": "EXOC6B",
"gene_hgnc_id": 17085,
"dbsnp": "rs1064795104",
"frequency_reference_population": 6.8506944e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85069e-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.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.625,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001321729.2",
"gene_symbol": "EXOC6B",
"hgnc_id": 17085,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1299T>C",
"hgvs_p": "p.Tyr433Tyr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}