← 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-122999969-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=122999969&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 122999969,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014035.4",
"consequences": [
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "NM_014035.4",
"protein_id": "NP_054754.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 169,
"cds_start": 307,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261369.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014035.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "ENST00000261369.9",
"protein_id": "ENSP00000261369.4",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 169,
"cds_start": 307,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014035.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261369.9"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "ENST00000506996.5",
"protein_id": "ENSP00000422535.1",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 159,
"cds_start": 307,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506996.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "ENST00000513881.5",
"protein_id": "ENSP00000424149.1",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 159,
"cds_start": 307,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513881.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.406C>G",
"hgvs_p": "p.Arg136Gly",
"transcript": "ENST00000395451.8",
"protein_id": "ENSP00000378837.4",
"transcript_support_level": 3,
"aa_start": 136,
"aa_end": null,
"aa_length": 202,
"cds_start": 406,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395451.8"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.385C>G",
"hgvs_p": "p.Arg129Gly",
"transcript": "ENST00000889731.1",
"protein_id": "ENSP00000559790.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 195,
"cds_start": 385,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889731.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.301C>G",
"hgvs_p": "p.Arg101Gly",
"transcript": "ENST00000916533.1",
"protein_id": "ENSP00000586592.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 167,
"cds_start": 301,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916533.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.202C>G",
"hgvs_p": "p.Arg68Gly",
"transcript": "ENST00000916532.1",
"protein_id": "ENSP00000586591.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 134,
"cds_start": 202,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916532.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.406C>G",
"hgvs_p": "p.Arg136Gly",
"transcript": "XM_011543349.4",
"protein_id": "XP_011541651.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 246,
"cds_start": 406,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543349.4"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "XM_005271972.6",
"protein_id": "XP_005272029.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 213,
"cds_start": 307,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271972.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.406C>G",
"hgvs_p": "p.Arg136Gly",
"transcript": "XM_011543350.4",
"protein_id": "XP_011541652.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 206,
"cds_start": 406,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543350.4"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly",
"transcript": "XM_006714592.5",
"protein_id": "XP_006714655.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 173,
"cds_start": 307,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714592.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.*103C>G",
"hgvs_p": null,
"transcript": "XM_011543352.2",
"protein_id": "XP_011541654.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 126,
"cds_start": null,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543352.2"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "c.349-29269C>G",
"hgvs_p": null,
"transcript": "XM_017009395.2",
"protein_id": "XP_016864884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": null,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009395.2"
},
{
"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": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.248C>G",
"hgvs_p": null,
"transcript": "ENST00000502387.5",
"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": "pseudogene",
"feature": "ENST00000502387.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.*119C>G",
"hgvs_p": null,
"transcript": "ENST00000503149.5",
"protein_id": "ENSP00000425919.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": "ENST00000503149.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.109C>G",
"hgvs_p": null,
"transcript": "ENST00000507364.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000507364.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.163C>G",
"hgvs_p": null,
"transcript": "ENST00000510914.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000510914.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.551C>G",
"hgvs_p": null,
"transcript": "ENST00000511211.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000511211.5"
},
{
"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": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.*305C>G",
"hgvs_p": null,
"transcript": "ENST00000511545.5",
"protein_id": "ENSP00000422184.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": "ENST00000511545.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.127C>G",
"hgvs_p": null,
"transcript": "ENST00000515729.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": "pseudogene",
"feature": "ENST00000515729.1"
},
{
"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": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.458C>G",
"hgvs_p": null,
"transcript": "NR_146145.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_146145.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.557C>G",
"hgvs_p": null,
"transcript": "XR_001742058.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": "XR_001742058.2"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.*119C>G",
"hgvs_p": null,
"transcript": "ENST00000503149.5",
"protein_id": "ENSP00000425919.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": "ENST00000503149.5"
},
{
"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": "SNX24",
"gene_hgnc_id": 21533,
"hgvs_c": "n.*305C>G",
"hgvs_p": null,
"transcript": "ENST00000511545.5",
"protein_id": "ENSP00000422184.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": "ENST00000511545.5"
}
],
"gene_symbol": "SNX24",
"gene_hgnc_id": 21533,
"dbsnp": "rs781702985",
"frequency_reference_population": 0.0000047936996,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.0000047937,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7810771465301514,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.377,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7762,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.15,
"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": 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_014035.4",
"gene_symbol": "SNX24",
"hgnc_id": 21533,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.307C>G",
"hgvs_p": "p.Arg103Gly"
}
],
"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
}