← 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: 17-1583269-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=1583269&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 1583269,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001284498.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "NM_152346.3",
"protein_id": "NP_689559.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000301335.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152346.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000301335.10",
"protein_id": "ENSP00000301335.5",
"transcript_support_level": 1,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152346.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000301335.10"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "ENST00000571650.5",
"protein_id": "ENSP00000461382.1",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571650.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1366G>A",
"hgvs_p": "p.Ala456Thr",
"transcript": "ENST00000952273.1",
"protein_id": "ENSP00000622332.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 596,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952273.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1354G>A",
"hgvs_p": "p.Ala452Thr",
"transcript": "ENST00000894524.1",
"protein_id": "ENSP00000564583.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 592,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894524.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1354G>A",
"hgvs_p": "p.Ala452Thr",
"transcript": "ENST00000894529.1",
"protein_id": "ENSP00000564588.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 592,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894529.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1333G>A",
"hgvs_p": "p.Ala445Thr",
"transcript": "ENST00000894527.1",
"protein_id": "ENSP00000564586.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 585,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894527.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1330G>A",
"hgvs_p": "p.Ala444Thr",
"transcript": "ENST00000952275.1",
"protein_id": "ENSP00000622334.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 584,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952275.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "NM_001284498.2",
"protein_id": "NP_001271427.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284498.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "NM_001321364.2",
"protein_id": "NP_001308293.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321364.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "NM_001321365.2",
"protein_id": "NP_001308294.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321365.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "ENST00000952271.1",
"protein_id": "ENSP00000622330.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952271.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr",
"transcript": "ENST00000952272.1",
"protein_id": "ENSP00000622331.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 573,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952272.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894522.1",
"protein_id": "ENSP00000564581.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894522.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894523.1",
"protein_id": "ENSP00000564582.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894523.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894525.1",
"protein_id": "ENSP00000564584.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894525.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894530.1",
"protein_id": "ENSP00000564589.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894530.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000932309.1",
"protein_id": "ENSP00000602368.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932309.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000952274.1",
"protein_id": "ENSP00000622333.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 569,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952274.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894528.1",
"protein_id": "ENSP00000564587.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 565,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894528.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000894526.1",
"protein_id": "ENSP00000564585.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 558,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894526.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1192G>A",
"hgvs_p": "p.Ala398Thr",
"transcript": "ENST00000894531.1",
"protein_id": "ENSP00000564590.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 538,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894531.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Ala429Thr",
"transcript": "ENST00000932308.1",
"protein_id": "ENSP00000602367.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 520,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932308.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.874G>A",
"hgvs_p": "p.Ala292Thr",
"transcript": "NM_001284499.1",
"protein_id": "NP_001271428.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 432,
"cds_start": 874,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284499.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.874G>A",
"hgvs_p": "p.Ala292Thr",
"transcript": "ENST00000412517.3",
"protein_id": "ENSP00000408284.3",
"transcript_support_level": 2,
"aa_start": 292,
"aa_end": null,
"aa_length": 432,
"cds_start": 874,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412517.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1186G>A",
"hgvs_p": "p.Ala396Thr",
"transcript": "XM_017024179.3",
"protein_id": "XP_016879668.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 536,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024179.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Ala271Thr",
"transcript": "XM_047435331.1",
"protein_id": "XP_047291287.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 411,
"cds_start": 811,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435331.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1146G>A",
"hgvs_p": "p.Ser382Ser",
"transcript": "XM_047435332.1",
"protein_id": "XP_047291288.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 393,
"cds_start": 1146,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.430G>A",
"hgvs_p": null,
"transcript": "ENST00000576769.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000576769.1"
}
],
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"dbsnp": "rs758550681",
"frequency_reference_population": 0.000045846835,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000472004,
"gnomad_genomes_af": 0.0000328476,
"gnomad_exomes_ac": 69,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3948974013328552,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.299,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0711,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.999,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001284498.2",
"gene_symbol": "SLC43A2",
"hgnc_id": 23087,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1297G>A",
"hgvs_p": "p.Ala433Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}