← 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-1590850-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=1590850&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 1590850,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "NM_152346.3",
"protein_id": "NP_689559.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000301335.10",
"protein_id": "ENSP00000301335.5",
"transcript_support_level": 1,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000571650.5",
"protein_id": "ENSP00000461382.1",
"transcript_support_level": 1,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.1213G>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.1169G>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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Ala367Thr",
"transcript": "ENST00000952273.1",
"protein_id": "ENSP00000622332.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 596,
"cds_start": 1099,
"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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Ala367Thr",
"transcript": "ENST00000894524.1",
"protein_id": "ENSP00000564583.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 592,
"cds_start": 1099,
"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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1099G>A",
"hgvs_p": "p.Ala367Thr",
"transcript": "ENST00000894529.1",
"protein_id": "ENSP00000564588.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 592,
"cds_start": 1099,
"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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1078G>A",
"hgvs_p": "p.Ala360Thr",
"transcript": "ENST00000894527.1",
"protein_id": "ENSP00000564586.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 585,
"cds_start": 1078,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1075G>A",
"hgvs_p": "p.Ala359Thr",
"transcript": "ENST00000952275.1",
"protein_id": "ENSP00000622334.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 584,
"cds_start": 1075,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "NM_001284498.2",
"protein_id": "NP_001271427.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "NM_001321364.2",
"protein_id": "NP_001308293.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "NM_001321365.2",
"protein_id": "NP_001308294.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000952271.1",
"protein_id": "ENSP00000622330.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000952272.1",
"protein_id": "ENSP00000622331.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 573,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894522.1",
"protein_id": "ENSP00000564581.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894523.1",
"protein_id": "ENSP00000564582.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894525.1",
"protein_id": "ENSP00000564584.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894530.1",
"protein_id": "ENSP00000564589.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000932309.1",
"protein_id": "ENSP00000602368.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000952274.1",
"protein_id": "ENSP00000622333.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 569,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894528.1",
"protein_id": "ENSP00000564587.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 565,
"cds_start": 1030,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000894526.1",
"protein_id": "ENSP00000564585.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 558,
"cds_start": 1030,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.937G>A",
"hgvs_p": "p.Ala313Thr",
"transcript": "ENST00000894531.1",
"protein_id": "ENSP00000564590.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 538,
"cds_start": 937,
"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": 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.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "ENST00000932308.1",
"protein_id": "ENSP00000602367.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 520,
"cds_start": 1030,
"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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Ala207Thr",
"transcript": "NM_001284499.1",
"protein_id": "NP_001271428.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 432,
"cds_start": 619,
"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": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.619G>A",
"hgvs_p": "p.Ala207Thr",
"transcript": "ENST00000412517.3",
"protein_id": "ENSP00000408284.3",
"transcript_support_level": 2,
"aa_start": 207,
"aa_end": null,
"aa_length": 432,
"cds_start": 619,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.931G>A",
"hgvs_p": "p.Ala311Thr",
"transcript": "XM_017024179.3",
"protein_id": "XP_016879668.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 536,
"cds_start": 931,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Ala186Thr",
"transcript": "XM_047435331.1",
"protein_id": "XP_047291287.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 411,
"cds_start": 556,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr",
"transcript": "XM_047435332.1",
"protein_id": "XP_047291288.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 393,
"cds_start": 1030,
"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": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.*633G>A",
"hgvs_p": null,
"transcript": "ENST00000572801.5",
"protein_id": "ENSP00000461298.1",
"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": "ENST00000572801.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.*633G>A",
"hgvs_p": null,
"transcript": "ENST00000572801.5",
"protein_id": "ENSP00000461298.1",
"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": "ENST00000572801.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"hgvs_c": "n.*57G>A",
"hgvs_p": null,
"transcript": "ENST00000574274.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000574274.5"
}
],
"gene_symbol": "SLC43A2",
"gene_hgnc_id": 23087,
"dbsnp": "rs962359625",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8355235457420349,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.679,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6543,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.566,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001284498.2",
"gene_symbol": "SLC43A2",
"hgnc_id": 23087,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1030G>A",
"hgvs_p": "p.Ala344Thr"
}
],
"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
}