← 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: 3-27394730-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=27394730&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 27394730,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001321103.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Val969Ile",
"transcript": "NM_001321103.2",
"protein_id": "NP_001308032.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1259,
"cds_start": 2905,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000454389.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321103.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Val969Ile",
"transcript": "ENST00000454389.6",
"protein_id": "ENSP00000390394.1",
"transcript_support_level": 1,
"aa_start": 969,
"aa_end": null,
"aa_length": 1259,
"cds_start": 2905,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001321103.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454389.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Val956Ile",
"transcript": "ENST00000440156.5",
"protein_id": "ENSP00000414797.1",
"transcript_support_level": 1,
"aa_start": 956,
"aa_end": null,
"aa_length": 1246,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440156.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2878G>A",
"hgvs_p": "p.Val960Ile",
"transcript": "ENST00000295736.9",
"protein_id": "ENSP00000295736.5",
"transcript_support_level": 1,
"aa_start": 960,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2878,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295736.9"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Val956Ile",
"transcript": "ENST00000445684.5",
"protein_id": "ENSP00000406804.1",
"transcript_support_level": 1,
"aa_start": 956,
"aa_end": null,
"aa_length": 1210,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445684.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2854G>A",
"hgvs_p": "p.Val952Ile",
"transcript": "ENST00000446700.5",
"protein_id": "ENSP00000406605.1",
"transcript_support_level": 1,
"aa_start": 952,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2854,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446700.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2521G>A",
"hgvs_p": "p.Val841Ile",
"transcript": "ENST00000455077.5",
"protein_id": "ENSP00000407382.1",
"transcript_support_level": 1,
"aa_start": 841,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2521,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455077.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2521G>A",
"hgvs_p": "p.Val841Ile",
"transcript": "ENST00000437179.5",
"protein_id": "ENSP00000394252.1",
"transcript_support_level": 1,
"aa_start": 841,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2521,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437179.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2506G>A",
"hgvs_p": "p.Val836Ile",
"transcript": "ENST00000428386.5",
"protein_id": "ENSP00000416368.1",
"transcript_support_level": 1,
"aa_start": 836,
"aa_end": null,
"aa_length": 1090,
"cds_start": 2506,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428386.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.1531G>A",
"hgvs_p": "p.Val511Ile",
"transcript": "ENST00000419036.5",
"protein_id": "ENSP00000411031.1",
"transcript_support_level": 1,
"aa_start": 511,
"aa_end": null,
"aa_length": 801,
"cds_start": 1531,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419036.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000437266.5",
"protein_id": "ENSP00000409418.1",
"transcript_support_level": 1,
"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": "ENST00000437266.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000438530.5",
"protein_id": "ENSP00000407304.1",
"transcript_support_level": 1,
"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": "ENST00000438530.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000457377.5",
"protein_id": "ENSP00000408323.1",
"transcript_support_level": 1,
"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": "ENST00000457377.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000437266.5",
"protein_id": "ENSP00000409418.1",
"transcript_support_level": 1,
"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": "ENST00000437266.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000438530.5",
"protein_id": "ENSP00000407304.1",
"transcript_support_level": 1,
"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": "ENST00000438530.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.*954G>A",
"hgvs_p": null,
"transcript": "ENST00000457377.5",
"protein_id": "ENSP00000408323.1",
"transcript_support_level": 1,
"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": "ENST00000457377.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2893G>A",
"hgvs_p": "p.Val965Ile",
"transcript": "ENST00000935549.1",
"protein_id": "ENSP00000605608.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1255,
"cds_start": 2893,
"cds_end": null,
"cds_length": 3768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935549.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Val956Ile",
"transcript": "NM_001321104.2",
"protein_id": "NP_001308033.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1246,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321104.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Val969Ile",
"transcript": "ENST00000963935.1",
"protein_id": "ENSP00000633994.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1223,
"cds_start": 2905,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963935.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2878G>A",
"hgvs_p": "p.Val960Ile",
"transcript": "NM_003615.5",
"protein_id": "NP_003606.3",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2878,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003615.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Val956Ile",
"transcript": "NM_001321105.2",
"protein_id": "NP_001308034.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1210,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321105.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2854G>A",
"hgvs_p": "p.Val952Ile",
"transcript": "NM_001321106.2",
"protein_id": "NP_001308035.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1206,
"cds_start": 2854,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321106.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2533G>A",
"hgvs_p": "p.Val845Ile",
"transcript": "NM_001321108.2",
"protein_id": "NP_001308037.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1135,
"cds_start": 2533,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321108.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2533G>A",
"hgvs_p": "p.Val845Ile",
"transcript": "ENST00000863047.1",
"protein_id": "ENSP00000533106.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1135,
"cds_start": 2533,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863047.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2521G>A",
"hgvs_p": "p.Val841Ile",
"transcript": "NM_001258379.2",
"protein_id": "NP_001245308.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2521,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258379.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2482G>A",
"hgvs_p": "p.Val828Ile",
"transcript": "ENST00000935546.1",
"protein_id": "ENSP00000605605.1",
"transcript_support_level": null,
"aa_start": 828,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2482,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935546.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2521G>A",
"hgvs_p": "p.Val841Ile",
"transcript": "NM_001321107.2",
"protein_id": "NP_001308036.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 1095,
"cds_start": 2521,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321107.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2506G>A",
"hgvs_p": "p.Val836Ile",
"transcript": "NM_001258380.2",
"protein_id": "NP_001245309.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 1090,
"cds_start": 2506,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258380.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2377G>A",
"hgvs_p": "p.Val793Ile",
"transcript": "ENST00000935547.1",
"protein_id": "ENSP00000605606.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 1083,
"cds_start": 2377,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935547.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2482G>A",
"hgvs_p": "p.Val828Ile",
"transcript": "ENST00000935548.1",
"protein_id": "ENSP00000605607.1",
"transcript_support_level": null,
"aa_start": 828,
"aa_end": null,
"aa_length": 1082,
"cds_start": 2482,
"cds_end": null,
"cds_length": 3249,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935548.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2566G>A",
"hgvs_p": "p.Val856Ile",
"transcript": "ENST00000428179.1",
"protein_id": "ENSP00000388703.1",
"transcript_support_level": 5,
"aa_start": 856,
"aa_end": null,
"aa_length": 1050,
"cds_start": 2566,
"cds_end": null,
"cds_length": 3153,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428179.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2893G>A",
"hgvs_p": "p.Val965Ile",
"transcript": "XM_006713421.4",
"protein_id": "XP_006713484.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1255,
"cds_start": 2893,
"cds_end": null,
"cds_length": 3768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713421.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2878G>A",
"hgvs_p": "p.Val960Ile",
"transcript": "XM_011534256.4",
"protein_id": "XP_011532558.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 1250,
"cds_start": 2878,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534256.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2854G>A",
"hgvs_p": "p.Val952Ile",
"transcript": "XM_047449246.1",
"protein_id": "XP_047305202.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2854,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449246.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Val969Ile",
"transcript": "XM_011534258.3",
"protein_id": "XP_011532560.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1223,
"cds_start": 2905,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534258.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2839G>A",
"hgvs_p": "p.Val947Ile",
"transcript": "XM_011534261.4",
"protein_id": "XP_011532563.1",
"transcript_support_level": null,
"aa_start": 947,
"aa_end": null,
"aa_length": 1201,
"cds_start": 2839,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534261.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2533G>A",
"hgvs_p": "p.Val845Ile",
"transcript": "XM_047449247.1",
"protein_id": "XP_047305203.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1135,
"cds_start": 2533,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449247.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2506G>A",
"hgvs_p": "p.Val836Ile",
"transcript": "XM_005265598.6",
"protein_id": "XP_005265655.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 1126,
"cds_start": 2506,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265598.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2494G>A",
"hgvs_p": "p.Val832Ile",
"transcript": "XM_011534263.4",
"protein_id": "XP_011532565.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 1122,
"cds_start": 2494,
"cds_end": null,
"cds_length": 3369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534263.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2482G>A",
"hgvs_p": "p.Val828Ile",
"transcript": "XM_017007527.3",
"protein_id": "XP_016863016.1",
"transcript_support_level": null,
"aa_start": 828,
"aa_end": null,
"aa_length": 1118,
"cds_start": 2482,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007527.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2467G>A",
"hgvs_p": "p.Val823Ile",
"transcript": "XM_005265600.6",
"protein_id": "XP_005265657.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 1113,
"cds_start": 2467,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265600.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.2533G>A",
"hgvs_p": "p.Val845Ile",
"transcript": "XM_011534265.3",
"protein_id": "XP_011532567.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1099,
"cds_start": 2533,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011534265.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.1528G>A",
"hgvs_p": "p.Val510Ile",
"transcript": "XM_017007528.1",
"protein_id": "XP_016863017.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 800,
"cds_start": 1528,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007528.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "c.1528G>A",
"hgvs_p": "p.Val510Ile",
"transcript": "XM_017007529.1",
"protein_id": "XP_016863018.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 800,
"cds_start": 1528,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007529.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.2937G>A",
"hgvs_p": null,
"transcript": "NR_135541.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_135541.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.2604G>A",
"hgvs_p": null,
"transcript": "NR_135542.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_135542.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.2604G>A",
"hgvs_p": null,
"transcript": "NR_135543.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_135543.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"hgvs_c": "n.2937G>A",
"hgvs_p": null,
"transcript": "NR_135544.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_135544.2"
}
],
"gene_symbol": "SLC4A7",
"gene_hgnc_id": 11033,
"dbsnp": "rs545807896",
"frequency_reference_population": 0.000039649105,
"hom_count_reference_population": 1,
"allele_count_reference_population": 64,
"gnomad_exomes_af": 0.000042412,
"gnomad_genomes_af": 0.0000131313,
"gnomad_exomes_ac": 62,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.023766696453094482,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.19,
"revel_prediction": "Benign",
"alphamissense_score": 0.0592,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.692,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001321103.2",
"gene_symbol": "SLC4A7",
"hgnc_id": 11033,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2905G>A",
"hgvs_p": "p.Val969Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}