← 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: 18-12366981-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=12366981&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 12366981,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006796.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "NM_006796.3",
"protein_id": "NP_006787.2",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 797,
"cds_start": 536,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": "ENST00000269143.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006796.3"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000269143.8",
"protein_id": "ENSP00000269143.2",
"transcript_support_level": 1,
"aa_start": 179,
"aa_end": null,
"aa_length": 797,
"cds_start": 536,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": "NM_006796.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000269143.8"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889396.1",
"protein_id": "ENSP00000559455.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 866,
"cds_start": 536,
"cds_end": null,
"cds_length": 2601,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 3410,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889396.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964861.1",
"protein_id": "ENSP00000634920.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 845,
"cds_start": 536,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3176,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964861.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Tyr153Ser",
"transcript": "ENST00000889412.1",
"protein_id": "ENSP00000559471.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 840,
"cds_start": 458,
"cds_end": null,
"cds_length": 2523,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 3006,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889412.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964858.1",
"protein_id": "ENSP00000634917.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 829,
"cds_start": 536,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 3247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964858.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889406.1",
"protein_id": "ENSP00000559465.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 820,
"cds_start": 536,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889406.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889408.1",
"protein_id": "ENSP00000559467.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 804,
"cds_start": 536,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 3062,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889408.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964852.1",
"protein_id": "ENSP00000634911.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 797,
"cds_start": 536,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964852.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889395.1",
"protein_id": "ENSP00000559454.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 796,
"cds_start": 536,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889395.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000918897.1",
"protein_id": "ENSP00000588956.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 796,
"cds_start": 536,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 3188,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918897.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889407.1",
"protein_id": "ENSP00000559466.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 795,
"cds_start": 536,
"cds_end": null,
"cds_length": 2388,
"cdna_start": 564,
"cdna_end": null,
"cdna_length": 3037,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889407.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889398.1",
"protein_id": "ENSP00000559457.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 794,
"cds_start": 536,
"cds_end": null,
"cds_length": 2385,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889398.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889400.1",
"protein_id": "ENSP00000559459.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 780,
"cds_start": 536,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889400.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000918900.1",
"protein_id": "ENSP00000588959.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 776,
"cds_start": 536,
"cds_end": null,
"cds_length": 2331,
"cdna_start": 747,
"cdna_end": null,
"cdna_length": 2989,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918900.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964853.1",
"protein_id": "ENSP00000634912.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 776,
"cds_start": 536,
"cds_end": null,
"cds_length": 2331,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964853.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000691179.1",
"protein_id": "ENSP00000509010.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 772,
"cds_start": 536,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 2954,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691179.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Tyr153Ser",
"transcript": "ENST00000889392.1",
"protein_id": "ENSP00000559451.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 771,
"cds_start": 458,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889392.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Tyr153Ser",
"transcript": "ENST00000889409.1",
"protein_id": "ENSP00000559468.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 770,
"cds_start": 458,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 2921,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889409.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.458A>C",
"hgvs_p": "p.Tyr153Ser",
"transcript": "ENST00000964860.1",
"protein_id": "ENSP00000634919.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 770,
"cds_start": 458,
"cds_end": null,
"cds_length": 2313,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964860.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.452A>C",
"hgvs_p": "p.Tyr151Ser",
"transcript": "ENST00000918901.1",
"protein_id": "ENSP00000588960.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 769,
"cds_start": 452,
"cds_end": null,
"cds_length": 2310,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918901.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889393.1",
"protein_id": "ENSP00000559452.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 760,
"cds_start": 536,
"cds_end": null,
"cds_length": 2283,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889393.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964854.1",
"protein_id": "ENSP00000634913.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 757,
"cds_start": 536,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 740,
"cdna_end": null,
"cdna_length": 3098,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964854.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889402.1",
"protein_id": "ENSP00000559461.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 755,
"cds_start": 536,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889402.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000688199.1",
"protein_id": "ENSP00000510237.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 751,
"cds_start": 536,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 2888,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688199.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889401.1",
"protein_id": "ENSP00000559460.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 732,
"cds_start": 536,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 696,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889401.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889391.1",
"protein_id": "ENSP00000559450.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 730,
"cds_start": 536,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889391.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000918896.1",
"protein_id": "ENSP00000588955.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 729,
"cds_start": 536,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918896.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889404.1",
"protein_id": "ENSP00000559463.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 727,
"cds_start": 536,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889404.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964856.1",
"protein_id": "ENSP00000634915.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 718,
"cds_start": 536,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964856.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000918898.1",
"protein_id": "ENSP00000588957.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 705,
"cds_start": 536,
"cds_end": null,
"cds_length": 2118,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2880,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918898.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000964855.1",
"protein_id": "ENSP00000634914.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 695,
"cds_start": 536,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 694,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964855.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889405.1",
"protein_id": "ENSP00000559464.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 693,
"cds_start": 536,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2832,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889405.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889410.1",
"protein_id": "ENSP00000559469.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 684,
"cds_start": 536,
"cds_end": null,
"cds_length": 2055,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889410.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889394.1",
"protein_id": "ENSP00000559453.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 682,
"cds_start": 536,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 2878,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889394.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.251A>C",
"hgvs_p": "p.Tyr84Ser",
"transcript": "ENST00000918899.1",
"protein_id": "ENSP00000588958.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 677,
"cds_start": 251,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 2765,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918899.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "ENST00000889403.1",
"protein_id": "ENSP00000559462.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 665,
"cds_start": 536,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 2749,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889403.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.170A>C",
"hgvs_p": "p.Tyr57Ser",
"transcript": "ENST00000590811.1",
"protein_id": "ENSP00000467236.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 207,
"cds_start": 170,
"cds_end": null,
"cds_length": 626,
"cdna_start": 171,
"cdna_end": null,
"cdna_length": 627,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590811.1"
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser",
"transcript": "XM_011525601.4",
"protein_id": "XP_011523903.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 730,
"cds_start": 536,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2959,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525601.4"
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.115-3125A>C",
"hgvs_p": null,
"transcript": "ENST00000889399.1",
"protein_id": "ENSP00000559458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 651,
"cds_start": null,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889399.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.115-6930A>C",
"hgvs_p": null,
"transcript": "ENST00000889397.1",
"protein_id": "ENSP00000559456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 626,
"cds_start": null,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889397.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": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.115-3125A>C",
"hgvs_p": null,
"transcript": "ENST00000964857.1",
"protein_id": "ENSP00000634916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964857.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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.114+9988A>C",
"hgvs_p": null,
"transcript": "ENST00000889411.1",
"protein_id": "ENSP00000559470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1933,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889411.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.114+9988A>C",
"hgvs_p": null,
"transcript": "ENST00000964859.1",
"protein_id": "ENSP00000634918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": null,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1480,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964859.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*132A>C",
"hgvs_p": null,
"transcript": "ENST00000687337.1",
"protein_id": "ENSP00000508998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2921,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000687337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.536A>C",
"hgvs_p": null,
"transcript": "ENST00000692497.1",
"protein_id": "ENSP00000509870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3157,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000692497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.354A>C",
"hgvs_p": null,
"transcript": "ENST00000692988.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2820,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000692988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*132A>C",
"hgvs_p": null,
"transcript": "ENST00000687337.1",
"protein_id": "ENSP00000508998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2921,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000687337.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.293-3125A>C",
"hgvs_p": null,
"transcript": "ENST00000691970.1",
"protein_id": "ENSP00000508440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2773,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691970.1"
}
],
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"dbsnp": "rs368594369",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-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.9452551007270813,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.833,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7311,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.863,
"phylop100way_prediction": "Uncertain_significance",
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_006796.3",
"gene_symbol": "AFG3L2",
"hgnc_id": 315,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.536A>C",
"hgvs_p": "p.Tyr179Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}