← 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: 14-104772374-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=104772374&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 104772374,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "NM_005163.2",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001382430.1",
"protein_id": "NP_001369359.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000649815.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382430.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000649815.2",
"protein_id": "ENSP00000497822.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001382430.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649815.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000349310.7",
"protein_id": "ENSP00000270202.4",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349310.7"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000402615.6",
"protein_id": "ENSP00000385326.2",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402615.6"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000407796.7",
"protein_id": "ENSP00000384293.2",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407796.7"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000554581.5",
"protein_id": "ENSP00000451828.1",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554581.5"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000554848.5",
"protein_id": "ENSP00000451166.1",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554848.5"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000555528.5",
"protein_id": "ENSP00000450688.1",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555528.5"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1398C>G",
"hgvs_p": "p.Tyr466*",
"transcript": "ENST00000714130.1",
"protein_id": "ENSP00000519419.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 529,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714130.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1398C>G",
"hgvs_p": "p.Tyr466*",
"transcript": "ENST00000939382.1",
"protein_id": "ENSP00000609441.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 529,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939382.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1398C>G",
"hgvs_p": "p.Tyr466*",
"transcript": "ENST00000959650.1",
"protein_id": "ENSP00000629709.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 529,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959650.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1398C>G",
"hgvs_p": "p.Tyr466*",
"transcript": "ENST00000959670.1",
"protein_id": "ENSP00000629729.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 529,
"cds_start": 1398,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959670.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1326C>G",
"hgvs_p": "p.Tyr442*",
"transcript": "ENST00000553797.2",
"protein_id": "ENSP00000507566.1",
"transcript_support_level": 3,
"aa_start": 442,
"aa_end": null,
"aa_length": 505,
"cds_start": 1326,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553797.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1311C>G",
"hgvs_p": "p.Tyr437*",
"transcript": "ENST00000959659.1",
"protein_id": "ENSP00000629718.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 500,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959659.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001014431.2",
"protein_id": "NP_001014431.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001014431.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001014432.2",
"protein_id": "NP_001014432.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001014432.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001382431.1",
"protein_id": "NP_001369360.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382431.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001382432.1",
"protein_id": "NP_001369361.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382432.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_001382433.1",
"protein_id": "NP_001369362.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382433.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "NM_005163.2",
"protein_id": "NP_005154.2",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005163.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000683722.1",
"protein_id": "ENSP00000507879.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683722.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855590.1",
"protein_id": "ENSP00000525649.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855590.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855591.1",
"protein_id": "ENSP00000525650.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855591.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855592.1",
"protein_id": "ENSP00000525651.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855592.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855593.1",
"protein_id": "ENSP00000525652.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855593.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855595.1",
"protein_id": "ENSP00000525654.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855595.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855596.1",
"protein_id": "ENSP00000525655.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855596.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855597.1",
"protein_id": "ENSP00000525656.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855597.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855598.1",
"protein_id": "ENSP00000525657.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855598.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855599.1",
"protein_id": "ENSP00000525658.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855599.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000855600.1",
"protein_id": "ENSP00000525659.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855600.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939375.1",
"protein_id": "ENSP00000609434.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939375.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939376.1",
"protein_id": "ENSP00000609435.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939376.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939377.1",
"protein_id": "ENSP00000609436.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939377.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939381.1",
"protein_id": "ENSP00000609440.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939381.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939384.1",
"protein_id": "ENSP00000609443.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939384.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939386.1",
"protein_id": "ENSP00000609445.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939386.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939387.1",
"protein_id": "ENSP00000609446.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939387.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939388.1",
"protein_id": "ENSP00000609447.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939388.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939389.1",
"protein_id": "ENSP00000609448.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939389.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959648.1",
"protein_id": "ENSP00000629707.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959648.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959649.1",
"protein_id": "ENSP00000629708.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959649.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959651.1",
"protein_id": "ENSP00000629710.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959651.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959652.1",
"protein_id": "ENSP00000629711.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959652.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959654.1",
"protein_id": "ENSP00000629713.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959654.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959656.1",
"protein_id": "ENSP00000629715.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959656.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959657.1",
"protein_id": "ENSP00000629716.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959657.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959658.1",
"protein_id": "ENSP00000629717.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959658.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959663.1",
"protein_id": "ENSP00000629722.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959663.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959665.1",
"protein_id": "ENSP00000629724.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959665.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959669.1",
"protein_id": "ENSP00000629728.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959669.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959671.1",
"protein_id": "ENSP00000629730.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959671.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959672.1",
"protein_id": "ENSP00000629731.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959672.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959673.1",
"protein_id": "ENSP00000629732.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959673.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959674.1",
"protein_id": "ENSP00000629733.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959674.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959676.1",
"protein_id": "ENSP00000629735.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959676.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959677.1",
"protein_id": "ENSP00000629736.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959677.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959679.1",
"protein_id": "ENSP00000629738.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959679.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959680.1",
"protein_id": "ENSP00000629739.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959680.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959681.1",
"protein_id": "ENSP00000629740.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959681.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959682.1",
"protein_id": "ENSP00000629741.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959682.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959683.1",
"protein_id": "ENSP00000629742.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959683.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959684.1",
"protein_id": "ENSP00000629743.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959684.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959685.1",
"protein_id": "ENSP00000629744.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959685.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1248C>G",
"hgvs_p": "p.Tyr416*",
"transcript": "ENST00000855594.1",
"protein_id": "ENSP00000525653.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 479,
"cds_start": 1248,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855594.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1248C>G",
"hgvs_p": "p.Tyr416*",
"transcript": "ENST00000959653.1",
"protein_id": "ENSP00000629712.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 479,
"cds_start": 1248,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959653.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939380.1",
"protein_id": "ENSP00000609439.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 474,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939380.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000939383.1",
"protein_id": "ENSP00000609442.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 474,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939383.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959662.1",
"protein_id": "ENSP00000629721.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 474,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959662.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959675.1",
"protein_id": "ENSP00000629734.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 474,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959675.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1227C>G",
"hgvs_p": "p.Tyr409*",
"transcript": "ENST00000939374.1",
"protein_id": "ENSP00000609433.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 472,
"cds_start": 1227,
"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": "ENST00000939374.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1227C>G",
"hgvs_p": "p.Tyr409*",
"transcript": "ENST00000939378.1",
"protein_id": "ENSP00000609437.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 472,
"cds_start": 1227,
"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": "ENST00000939378.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000959668.1",
"protein_id": "ENSP00000629727.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 472,
"cds_start": 1251,
"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": "ENST00000959668.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1218C>G",
"hgvs_p": "p.Tyr406*",
"transcript": "ENST00000959678.1",
"protein_id": "ENSP00000629737.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 469,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959678.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "ENST00000555458.6",
"protein_id": "ENSP00000451470.3",
"transcript_support_level": 2,
"aa_start": 417,
"aa_end": null,
"aa_length": 467,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555458.6"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1152C>G",
"hgvs_p": "p.Tyr384*",
"transcript": "ENST00000554192.6",
"protein_id": "ENSP00000450681.3",
"transcript_support_level": 2,
"aa_start": 384,
"aa_end": null,
"aa_length": 447,
"cds_start": 1152,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554192.6"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1152C>G",
"hgvs_p": "p.Tyr384*",
"transcript": "ENST00000939385.1",
"protein_id": "ENSP00000609444.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 447,
"cds_start": 1152,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939385.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1152C>G",
"hgvs_p": "p.Tyr384*",
"transcript": "ENST00000959655.1",
"protein_id": "ENSP00000629714.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 447,
"cds_start": 1152,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959655.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1152C>G",
"hgvs_p": "p.Tyr384*",
"transcript": "ENST00000959667.1",
"protein_id": "ENSP00000629726.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 447,
"cds_start": 1152,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959667.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1125C>G",
"hgvs_p": "p.Tyr375*",
"transcript": "ENST00000714123.1",
"protein_id": "ENSP00000519414.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 438,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714123.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1122C>G",
"hgvs_p": "p.Tyr374*",
"transcript": "ENST00000939379.1",
"protein_id": "ENSP00000609438.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 437,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939379.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1122C>G",
"hgvs_p": "p.Tyr374*",
"transcript": "ENST00000939390.1",
"protein_id": "ENSP00000609449.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 437,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939390.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1122C>G",
"hgvs_p": "p.Tyr374*",
"transcript": "ENST00000959661.1",
"protein_id": "ENSP00000629720.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 437,
"cds_start": 1122,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959661.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1119C>G",
"hgvs_p": "p.Tyr373*",
"transcript": "ENST00000959660.1",
"protein_id": "ENSP00000629719.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 436,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959660.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431069.1",
"protein_id": "XP_047287025.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431069.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431070.1",
"protein_id": "XP_047287026.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431070.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431071.1",
"protein_id": "XP_047287027.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431071.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431072.1",
"protein_id": "XP_047287028.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431072.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431073.1",
"protein_id": "XP_047287029.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431073.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431074.1",
"protein_id": "XP_047287030.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431074.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*",
"transcript": "XM_047431075.1",
"protein_id": "XP_047287031.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 480,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431075.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1036C>G",
"hgvs_p": "p.Arg346Gly",
"transcript": "ENST00000959666.1",
"protein_id": "ENSP00000629725.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 440,
"cds_start": 1036,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959666.1"
},
{
"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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "c.1172+504C>G",
"hgvs_p": null,
"transcript": "ENST00000959664.1",
"protein_id": "ENSP00000629723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959664.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1186C>G",
"hgvs_p": null,
"transcript": "ENST00000544168.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000544168.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1649C>G",
"hgvs_p": null,
"transcript": "ENST00000553506.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000553506.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1251C>G",
"hgvs_p": null,
"transcript": "ENST00000554585.6",
"protein_id": "ENSP00000481526.2",
"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": "ENST00000554585.6"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1720C>G",
"hgvs_p": null,
"transcript": "ENST00000554826.2",
"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": "retained_intron",
"feature": "ENST00000554826.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.5698C>G",
"hgvs_p": null,
"transcript": "ENST00000557552.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": "retained_intron",
"feature": "ENST00000557552.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1720C>G",
"hgvs_p": null,
"transcript": "ENST00000610370.2",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000610370.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1768C>G",
"hgvs_p": null,
"transcript": "ENST00000682269.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": "ENST00000682269.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.1128C>G",
"hgvs_p": null,
"transcript": "ENST00000683058.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": "ENST00000683058.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"hgvs_c": "n.808C>G",
"hgvs_p": null,
"transcript": "ENST00000684058.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": "ENST00000684058.1"
}
],
"gene_symbol": "AKT1",
"gene_hgnc_id": 391,
"dbsnp": "rs139297659",
"frequency_reference_population": 0.0000013684271,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136843,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3100000023841858,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.374,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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_005163.2",
"gene_symbol": "AKT1",
"hgnc_id": 391,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1251C>G",
"hgvs_p": "p.Tyr417*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}