← 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: 2-213340200-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=213340200&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 213340200,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_024532.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "NM_024532.5",
"protein_id": "NP_078808.3",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 631,
"cds_start": 574,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000331683.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024532.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000331683.10",
"protein_id": "ENSP00000332592.5",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 631,
"cds_start": 574,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024532.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000331683.10"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000447990.1",
"protein_id": "ENSP00000400847.1",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 374,
"cds_start": 574,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*575C>G",
"hgvs_p": null,
"transcript": "ENST00000406979.6",
"protein_id": "ENSP00000385496.2",
"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": "ENST00000406979.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*575C>G",
"hgvs_p": null,
"transcript": "ENST00000406979.6",
"protein_id": "ENSP00000385496.2",
"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": "ENST00000406979.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.481C>G",
"hgvs_p": "p.Arg161Gly",
"transcript": "ENST00000413312.5",
"protein_id": "ENSP00000390494.1",
"transcript_support_level": 5,
"aa_start": 161,
"aa_end": null,
"aa_length": 251,
"cds_start": 481,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413312.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.481C>G",
"hgvs_p": "p.Arg161Gly",
"transcript": "XM_011511814.2",
"protein_id": "XP_011510116.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 600,
"cds_start": 481,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511814.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511815.3",
"protein_id": "XP_011510117.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 592,
"cds_start": 574,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511815.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511816.4",
"protein_id": "XP_011510118.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 592,
"cds_start": 574,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511816.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511817.3",
"protein_id": "XP_011510119.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 582,
"cds_start": 574,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511817.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511818.3",
"protein_id": "XP_011510120.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 577,
"cds_start": 574,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511818.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.412C>G",
"hgvs_p": "p.Arg138Gly",
"transcript": "XM_011511819.3",
"protein_id": "XP_011510121.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 577,
"cds_start": 412,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511819.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511820.3",
"protein_id": "XP_011510122.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 569,
"cds_start": 574,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511820.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.265C>G",
"hgvs_p": "p.Arg89Gly",
"transcript": "XM_011511823.4",
"protein_id": "XP_011510125.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 528,
"cds_start": 265,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511823.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511824.3",
"protein_id": "XP_011510126.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 520,
"cds_start": 574,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511824.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Arg73Gly",
"transcript": "XM_017004897.1",
"protein_id": "XP_016860386.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 512,
"cds_start": 217,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004897.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.217C>G",
"hgvs_p": "p.Arg73Gly",
"transcript": "XM_047445817.1",
"protein_id": "XP_047301773.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 512,
"cds_start": 217,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445817.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511827.3",
"protein_id": "XP_011510129.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 375,
"cds_start": 574,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511827.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511828.3",
"protein_id": "XP_011510130.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 365,
"cds_start": 574,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511828.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511829.3",
"protein_id": "XP_011510131.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 360,
"cds_start": 574,
"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": "XM_011511829.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511831.3",
"protein_id": "XP_011510133.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 356,
"cds_start": 574,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511831.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511832.3",
"protein_id": "XP_011510134.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 356,
"cds_start": 574,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511832.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_017004899.3",
"protein_id": "XP_016860388.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 351,
"cds_start": 574,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004899.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_006712746.4",
"protein_id": "XP_006712809.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 325,
"cds_start": 574,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712746.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "XM_011511837.4",
"protein_id": "XP_011510139.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 320,
"cds_start": 574,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511837.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.438C>G",
"hgvs_p": null,
"transcript": "ENST00000414961.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000414961.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*170C>G",
"hgvs_p": null,
"transcript": "ENST00000440779.5",
"protein_id": "ENSP00000404949.1",
"transcript_support_level": 3,
"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": "ENST00000440779.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*140C>G",
"hgvs_p": null,
"transcript": "ENST00000452556.5",
"protein_id": "ENSP00000398926.1",
"transcript_support_level": 2,
"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": "ENST00000452556.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.769C>G",
"hgvs_p": null,
"transcript": "NR_047659.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_047659.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.475C>G",
"hgvs_p": null,
"transcript": "NR_047660.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_047660.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*170C>G",
"hgvs_p": null,
"transcript": "ENST00000440779.5",
"protein_id": "ENSP00000404949.1",
"transcript_support_level": 3,
"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": "ENST00000440779.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"hgvs_c": "n.*140C>G",
"hgvs_p": null,
"transcript": "ENST00000452556.5",
"protein_id": "ENSP00000398926.1",
"transcript_support_level": 2,
"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": "ENST00000452556.5"
}
],
"gene_symbol": "SPAG16",
"gene_hgnc_id": 23225,
"dbsnp": "rs139287788",
"frequency_reference_population": 6.8519904e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85199e-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.8077552318572998,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.512,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6708,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.609,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024532.5",
"gene_symbol": "SPAG16",
"hgnc_id": 23225,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}