← 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: 10-6483589-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=6483589&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 6483589,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006257.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "NM_006257.5",
"protein_id": "NP_006248.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263125.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006257.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000263125.10",
"protein_id": "ENSP00000263125.5",
"transcript_support_level": 1,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006257.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263125.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000915286.1",
"protein_id": "ENSP00000585345.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 714,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915286.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "NM_001323265.1",
"protein_id": "NP_001310194.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323265.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000866196.1",
"protein_id": "ENSP00000536255.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866196.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000866197.1",
"protein_id": "ENSP00000536256.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866197.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000866198.1",
"protein_id": "ENSP00000536257.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866198.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000866199.1",
"protein_id": "ENSP00000536258.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866199.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000915287.1",
"protein_id": "ENSP00000585346.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915287.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000915288.1",
"protein_id": "ENSP00000585347.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915288.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000955425.1",
"protein_id": "ENSP00000625484.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 706,
"cds_start": 1030,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955425.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ile308Val",
"transcript": "NM_001282644.2",
"protein_id": "NP_001269573.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 670,
"cds_start": 922,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282644.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000915285.1",
"protein_id": "ENSP00000585344.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 663,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915285.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000955428.1",
"protein_id": "ENSP00000625487.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 663,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955428.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "NM_001242413.2",
"protein_id": "NP_001229342.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 643,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242413.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000397176.6",
"protein_id": "ENSP00000380361.2",
"transcript_support_level": 5,
"aa_start": 344,
"aa_end": null,
"aa_length": 643,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397176.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000955426.1",
"protein_id": "ENSP00000625485.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 643,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955426.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.922A>G",
"hgvs_p": "p.Ile308Val",
"transcript": "NM_001323267.2",
"protein_id": "NP_001310196.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 627,
"cds_start": 922,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323267.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val",
"transcript": "ENST00000955427.1",
"protein_id": "ENSP00000625486.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 600,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955427.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.655A>G",
"hgvs_p": "p.Ile219Val",
"transcript": "NM_001282645.1",
"protein_id": "NP_001269574.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 581,
"cds_start": 655,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282645.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.655A>G",
"hgvs_p": "p.Ile219Val",
"transcript": "NM_001323266.2",
"protein_id": "NP_001310195.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 581,
"cds_start": 655,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323266.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.655A>G",
"hgvs_p": "p.Ile219Val",
"transcript": "ENST00000539722.5",
"protein_id": "ENSP00000441752.1",
"transcript_support_level": 2,
"aa_start": 219,
"aa_end": null,
"aa_length": 581,
"cds_start": 655,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539722.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1132A>G",
"hgvs_p": "p.Ile378Val",
"transcript": "XM_005252496.5",
"protein_id": "XP_005252553.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 740,
"cds_start": 1132,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005252496.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.1132A>G",
"hgvs_p": "p.Ile378Val",
"transcript": "XM_005252497.5",
"protein_id": "XP_005252554.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 697,
"cds_start": 1132,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005252497.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"hgvs_c": "c.319-4424A>G",
"hgvs_p": null,
"transcript": "ENST00000955424.1",
"protein_id": "ENSP00000625483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955424.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000302067",
"gene_hgnc_id": null,
"hgvs_c": "n.381+36617T>C",
"hgvs_p": null,
"transcript": "ENST00000783835.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": "ENST00000783835.1"
}
],
"gene_symbol": "PRKCQ",
"gene_hgnc_id": 9410,
"dbsnp": "rs780214821",
"frequency_reference_population": 0.0000061960095,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000615703,
"gnomad_genomes_af": 0.00000657039,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04851284623146057,
"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.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0985,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.009,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_006257.5",
"gene_symbol": "PRKCQ",
"hgnc_id": 9410,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1030A>G",
"hgvs_p": "p.Ile344Val"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000783835.1",
"gene_symbol": "ENSG00000302067",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.381+36617T>C",
"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
}