← 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: 12-98593984-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=98593984&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 98593984,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_005888.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "NM_005888.4",
"protein_id": "NP_005879.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000228318.8",
"biotype": "protein_coding",
"feature": "NM_005888.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000228318.8",
"protein_id": "ENSP00000228318.3",
"transcript_support_level": 5,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_005888.4",
"biotype": "protein_coding",
"feature": "ENST00000228318.8"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "NM_002635.4",
"protein_id": "NP_002626.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000552981.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002635.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000552981.6",
"protein_id": "ENSP00000448708.2",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002635.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552981.6"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000188376.9",
"protein_id": "ENSP00000188376.5",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000188376.9"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000401722.7",
"protein_id": "ENSP00000383898.3",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401722.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "n.96C>T",
"hgvs_p": null,
"transcript": "ENST00000546766.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": "ENST00000546766.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "n.6C>T",
"hgvs_p": null,
"transcript": "ENST00000551123.5",
"protein_id": "ENSP00000449009.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": "ENST00000551123.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000551917.5",
"protein_id": "ENSP00000447310.1",
"transcript_support_level": 2,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551917.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000875100.1",
"protein_id": "ENSP00000545159.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875100.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000875101.1",
"protein_id": "ENSP00000545160.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875101.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000875103.1",
"protein_id": "ENSP00000545162.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875103.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944340.1",
"protein_id": "ENSP00000614399.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 362,
"cds_start": 6,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944340.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "NM_213611.3",
"protein_id": "NP_998776.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_213611.3"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000549338.5",
"protein_id": "ENSP00000447740.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549338.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000875102.1",
"protein_id": "ENSP00000545161.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875102.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918869.1",
"protein_id": "ENSP00000588928.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918869.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918872.1",
"protein_id": "ENSP00000588931.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918872.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944338.1",
"protein_id": "ENSP00000614397.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944338.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944339.1",
"protein_id": "ENSP00000614398.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944339.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944341.1",
"protein_id": "ENSP00000614400.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 361,
"cds_start": 6,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944341.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918870.1",
"protein_id": "ENSP00000588929.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 360,
"cds_start": 6,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918870.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944337.1",
"protein_id": "ENSP00000614396.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 360,
"cds_start": 6,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944337.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944343.1",
"protein_id": "ENSP00000614402.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 360,
"cds_start": 6,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944343.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918871.1",
"protein_id": "ENSP00000588930.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 359,
"cds_start": 6,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918871.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918875.1",
"protein_id": "ENSP00000588934.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 352,
"cds_start": 6,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918875.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918877.1",
"protein_id": "ENSP00000588936.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 352,
"cds_start": 6,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918877.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944342.1",
"protein_id": "ENSP00000614401.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 326,
"cds_start": 6,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944342.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000548847.1",
"protein_id": "ENSP00000449166.1",
"transcript_support_level": 5,
"aa_start": 2,
"aa_end": null,
"aa_length": 324,
"cds_start": 6,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548847.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918879.1",
"protein_id": "ENSP00000588938.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 324,
"cds_start": 6,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918879.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918874.1",
"protein_id": "ENSP00000588933.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 323,
"cds_start": 6,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918874.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918876.1",
"protein_id": "ENSP00000588935.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 322,
"cds_start": 6,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918876.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000944344.1",
"protein_id": "ENSP00000614403.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 302,
"cds_start": 6,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944344.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918873.1",
"protein_id": "ENSP00000588932.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 301,
"cds_start": 6,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918873.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918880.1",
"protein_id": "ENSP00000588939.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 301,
"cds_start": 6,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918880.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000547534.5",
"protein_id": "ENSP00000449793.1",
"transcript_support_level": 2,
"aa_start": 2,
"aa_end": null,
"aa_length": 156,
"cds_start": 6,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547534.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000550695.1",
"protein_id": "ENSP00000449479.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 153,
"cds_start": 6,
"cds_end": null,
"cds_length": 463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550695.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000918878.1",
"protein_id": "ENSP00000588937.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 142,
"cds_start": 6,
"cds_end": null,
"cds_length": 429,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918878.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe",
"transcript": "ENST00000551265.5",
"protein_id": "ENSP00000448969.1",
"transcript_support_level": 4,
"aa_start": 2,
"aa_end": null,
"aa_length": 122,
"cds_start": 6,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551265.5"
}
],
"gene_symbol": "SLC25A3",
"gene_hgnc_id": 10989,
"dbsnp": "rs778865084",
"frequency_reference_population": 6.841827e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84183e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3400000035762787,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.75,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_005888.4",
"gene_symbol": "SLC25A3",
"hgnc_id": 10989,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.6C>T",
"hgvs_p": "p.Phe2Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}