← 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-200412338-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=200412338&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 200412338,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001100423.2",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "NM_001100423.2",
"protein_id": "NP_001093893.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 6212,
"mane_select": "ENST00000409140.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000409140.8",
"protein_id": "ENSP00000386730.3",
"transcript_support_level": 2,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 6212,
"mane_select": "NM_001100423.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000358677.9",
"protein_id": "ENSP00000351503.4",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 6156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000360760.9",
"protein_id": "ENSP00000353989.5",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 489,
"cds_start": 67,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 217,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.157A>T",
"hgvs_p": "p.Asn53Tyr",
"transcript": "NM_001282744.2",
"protein_id": "NP_001269673.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 588,
"cds_start": 157,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 6123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.157A>T",
"hgvs_p": "p.Asn53Tyr",
"transcript": "ENST00000619961.4",
"protein_id": "ENSP00000482515.1",
"transcript_support_level": 2,
"aa_start": 53,
"aa_end": null,
"aa_length": 588,
"cds_start": 157,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 6115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.91A>T",
"hgvs_p": "p.Asn31Tyr",
"transcript": "ENST00000409151.5",
"protein_id": "ENSP00000386310.1",
"transcript_support_level": 2,
"aa_start": 31,
"aa_end": null,
"aa_length": 566,
"cds_start": 91,
"cds_end": null,
"cds_length": 1701,
"cdna_start": 191,
"cdna_end": null,
"cdna_length": 1979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "NM_001100422.1",
"protein_id": "NP_001093892.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 6321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "NM_001282735.1",
"protein_id": "NP_001269664.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 551,
"cdna_end": null,
"cdna_length": 6393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "NM_015535.3",
"protein_id": "NP_056350.2",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 421,
"cdna_end": null,
"cdna_length": 6264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000409718.5",
"protein_id": "ENSP00000386336.1",
"transcript_support_level": 2,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 539,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000409988.7",
"protein_id": "ENSP00000386931.3",
"transcript_support_level": 2,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000451764.6",
"protein_id": "ENSP00000391467.2",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 2250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "NM_001100424.1",
"protein_id": "NP_001093894.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 489,
"cds_start": 67,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 6114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000409397.6",
"protein_id": "ENSP00000386600.2",
"transcript_support_level": 3,
"aa_start": 23,
"aa_end": null,
"aa_length": 264,
"cds_start": 67,
"cds_end": null,
"cds_length": 797,
"cdna_start": 190,
"cdna_end": null,
"cdna_length": 920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.52A>T",
"hgvs_p": "p.Asn18Tyr",
"transcript": "ENST00000438761.5",
"protein_id": "ENSP00000413648.1",
"transcript_support_level": 5,
"aa_start": 18,
"aa_end": null,
"aa_length": 237,
"cds_start": 52,
"cds_end": null,
"cds_length": 714,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000453663.5",
"protein_id": "ENSP00000390506.1",
"transcript_support_level": 4,
"aa_start": 23,
"aa_end": null,
"aa_length": 192,
"cds_start": 67,
"cds_end": null,
"cds_length": 581,
"cdna_start": 123,
"cdna_end": null,
"cdna_length": 637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000457757.5",
"protein_id": "ENSP00000389908.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 187,
"cds_start": 67,
"cds_end": null,
"cds_length": 564,
"cdna_start": 338,
"cdna_end": null,
"cdna_length": 835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000449647.5",
"protein_id": "ENSP00000413142.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 172,
"cds_start": 67,
"cds_end": null,
"cds_length": 521,
"cdna_start": 224,
"cdna_end": null,
"cdna_length": 678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000421573.5",
"protein_id": "ENSP00000402559.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 153,
"cds_start": 67,
"cds_end": null,
"cds_length": 463,
"cdna_start": 204,
"cdna_end": null,
"cdna_length": 600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"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": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000423749.5",
"protein_id": "ENSP00000396109.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 138,
"cds_start": 67,
"cds_end": null,
"cds_length": 419,
"cdna_start": 419,
"cdna_end": null,
"cdna_length": 771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000439395.5",
"protein_id": "ENSP00000411294.1",
"transcript_support_level": 4,
"aa_start": 23,
"aa_end": null,
"aa_length": 114,
"cds_start": 67,
"cds_end": null,
"cds_length": 346,
"cdna_start": 282,
"cdna_end": null,
"cdna_length": 561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000439084.5",
"protein_id": "ENSP00000406728.1",
"transcript_support_level": 3,
"aa_start": 23,
"aa_end": null,
"aa_length": 93,
"cds_start": 67,
"cds_end": null,
"cds_length": 282,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "ENST00000444012.5",
"protein_id": "ENSP00000405506.1",
"transcript_support_level": 4,
"aa_start": 23,
"aa_end": null,
"aa_length": 22,
"cds_start": 67,
"cds_end": null,
"cds_length": 71,
"cdna_start": 601,
"cdna_end": null,
"cdna_length": 605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.157A>T",
"hgvs_p": "p.Asn53Tyr",
"transcript": "XM_011510938.2",
"protein_id": "XP_011509240.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 588,
"cds_start": 157,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 6526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.157A>T",
"hgvs_p": "p.Asn53Tyr",
"transcript": "XM_047443892.1",
"protein_id": "XP_047299848.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 588,
"cds_start": 157,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 573,
"cdna_end": null,
"cdna_length": 6416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "XM_005246458.3",
"protein_id": "XP_005246515.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 235,
"cdna_end": null,
"cdna_length": 6078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "XM_047443894.1",
"protein_id": "XP_047299850.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 558,
"cds_start": 67,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 386,
"cdna_end": null,
"cdna_length": 6229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.157A>T",
"hgvs_p": "p.Asn53Tyr",
"transcript": "XM_017003784.3",
"protein_id": "XP_016859273.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 519,
"cds_start": 157,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 5916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "XM_005246459.2",
"protein_id": "XP_005246516.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 489,
"cds_start": 67,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 6005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "XM_024452788.2",
"protein_id": "XP_024308556.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 489,
"cds_start": 67,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 551,
"cdna_end": null,
"cdna_length": 6187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr",
"transcript": "XM_047443895.1",
"protein_id": "XP_047299851.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 489,
"cds_start": 67,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 386,
"cdna_end": null,
"cdna_length": 6022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.-114A>T",
"hgvs_p": null,
"transcript": "NM_001282743.1",
"protein_id": "NP_001269672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 498,
"cds_start": -4,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"hgvs_c": "c.-114A>T",
"hgvs_p": null,
"transcript": "ENST00000409385.5",
"protein_id": "ENSP00000386391.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 498,
"cds_start": -4,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287299",
"gene_hgnc_id": null,
"hgvs_c": "n.956-830T>A",
"hgvs_p": null,
"transcript": "ENST00000654840.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000287299",
"gene_hgnc_id": null,
"hgvs_c": "n.814+17085T>A",
"hgvs_p": null,
"transcript": "ENST00000655656.1",
"protein_id": null,
"transcript_support_level": null,
"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": 5059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "LOC101927741",
"gene_hgnc_id": null,
"hgvs_c": "n.911-830T>A",
"hgvs_p": null,
"transcript": "XR_007088047.1",
"protein_id": null,
"transcript_support_level": null,
"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": 9682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPATS2L",
"gene_hgnc_id": 24574,
"dbsnp": "rs774338995",
"frequency_reference_population": 0.000081069215,
"hom_count_reference_population": 0,
"allele_count_reference_population": 130,
"gnomad_exomes_af": 0.0000874648,
"gnomad_genomes_af": 0.0000197947,
"gnomad_exomes_ac": 127,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7260822057723999,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.416,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7504,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.541,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001100423.2",
"gene_symbol": "SPATS2L",
"hgnc_id": 24574,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.67A>T",
"hgvs_p": "p.Asn23Tyr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000654840.1",
"gene_symbol": "ENSG00000287299",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.956-830T>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007088047.1",
"gene_symbol": "LOC101927741",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.911-830T>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}