← 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: 7-151570217-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=151570217&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 151570217,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001407021.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1060T>G",
"hgvs_p": "p.Leu354Val",
"transcript": "NM_016203.4",
"protein_id": "NP_057287.2",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 569,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000287878.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016203.4"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1060T>G",
"hgvs_p": "p.Leu354Val",
"transcript": "ENST00000287878.9",
"protein_id": "ENSP00000287878.3",
"transcript_support_level": 1,
"aa_start": 354,
"aa_end": null,
"aa_length": 569,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016203.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000287878.9"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "ENST00000392801.6",
"protein_id": "ENSP00000376549.2",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 525,
"cds_start": 928,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392801.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "ENST00000418337.6",
"protein_id": "ENSP00000387386.2",
"transcript_support_level": 1,
"aa_start": 113,
"aa_end": null,
"aa_length": 328,
"cds_start": 337,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418337.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*300T>G",
"hgvs_p": null,
"transcript": "ENST00000488258.5",
"protein_id": "ENSP00000420783.1",
"transcript_support_level": 1,
"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": "ENST00000488258.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*300T>G",
"hgvs_p": null,
"transcript": "ENST00000488258.5",
"protein_id": "ENSP00000420783.1",
"transcript_support_level": 1,
"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": "ENST00000488258.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1060T>G",
"hgvs_p": "p.Leu354Val",
"transcript": "NM_001407021.1",
"protein_id": "NP_001393950.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 619,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407021.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1057T>G",
"hgvs_p": "p.Leu353Val",
"transcript": "NM_001407022.1",
"protein_id": "NP_001393951.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 618,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407022.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1057T>G",
"hgvs_p": "p.Leu353Val",
"transcript": "NM_001407023.1",
"protein_id": "NP_001393952.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 568,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407023.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1057T>G",
"hgvs_p": "p.Leu353Val",
"transcript": "ENST00000652321.2",
"protein_id": "ENSP00000498886.2",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 568,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652321.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1054T>G",
"hgvs_p": "p.Leu352Val",
"transcript": "ENST00000867883.1",
"protein_id": "ENSP00000537942.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 567,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867883.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1051T>G",
"hgvs_p": "p.Leu351Val",
"transcript": "ENST00000867885.1",
"protein_id": "ENSP00000537944.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 566,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867885.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "NM_001040633.2",
"protein_id": "NP_001035723.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 525,
"cds_start": 928,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040633.2"
},
{
"aa_ref": "L",
"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": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "NM_001407024.1",
"protein_id": "NP_001393953.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 525,
"cds_start": 928,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407024.1"
},
{
"aa_ref": "L",
"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": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "ENST00000651764.1",
"protein_id": "ENSP00000498796.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 525,
"cds_start": 928,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651764.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "ENST00000652159.1",
"protein_id": "ENSP00000499025.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 525,
"cds_start": 928,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652159.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.925T>G",
"hgvs_p": "p.Leu309Val",
"transcript": "NM_001407026.1",
"protein_id": "NP_001393955.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 524,
"cds_start": 925,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407026.1"
},
{
"aa_ref": "L",
"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": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.925T>G",
"hgvs_p": "p.Leu309Val",
"transcript": "NM_001407027.1",
"protein_id": "NP_001393956.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 524,
"cds_start": 925,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407027.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.925T>G",
"hgvs_p": "p.Leu309Val",
"transcript": "ENST00000652047.1",
"protein_id": "ENSP00000499111.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 524,
"cds_start": 925,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652047.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.919T>G",
"hgvs_p": "p.Leu307Val",
"transcript": "ENST00000867884.1",
"protein_id": "ENSP00000537943.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 522,
"cds_start": 919,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867884.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.688T>G",
"hgvs_p": "p.Leu230Val",
"transcript": "NM_001407028.1",
"protein_id": "NP_001393957.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 495,
"cds_start": 688,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407028.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.685T>G",
"hgvs_p": "p.Leu229Val",
"transcript": "NM_001407029.1",
"protein_id": "NP_001393958.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 494,
"cds_start": 685,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407029.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.772T>G",
"hgvs_p": "p.Leu258Val",
"transcript": "NM_001407030.1",
"protein_id": "NP_001393959.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 473,
"cds_start": 772,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407030.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.769T>G",
"hgvs_p": "p.Leu257Val",
"transcript": "NM_001407031.1",
"protein_id": "NP_001393960.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 472,
"cds_start": 769,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407031.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.742T>G",
"hgvs_p": "p.Leu248Val",
"transcript": "NM_001407032.1",
"protein_id": "NP_001393961.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 463,
"cds_start": 742,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407032.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.736T>G",
"hgvs_p": "p.Leu246Val",
"transcript": "NM_001407033.1",
"protein_id": "NP_001393962.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 461,
"cds_start": 736,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407033.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.688T>G",
"hgvs_p": "p.Leu230Val",
"transcript": "NM_001363698.2",
"protein_id": "NP_001350627.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 445,
"cds_start": 688,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363698.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.685T>G",
"hgvs_p": "p.Leu229Val",
"transcript": "NM_001304527.2",
"protein_id": "NP_001291456.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 444,
"cds_start": 685,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304527.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.685T>G",
"hgvs_p": "p.Leu229Val",
"transcript": "ENST00000492843.6",
"protein_id": "ENSP00000419577.2",
"transcript_support_level": 5,
"aa_start": 229,
"aa_end": null,
"aa_length": 444,
"cds_start": 685,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492843.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "NM_001407034.1",
"protein_id": "NP_001393963.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 378,
"cds_start": 337,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407034.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "NM_001407035.1",
"protein_id": "NP_001393964.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 378,
"cds_start": 337,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407035.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.334T>G",
"hgvs_p": "p.Leu112Val",
"transcript": "NM_001407036.1",
"protein_id": "NP_001393965.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 377,
"cds_start": 334,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407036.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.397T>G",
"hgvs_p": "p.Leu133Val",
"transcript": "NM_001407037.1",
"protein_id": "NP_001393966.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 348,
"cds_start": 397,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407037.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.385T>G",
"hgvs_p": "p.Leu129Val",
"transcript": "NM_001407038.1",
"protein_id": "NP_001393967.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 344,
"cds_start": 385,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407038.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "NM_001304531.2",
"protein_id": "NP_001291460.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 328,
"cds_start": 337,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304531.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "NM_024429.2",
"protein_id": "NP_077747.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 328,
"cds_start": 337,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024429.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "ENST00000476632.2",
"protein_id": "ENSP00000419493.2",
"transcript_support_level": 4,
"aa_start": 113,
"aa_end": null,
"aa_length": 328,
"cds_start": 337,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476632.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.337T>G",
"hgvs_p": "p.Leu113Val",
"transcript": "ENST00000651378.1",
"protein_id": "ENSP00000499103.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 328,
"cds_start": 337,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651378.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.334T>G",
"hgvs_p": "p.Leu112Val",
"transcript": "NM_001407039.1",
"protein_id": "NP_001393968.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 327,
"cds_start": 334,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407039.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.334T>G",
"hgvs_p": "p.Leu112Val",
"transcript": "NM_001407040.1",
"protein_id": "NP_001393969.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 327,
"cds_start": 334,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407040.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.277T>G",
"hgvs_p": "p.Leu93Val",
"transcript": "ENST00000650858.1",
"protein_id": "ENSP00000498384.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 308,
"cds_start": 277,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650858.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1048T>G",
"hgvs_p": "p.Leu350Val",
"transcript": "XM_006716021.3",
"protein_id": "XP_006716084.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 615,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716021.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1045T>G",
"hgvs_p": "p.Leu349Val",
"transcript": "XM_011516282.2",
"protein_id": "XP_011514584.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 614,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516282.2"
},
{
"aa_ref": "L",
"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": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.928T>G",
"hgvs_p": "p.Leu310Val",
"transcript": "XM_047420448.1",
"protein_id": "XP_047276404.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 575,
"cds_start": 928,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420448.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1048T>G",
"hgvs_p": "p.Leu350Val",
"transcript": "XM_011516283.2",
"protein_id": "XP_011514585.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 565,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516283.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.1045T>G",
"hgvs_p": "p.Leu349Val",
"transcript": "XM_011516284.2",
"protein_id": "XP_011514586.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 564,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516284.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.313T>G",
"hgvs_p": "p.Leu105Val",
"transcript": "XM_011516286.3",
"protein_id": "XP_011514588.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 370,
"cds_start": 313,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516286.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.313T>G",
"hgvs_p": "p.Leu105Val",
"transcript": "XM_017012277.3",
"protein_id": "XP_016867766.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 320,
"cds_start": 313,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012277.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "c.277T>G",
"hgvs_p": "p.Leu93Val",
"transcript": "XM_047420450.1",
"protein_id": "XP_047276406.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 308,
"cds_start": 277,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.334T>G",
"hgvs_p": null,
"transcript": "ENST00000478989.7",
"protein_id": "ENSP00000420645.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000478989.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*309T>G",
"hgvs_p": null,
"transcript": "ENST00000493872.5",
"protein_id": "ENSP00000417252.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000493872.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.554T>G",
"hgvs_p": null,
"transcript": "ENST00000650851.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": "retained_intron",
"feature": "ENST00000650851.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.1175T>G",
"hgvs_p": null,
"transcript": "ENST00000650948.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": "retained_intron",
"feature": "ENST00000650948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*300T>G",
"hgvs_p": null,
"transcript": "ENST00000651188.1",
"protein_id": "ENSP00000498557.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651188.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*379T>G",
"hgvs_p": null,
"transcript": "ENST00000651303.1",
"protein_id": "ENSP00000498428.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*549T>G",
"hgvs_p": null,
"transcript": "ENST00000651836.1",
"protein_id": "ENSP00000499156.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.793T>G",
"hgvs_p": null,
"transcript": "ENST00000652136.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": "retained_intron",
"feature": "ENST00000652136.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.337T>G",
"hgvs_p": null,
"transcript": "ENST00000652397.1",
"protein_id": "ENSP00000498351.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000652397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*309T>G",
"hgvs_p": null,
"transcript": "ENST00000493872.5",
"protein_id": "ENSP00000417252.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000493872.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*300T>G",
"hgvs_p": null,
"transcript": "ENST00000651188.1",
"protein_id": "ENSP00000498557.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651188.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*379T>G",
"hgvs_p": null,
"transcript": "ENST00000651303.1",
"protein_id": "ENSP00000498428.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651303.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"hgvs_c": "n.*549T>G",
"hgvs_p": null,
"transcript": "ENST00000651836.1",
"protein_id": "ENSP00000499156.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651836.1"
}
],
"gene_symbol": "PRKAG2",
"gene_hgnc_id": 9386,
"dbsnp": "rs1554459423",
"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.47952431440353394,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.516,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8751,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.98,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001407021.1",
"gene_symbol": "PRKAG2",
"hgnc_id": 9386,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1060T>G",
"hgvs_p": "p.Leu354Val"
}
],
"clinvar_disease": "Lethal congenital glycogen storage disease of heart",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Lethal congenital glycogen storage disease of heart",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}