← 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: 8-28717012-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=28717012&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 28717012,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000220562.9",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001440.4",
"protein_id": "NP_001431.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 8221,
"mane_select": "ENST00000220562.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000220562.9",
"protein_id": "ENSP00000220562.4",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 8221,
"mane_select": "NM_001440.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001437797.1",
"protein_id": "NP_001424726.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 9090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438399.1",
"protein_id": "NP_001425328.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1597,
"cdna_end": null,
"cdna_length": 9100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438400.1",
"protein_id": "NP_001425329.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1690,
"cdna_end": null,
"cdna_length": 9193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438401.1",
"protein_id": "NP_001425330.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1728,
"cdna_end": null,
"cdna_length": 9231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438402.1",
"protein_id": "NP_001425331.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 9228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438751.1",
"protein_id": "NP_001425680.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1716,
"cdna_end": null,
"cdna_length": 9219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "NM_001438753.1",
"protein_id": "NP_001425682.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1844,
"cdna_end": null,
"cdna_length": 9347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696177.1",
"protein_id": "ENSP00000512467.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 9009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696178.1",
"protein_id": "ENSP00000512468.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 9103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696184.1",
"protein_id": "ENSP00000512473.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1621,
"cdna_end": null,
"cdna_length": 6252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696186.1",
"protein_id": "ENSP00000512474.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 8030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696180.1",
"protein_id": "ENSP00000512470.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 907,
"cds_start": 953,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 6274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"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": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "ENST00000696179.1",
"protein_id": "ENSP00000512469.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 899,
"cds_start": 953,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 4844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "XM_024447096.2",
"protein_id": "XP_024302864.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 8085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "XM_047421515.1",
"protein_id": "XP_047277471.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1645,
"cdna_end": null,
"cdna_length": 8185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg",
"transcript": "XM_047421517.1",
"protein_id": "XP_047277473.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 919,
"cds_start": 953,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 11966,
"cdna_end": null,
"cdna_length": 18506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.953C>G",
"hgvs_p": null,
"transcript": "ENST00000696181.1",
"protein_id": "ENSP00000512471.1",
"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": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.1586C>G",
"hgvs_p": null,
"transcript": "ENST00000696185.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": 3026,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "c.-114-14211C>G",
"hgvs_p": null,
"transcript": "ENST00000696182.1",
"protein_id": "ENSP00000512472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 165,
"cds_start": -4,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6464,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.631+946C>G",
"hgvs_p": null,
"transcript": "ENST00000519886.5",
"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": 803,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.146+6509C>G",
"hgvs_p": null,
"transcript": "ENST00000521532.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 517,
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.211+115C>G",
"hgvs_p": null,
"transcript": "ENST00000522698.1",
"protein_id": "ENSP00000428352.1",
"transcript_support_level": 4,
"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": 565,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.160-14211C>G",
"hgvs_p": null,
"transcript": "NR_073468.2",
"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": 5504,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"hgvs_c": "n.735+946C>G",
"hgvs_p": null,
"transcript": "NR_073469.2",
"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": 1762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EXTL3",
"gene_hgnc_id": 3518,
"dbsnp": "rs749621890",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9783949851989746,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.862,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8927,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.54,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.726,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000220562.9",
"gene_symbol": "EXTL3",
"hgnc_id": 3518,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.953C>G",
"hgvs_p": "p.Pro318Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}