← 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: 6-110962445-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=110962445&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 110962445,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_138408.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.301A>C",
"hgvs_p": "p.Lys101Gln",
"transcript": "NM_138408.4",
"protein_id": "NP_612417.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 213,
"cds_start": 301,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000329970.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138408.4"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.301A>C",
"hgvs_p": "p.Lys101Gln",
"transcript": "ENST00000329970.8",
"protein_id": "ENSP00000357863.4",
"transcript_support_level": 1,
"aa_start": 101,
"aa_end": null,
"aa_length": 213,
"cds_start": 301,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_138408.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000329970.8"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.439A>C",
"hgvs_p": "p.Lys147Gln",
"transcript": "ENST00000935770.1",
"protein_id": "ENSP00000605829.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 259,
"cds_start": 439,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935770.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.358A>C",
"hgvs_p": "p.Lys120Gln",
"transcript": "ENST00000935771.1",
"protein_id": "ENSP00000605830.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 232,
"cds_start": 358,
"cds_end": null,
"cds_length": 699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935771.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.328A>C",
"hgvs_p": "p.Lys110Gln",
"transcript": "ENST00000935762.1",
"protein_id": "ENSP00000605821.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 222,
"cds_start": 328,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935762.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Lys102Gln",
"transcript": "ENST00000883260.1",
"protein_id": "ENSP00000553319.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 214,
"cds_start": 304,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883260.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.301A>C",
"hgvs_p": "p.Lys101Gln",
"transcript": "ENST00000935766.1",
"protein_id": "ENSP00000605825.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 213,
"cds_start": 301,
"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": "ENST00000935766.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.298A>C",
"hgvs_p": "p.Lys100Gln",
"transcript": "ENST00000935759.1",
"protein_id": "ENSP00000605818.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 212,
"cds_start": 298,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935759.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.298A>C",
"hgvs_p": "p.Lys100Gln",
"transcript": "ENST00000935764.1",
"protein_id": "ENSP00000605823.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 212,
"cds_start": 298,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935764.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.295A>C",
"hgvs_p": "p.Lys99Gln",
"transcript": "ENST00000883264.1",
"protein_id": "ENSP00000553323.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 211,
"cds_start": 295,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883264.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.295A>C",
"hgvs_p": "p.Lys99Gln",
"transcript": "ENST00000883265.1",
"protein_id": "ENSP00000553324.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 211,
"cds_start": 295,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883265.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.295A>C",
"hgvs_p": "p.Lys99Gln",
"transcript": "ENST00000935763.1",
"protein_id": "ENSP00000605822.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 211,
"cds_start": 295,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935763.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.295A>C",
"hgvs_p": "p.Lys99Gln",
"transcript": "ENST00000935765.1",
"protein_id": "ENSP00000605824.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 211,
"cds_start": 295,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935765.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.292A>C",
"hgvs_p": "p.Lys98Gln",
"transcript": "ENST00000883262.1",
"protein_id": "ENSP00000553321.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 210,
"cds_start": 292,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883262.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.292A>C",
"hgvs_p": "p.Lys98Gln",
"transcript": "ENST00000935760.1",
"protein_id": "ENSP00000605819.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 210,
"cds_start": 292,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935760.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.259A>C",
"hgvs_p": "p.Lys87Gln",
"transcript": "ENST00000935761.1",
"protein_id": "ENSP00000605820.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 199,
"cds_start": 259,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935761.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.256A>C",
"hgvs_p": "p.Lys86Gln",
"transcript": "ENST00000883263.1",
"protein_id": "ENSP00000553322.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 198,
"cds_start": 256,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883263.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.220A>C",
"hgvs_p": "p.Lys74Gln",
"transcript": "ENST00000883261.1",
"protein_id": "ENSP00000553320.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 186,
"cds_start": 220,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883261.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.301A>C",
"hgvs_p": "p.Lys101Gln",
"transcript": "ENST00000935767.1",
"protein_id": "ENSP00000605826.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 185,
"cds_start": 301,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935767.1"
},
{
"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": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.250+1829A>C",
"hgvs_p": null,
"transcript": "ENST00000935768.1",
"protein_id": "ENSP00000605827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 176,
"cds_start": null,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935768.1"
},
{
"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": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "c.247+1829A>C",
"hgvs_p": null,
"transcript": "ENST00000935769.1",
"protein_id": "ENSP00000605828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": null,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935769.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"hgvs_c": "n.359A>C",
"hgvs_p": null,
"transcript": "ENST00000480191.1",
"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": "ENST00000480191.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298854",
"gene_hgnc_id": null,
"hgvs_c": "n.71-1861T>G",
"hgvs_p": null,
"transcript": "ENST00000758433.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": "ENST00000758433.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298854",
"gene_hgnc_id": null,
"hgvs_c": "n.225-1861T>G",
"hgvs_p": null,
"transcript": "ENST00000758434.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": "ENST00000758434.1"
}
],
"gene_symbol": "GTF3C6",
"gene_hgnc_id": 20872,
"dbsnp": "rs1771172681",
"frequency_reference_population": 0.0000018604189,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136957,
"gnomad_genomes_af": 0.00000656909,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.751500129699707,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.235,
"revel_prediction": "Benign",
"alphamissense_score": 0.8185,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.408,
"phylop100way_prediction": "Uncertain_significance",
"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": 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_138408.4",
"gene_symbol": "GTF3C6",
"hgnc_id": 20872,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.301A>C",
"hgvs_p": "p.Lys101Gln"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000758433.1",
"gene_symbol": "ENSG00000298854",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.71-1861T>G",
"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
}