← 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-1585920-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=1585920&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 1585920,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "NM_152346.3",
"protein_id": "NP_689559.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000301335.10",
"protein_id": "ENSP00000301335.5",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "ENST00000571650.5",
"protein_id": "ENSP00000461382.1",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.1393G>A",
"hgvs_p": null,
"transcript": "ENST00000572135.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000572135.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.1349G>A",
"hgvs_p": null,
"transcript": "ENST00000574743.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000574743.5"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000952273.1",
"protein_id": "ENSP00000622332.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 596,
"cds_start": 1291,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Ala427Thr",
"transcript": "ENST00000894524.1",
"protein_id": "ENSP00000564583.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 592,
"cds_start": 1279,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1279G>A",
"hgvs_p": "p.Ala427Thr",
"transcript": "ENST00000894529.1",
"protein_id": "ENSP00000564588.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 592,
"cds_start": 1279,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Ala420Thr",
"transcript": "ENST00000894527.1",
"protein_id": "ENSP00000564586.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 585,
"cds_start": 1258,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1255G>A",
"hgvs_p": "p.Ala419Thr",
"transcript": "ENST00000952275.1",
"protein_id": "ENSP00000622334.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 584,
"cds_start": 1255,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "NM_001284498.2",
"protein_id": "NP_001271427.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "NM_001321364.2",
"protein_id": "NP_001308293.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "NM_001321365.2",
"protein_id": "NP_001308294.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "ENST00000952271.1",
"protein_id": "ENSP00000622330.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr",
"transcript": "ENST00000952272.1",
"protein_id": "ENSP00000622331.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 573,
"cds_start": 1222,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894522.1",
"protein_id": "ENSP00000564581.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894523.1",
"protein_id": "ENSP00000564582.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894525.1",
"protein_id": "ENSP00000564584.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894530.1",
"protein_id": "ENSP00000564589.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000932309.1",
"protein_id": "ENSP00000602368.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000952274.1",
"protein_id": "ENSP00000622333.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 569,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894528.1",
"protein_id": "ENSP00000564587.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 565,
"cds_start": 1210,
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000894526.1",
"protein_id": "ENSP00000564585.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 558,
"cds_start": 1210,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1117G>A",
"hgvs_p": "p.Ala373Thr",
"transcript": "ENST00000894531.1",
"protein_id": "ENSP00000564590.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 538,
"cds_start": 1117,
"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": 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.1210G>A",
"hgvs_p": "p.Ala404Thr",
"transcript": "ENST00000932308.1",
"protein_id": "ENSP00000602367.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 520,
"cds_start": 1210,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Ala267Thr",
"transcript": "NM_001284499.1",
"protein_id": "NP_001271428.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 432,
"cds_start": 799,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.799G>A",
"hgvs_p": "p.Ala267Thr",
"transcript": "ENST00000412517.3",
"protein_id": "ENSP00000408284.3",
"transcript_support_level": 2,
"aa_start": 267,
"aa_end": null,
"aa_length": 432,
"cds_start": 799,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1111G>A",
"hgvs_p": "p.Ala371Thr",
"transcript": "XM_017024179.3",
"protein_id": "XP_016879668.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 536,
"cds_start": 1111,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.736G>A",
"hgvs_p": "p.Ala246Thr",
"transcript": "XM_047435331.1",
"protein_id": "XP_047291287.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 411,
"cds_start": 736,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1079-2584G>A",
"hgvs_p": null,
"transcript": "XM_047435332.1",
"protein_id": "XP_047291288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": null,
"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"
}
],
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"dbsnp": "rs143568503",
"frequency_reference_population": 0.00002169028,
"hom_count_reference_population": 0,
"allele_count_reference_population": 35,
"gnomad_exomes_af": 0.0000164227,
"gnomad_genomes_af": 0.0000722562,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.020331114530563354,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.009,
"revel_prediction": "Benign",
"alphamissense_score": 0.0611,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.964,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001284498.2",
"gene_symbol": "SLC43A2",
"hgnc_id": 23087,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1222G>A",
"hgvs_p": "p.Ala408Thr"
}
],
"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
}