← 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: 22-38736299-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=38736299&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 38736299,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000689035.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_015374.3",
"protein_id": "NP_056189.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2395,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": "ENST00000689035.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "ENST00000689035.1",
"protein_id": "ENSP00000508608.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2395,
"cdna_end": null,
"cdna_length": 3960,
"mane_select": "NM_015374.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2185C>T",
"hgvs_p": "p.Arg729Cys",
"transcript": "ENST00000405018.5",
"protein_id": "ENSP00000385616.1",
"transcript_support_level": 1,
"aa_start": 729,
"aa_end": null,
"aa_length": 738,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2459,
"cdna_end": null,
"cdna_length": 4022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "ENST00000405510.5",
"protein_id": "ENSP00000385740.1",
"transcript_support_level": 1,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2481,
"cdna_end": null,
"cdna_length": 4055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2215C>T",
"hgvs_p": "p.Arg739Cys",
"transcript": "NM_001394427.1",
"protein_id": "NP_001381356.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2215,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 4053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2185C>T",
"hgvs_p": "p.Arg729Cys",
"transcript": "NM_001199579.2",
"protein_id": "NP_001186508.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 738,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2458,
"cdna_end": null,
"cdna_length": 4023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2185C>T",
"hgvs_p": "p.Arg729Cys",
"transcript": "NM_001394428.1",
"protein_id": "NP_001381357.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 738,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2523,
"cdna_end": null,
"cdna_length": 4088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2167C>T",
"hgvs_p": "p.Arg723Cys",
"transcript": "NM_001394429.1",
"protein_id": "NP_001381358.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 732,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 2505,
"cdna_end": null,
"cdna_length": 4070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2167C>T",
"hgvs_p": "p.Arg723Cys",
"transcript": "NM_001394430.1",
"protein_id": "NP_001381359.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 732,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 2440,
"cdna_end": null,
"cdna_length": 4005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_001199580.2",
"protein_id": "NP_001186509.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2419,
"cdna_end": null,
"cdna_length": 3984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_001394432.1",
"protein_id": "NP_001381361.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2293,
"cdna_end": null,
"cdna_length": 3858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_001394433.1",
"protein_id": "NP_001381362.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2460,
"cdna_end": null,
"cdna_length": 4025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_001394434.1",
"protein_id": "NP_001381363.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2441,
"cdna_end": null,
"cdna_length": 4006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "NM_001394435.1",
"protein_id": "NP_001381364.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2444,
"cdna_end": null,
"cdna_length": 4009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys",
"transcript": "ENST00000406622.5",
"protein_id": "ENSP00000383992.1",
"transcript_support_level": 2,
"aa_start": 708,
"aa_end": null,
"aa_length": 717,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2335,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>T",
"hgvs_p": "p.Arg707Cys",
"transcript": "NM_001394436.1",
"protein_id": "NP_001381365.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 716,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2151,
"cdna_start": 2457,
"cdna_end": null,
"cdna_length": 4022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>T",
"hgvs_p": "p.Arg707Cys",
"transcript": "NM_001394437.1",
"protein_id": "NP_001381366.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 716,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2151,
"cdna_start": 2392,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2032C>T",
"hgvs_p": "p.Arg678Cys",
"transcript": "NM_001394438.1",
"protein_id": "NP_001381367.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 687,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 3870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>T",
"hgvs_p": "p.Arg662Cys",
"transcript": "NM_001394439.1",
"protein_id": "NP_001381368.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 671,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2257,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>T",
"hgvs_p": "p.Arg662Cys",
"transcript": "NM_001394440.1",
"protein_id": "NP_001381369.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 671,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2155,
"cdna_end": null,
"cdna_length": 3720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>T",
"hgvs_p": "p.Arg662Cys",
"transcript": "NM_001394441.1",
"protein_id": "NP_001381370.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 671,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2322,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>T",
"hgvs_p": "p.Arg662Cys",
"transcript": "ENST00000456894.6",
"protein_id": "ENSP00000415588.3",
"transcript_support_level": 5,
"aa_start": 662,
"aa_end": null,
"aa_length": 671,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 2140,
"cdna_end": null,
"cdna_length": 2486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1888C>T",
"hgvs_p": "p.Arg630Cys",
"transcript": "ENST00000690927.1",
"protein_id": "ENSP00000508791.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 639,
"cds_start": 1888,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 2277,
"cdna_end": null,
"cdna_length": 5286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1723C>T",
"hgvs_p": "p.Arg575Cys",
"transcript": "NM_001394442.1",
"protein_id": "NP_001381371.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 584,
"cds_start": 1723,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 1996,
"cdna_end": null,
"cdna_length": 3561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1630C>T",
"hgvs_p": "p.Arg544Cys",
"transcript": "NM_001394443.1",
"protein_id": "NP_001381372.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 553,
"cds_start": 1630,
"cds_end": null,
"cds_length": 1662,
"cdna_start": 1903,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1546C>T",
"hgvs_p": "p.Arg516Cys",
"transcript": "NM_001394444.1",
"protein_id": "NP_001381373.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 525,
"cds_start": 1546,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1819,
"cdna_end": null,
"cdna_length": 3384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1546C>T",
"hgvs_p": "p.Arg516Cys",
"transcript": "NM_001394445.1",
"protein_id": "NP_001381374.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 525,
"cds_start": 1546,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1868,
"cdna_end": null,
"cdna_length": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.1001+43G>A",
"hgvs_p": null,
"transcript": "ENST00000458073.5",
"protein_id": "ENSP00000388147.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": -4,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.72-1652G>A",
"hgvs_p": null,
"transcript": "ENST00000489527.1",
"protein_id": "ENSP00000437430.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 39,
"cds_start": -4,
"cds_end": null,
"cds_length": 120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000230149",
"gene_hgnc_id": null,
"hgvs_c": "n.85+1485G>A",
"hgvs_p": null,
"transcript": "ENST00000418803.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000244491",
"gene_hgnc_id": null,
"hgvs_c": "n.317+1258G>A",
"hgvs_p": null,
"transcript": "ENST00000420118.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.2064-1652G>A",
"hgvs_p": null,
"transcript": "XM_011530537.3",
"protein_id": "XP_011528839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": -4,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.2040-1652G>A",
"hgvs_p": null,
"transcript": "XM_047441614.1",
"protein_id": "XP_047297570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 695,
"cds_start": -4,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "n.*605G>A",
"hgvs_p": null,
"transcript": "ENST00000484971.1",
"protein_id": "ENSP00000442394.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "n.*124G>A",
"hgvs_p": null,
"transcript": "ENST00000487538.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"dbsnp": null,
"frequency_reference_population": 0.0000034208056,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342081,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9480491876602173,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.663,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9629,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.864,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000689035.1",
"gene_symbol": "SUN2",
"hgnc_id": 14210,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2122C>T",
"hgvs_p": "p.Arg708Cys"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000489527.1",
"gene_symbol": "GTPBP1",
"hgnc_id": 4669,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.72-1652G>A",
"hgvs_p": null
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000418803.1",
"gene_symbol": "ENSG00000230149",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.85+1485G>A",
"hgvs_p": null
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000420118.1",
"gene_symbol": "ENSG00000244491",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.317+1258G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Emery-Dreifuss muscular dystrophy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Emery-Dreifuss muscular dystrophy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}