← 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: 5-35709082-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=35709082&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 35709082,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024867.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "NM_024867.4",
"protein_id": "NP_079143.3",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1822,
"cds_start": 2800,
"cds_end": null,
"cds_length": 5469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356031.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024867.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "ENST00000356031.8",
"protein_id": "ENSP00000348314.3",
"transcript_support_level": 1,
"aa_start": 934,
"aa_end": null,
"aa_length": 1822,
"cds_start": 2800,
"cds_end": null,
"cds_length": 5469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024867.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356031.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "ENST00000509059.5",
"protein_id": "ENSP00000421593.1",
"transcript_support_level": 1,
"aa_start": 929,
"aa_end": null,
"aa_length": 943,
"cds_start": 2785,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509059.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "ENST00000637569.1",
"protein_id": "ENSP00000490886.1",
"transcript_support_level": 5,
"aa_start": 934,
"aa_end": null,
"aa_length": 2169,
"cds_start": 2800,
"cds_end": null,
"cds_length": 6510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637569.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "ENST00000440995.6",
"protein_id": "ENSP00000412125.2",
"transcript_support_level": 5,
"aa_start": 929,
"aa_end": null,
"aa_length": 1818,
"cds_start": 2785,
"cds_end": null,
"cds_length": 5457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440995.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "ENST00000941715.1",
"protein_id": "ENSP00000611774.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1817,
"cds_start": 2785,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941715.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_011514135.4",
"protein_id": "XP_011512437.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 2097,
"cds_start": 2800,
"cds_end": null,
"cds_length": 6294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514135.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_011514136.4",
"protein_id": "XP_011512438.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 2096,
"cds_start": 2800,
"cds_end": null,
"cds_length": 6291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514136.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "XM_011514137.4",
"protein_id": "XP_011512439.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 2092,
"cds_start": 2785,
"cds_end": null,
"cds_length": 6279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514137.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_011514138.4",
"protein_id": "XP_011512440.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 2089,
"cds_start": 2800,
"cds_end": null,
"cds_length": 6270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514138.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_011514139.4",
"protein_id": "XP_011512441.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 2072,
"cds_start": 2800,
"cds_end": null,
"cds_length": 6219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514139.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2629G>A",
"hgvs_p": "p.Ala877Thr",
"transcript": "XM_011514140.3",
"protein_id": "XP_011512442.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 2040,
"cds_start": 2629,
"cds_end": null,
"cds_length": 6123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514140.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2614G>A",
"hgvs_p": "p.Ala872Thr",
"transcript": "XM_017009880.3",
"protein_id": "XP_016865369.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 2035,
"cds_start": 2614,
"cds_end": null,
"cds_length": 6108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009880.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2374G>A",
"hgvs_p": "p.Ala792Thr",
"transcript": "XM_047417765.1",
"protein_id": "XP_047273721.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 1955,
"cds_start": 2374,
"cds_end": null,
"cds_length": 5868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417765.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2374G>A",
"hgvs_p": "p.Ala792Thr",
"transcript": "XM_047417766.1",
"protein_id": "XP_047273722.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 1955,
"cds_start": 2374,
"cds_end": null,
"cds_length": 5868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417766.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_005248376.5",
"protein_id": "XP_005248433.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1823,
"cds_start": 2800,
"cds_end": null,
"cds_length": 5472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248376.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "XM_005248377.5",
"protein_id": "XP_005248434.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1818,
"cds_start": 2785,
"cds_end": null,
"cds_length": 5457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248377.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_047417767.1",
"protein_id": "XP_047273723.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1797,
"cds_start": 2800,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417767.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2629G>A",
"hgvs_p": "p.Ala877Thr",
"transcript": "XM_024446219.2",
"protein_id": "XP_024301987.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2629,
"cds_end": null,
"cds_length": 5223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446219.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_047417768.1",
"protein_id": "XP_047273724.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1537,
"cds_start": 2800,
"cds_end": null,
"cds_length": 4614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417768.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_047417769.1",
"protein_id": "XP_047273725.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1500,
"cds_start": 2800,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417769.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_017009882.3",
"protein_id": "XP_016865371.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1185,
"cds_start": 2800,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009882.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr",
"transcript": "XM_005248378.5",
"protein_id": "XP_005248435.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 972,
"cds_start": 2800,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248378.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "c.2785G>A",
"hgvs_p": "p.Ala929Thr",
"transcript": "XM_047417770.1",
"protein_id": "XP_047273726.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 967,
"cds_start": 2785,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "n.4478G>A",
"hgvs_p": null,
"transcript": "ENST00000503074.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000503074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"hgvs_c": "n.2935G>A",
"hgvs_p": null,
"transcript": "XR_925655.3",
"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": "XR_925655.3"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248969",
"gene_hgnc_id": null,
"hgvs_c": "n.174-11047C>T",
"hgvs_p": null,
"transcript": "ENST00000510433.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000510433.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000248969",
"gene_hgnc_id": null,
"hgvs_c": "n.56-11047C>T",
"hgvs_p": null,
"transcript": "ENST00000736912.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000736912.1"
}
],
"gene_symbol": "SPEF2",
"gene_hgnc_id": 26293,
"dbsnp": "rs13170390",
"frequency_reference_population": 6.8422196e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84222e-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.031022369861602783,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.013,
"revel_prediction": "Benign",
"alphamissense_score": 0.0676,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.473,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_024867.4",
"gene_symbol": "SPEF2",
"hgnc_id": 26293,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2800G>A",
"hgvs_p": "p.Ala934Thr"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000510433.1",
"gene_symbol": "ENSG00000248969",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.174-11047C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}