← 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: 22-50443885-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50443885&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50443885,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001365836.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2599C>A",
"hgvs_p": "p.Arg867Arg",
"transcript": "NM_001242898.2",
"protein_id": "NP_001229827.1",
"transcript_support_level": null,
"aa_start": 867,
"aa_end": null,
"aa_length": 959,
"cds_start": 2599,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000612753.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242898.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2599C>A",
"hgvs_p": "p.Arg867Arg",
"transcript": "ENST00000612753.5",
"protein_id": "ENSP00000478417.1",
"transcript_support_level": 2,
"aa_start": 867,
"aa_end": null,
"aa_length": 959,
"cds_start": 2599,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001242898.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612753.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000216061.9",
"protein_id": "ENSP00000216061.5",
"transcript_support_level": 1,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216061.9"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "ENST00000395741.7",
"protein_id": "ENSP00000379090.3",
"transcript_support_level": 1,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395741.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000395744.7",
"protein_id": "ENSP00000379093.3",
"transcript_support_level": 1,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395744.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2629C>A",
"hgvs_p": "p.Arg877Arg",
"transcript": "ENST00000906623.1",
"protein_id": "ENSP00000576682.1",
"transcript_support_level": null,
"aa_start": 877,
"aa_end": null,
"aa_length": 969,
"cds_start": 2629,
"cds_end": null,
"cds_length": 2910,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906623.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2623C>A",
"hgvs_p": "p.Arg875Arg",
"transcript": "ENST00000906628.1",
"protein_id": "ENSP00000576687.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 967,
"cds_start": 2623,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906628.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2623C>A",
"hgvs_p": "p.Arg875Arg",
"transcript": "ENST00000938142.1",
"protein_id": "ENSP00000608201.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 967,
"cds_start": 2623,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938142.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2623C>A",
"hgvs_p": "p.Arg875Arg",
"transcript": "ENST00000966967.1",
"protein_id": "ENSP00000637026.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 967,
"cds_start": 2623,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966967.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "NM_001365836.1",
"protein_id": "NP_001352765.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365836.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000906618.1",
"protein_id": "ENSP00000576677.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906618.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000906645.1",
"protein_id": "ENSP00000576704.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906645.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000906649.1",
"protein_id": "ENSP00000576708.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906649.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000966975.1",
"protein_id": "ENSP00000637034.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966975.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg",
"transcript": "ENST00000966986.1",
"protein_id": "ENSP00000637045.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 966,
"cds_start": 2620,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966986.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2605C>A",
"hgvs_p": "p.Arg869Arg",
"transcript": "ENST00000906621.1",
"protein_id": "ENSP00000576680.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 961,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906621.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "NM_001351641.2",
"protein_id": "NP_001338570.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351641.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "NM_001351642.2",
"protein_id": "NP_001338571.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351642.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906614.1",
"protein_id": "ENSP00000576673.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906614.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906617.1",
"protein_id": "ENSP00000576676.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906617.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906624.1",
"protein_id": "ENSP00000576683.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906624.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906627.1",
"protein_id": "ENSP00000576686.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906627.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906629.1",
"protein_id": "ENSP00000576688.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906629.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906639.1",
"protein_id": "ENSP00000576698.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906639.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906640.1",
"protein_id": "ENSP00000576699.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906640.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906642.1",
"protein_id": "ENSP00000576701.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906642.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906646.1",
"protein_id": "ENSP00000576705.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906646.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000906651.1",
"protein_id": "ENSP00000576710.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906651.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000938141.1",
"protein_id": "ENSP00000608200.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938141.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2602C>A",
"hgvs_p": "p.Arg868Arg",
"transcript": "ENST00000966987.1",
"protein_id": "ENSP00000637046.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 960,
"cds_start": 2602,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966987.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2599C>A",
"hgvs_p": "p.Arg867Arg",
"transcript": "NM_001351643.2",
"protein_id": "NP_001338572.1",
"transcript_support_level": null,
"aa_start": 867,
"aa_end": null,
"aa_length": 959,
"cds_start": 2599,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351643.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2599C>A",
"hgvs_p": "p.Arg867Arg",
"transcript": "ENST00000906652.1",
"protein_id": "ENSP00000576711.1",
"transcript_support_level": null,
"aa_start": 867,
"aa_end": null,
"aa_length": 959,
"cds_start": 2599,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906652.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2596C>A",
"hgvs_p": "p.Arg866Arg",
"transcript": "ENST00000906636.1",
"protein_id": "ENSP00000576695.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 958,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906636.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2596C>A",
"hgvs_p": "p.Arg866Arg",
"transcript": "ENST00000906653.1",
"protein_id": "ENSP00000576712.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 958,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906653.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2596C>A",
"hgvs_p": "p.Arg866Arg",
"transcript": "ENST00000906654.1",
"protein_id": "ENSP00000576713.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 958,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906654.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2596C>A",
"hgvs_p": "p.Arg866Arg",
"transcript": "ENST00000938138.1",
"protein_id": "ENSP00000608197.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 958,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938138.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2596C>A",
"hgvs_p": "p.Arg866Arg",
"transcript": "ENST00000938140.1",
"protein_id": "ENSP00000608199.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 958,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938140.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "ENST00000906620.1",
"protein_id": "ENSP00000576679.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906620.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "ENST00000906626.1",
"protein_id": "ENSP00000576685.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906626.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "ENST00000906622.1",
"protein_id": "ENSP00000576681.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906622.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2548C>A",
"hgvs_p": "p.Arg850Arg",
"transcript": "ENST00000966979.1",
"protein_id": "ENSP00000637038.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 942,
"cds_start": 2548,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966979.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2542C>A",
"hgvs_p": "p.Arg848Arg",
"transcript": "ENST00000966965.1",
"protein_id": "ENSP00000637024.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 940,
"cds_start": 2542,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966965.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2542C>A",
"hgvs_p": "p.Arg848Arg",
"transcript": "ENST00000966971.1",
"protein_id": "ENSP00000637030.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 940,
"cds_start": 2542,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966971.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2539C>A",
"hgvs_p": "p.Arg847Arg",
"transcript": "ENST00000966964.1",
"protein_id": "ENSP00000637023.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 939,
"cds_start": 2539,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966964.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "NM_001242899.2",
"protein_id": "NP_001229828.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242899.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "NM_001351644.2",
"protein_id": "NP_001338573.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351644.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "ENST00000906633.1",
"protein_id": "ENSP00000576692.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906633.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "ENST00000906644.1",
"protein_id": "ENSP00000576703.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906644.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "ENST00000906650.1",
"protein_id": "ENSP00000576709.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 933,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906650.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "NM_001351645.2",
"protein_id": "NP_001338574.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351645.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "NM_014678.5",
"protein_id": "NP_055493.2",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014678.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906613.1",
"protein_id": "ENSP00000576672.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906613.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906615.1",
"protein_id": "ENSP00000576674.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906615.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906616.1",
"protein_id": "ENSP00000576675.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906616.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906619.1",
"protein_id": "ENSP00000576678.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906619.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906632.1",
"protein_id": "ENSP00000576691.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906632.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906635.1",
"protein_id": "ENSP00000576694.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906635.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906637.1",
"protein_id": "ENSP00000576696.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906637.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906638.1",
"protein_id": "ENSP00000576697.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906638.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906641.1",
"protein_id": "ENSP00000576700.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906641.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906643.1",
"protein_id": "ENSP00000576702.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906643.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906647.1",
"protein_id": "ENSP00000576706.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906647.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000906648.1",
"protein_id": "ENSP00000576707.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906648.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000938137.1",
"protein_id": "ENSP00000608196.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938137.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966966.1",
"protein_id": "ENSP00000637025.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966966.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966970.1",
"protein_id": "ENSP00000637029.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966970.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966972.1",
"protein_id": "ENSP00000637031.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966972.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966974.1",
"protein_id": "ENSP00000637033.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966974.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966976.1",
"protein_id": "ENSP00000637035.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966976.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966977.1",
"protein_id": "ENSP00000637036.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966977.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966980.1",
"protein_id": "ENSP00000637039.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966980.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966984.1",
"protein_id": "ENSP00000637043.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966984.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966988.1",
"protein_id": "ENSP00000637047.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966988.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2518C>A",
"hgvs_p": "p.Arg840Arg",
"transcript": "ENST00000966991.1",
"protein_id": "ENSP00000637050.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 932,
"cds_start": 2518,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966991.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2515C>A",
"hgvs_p": "p.Arg839Arg",
"transcript": "NM_001351646.2",
"protein_id": "NP_001338575.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 931,
"cds_start": 2515,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351646.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2515C>A",
"hgvs_p": "p.Arg839Arg",
"transcript": "ENST00000906625.1",
"protein_id": "ENSP00000576684.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 931,
"cds_start": 2515,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906625.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2515C>A",
"hgvs_p": "p.Arg839Arg",
"transcript": "ENST00000966983.1",
"protein_id": "ENSP00000637042.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 931,
"cds_start": 2515,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966983.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2515C>A",
"hgvs_p": "p.Arg839Arg",
"transcript": "ENST00000966989.1",
"protein_id": "ENSP00000637048.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 931,
"cds_start": 2515,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966989.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2509C>A",
"hgvs_p": "p.Arg837Arg",
"transcript": "ENST00000966982.1",
"protein_id": "ENSP00000637041.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 929,
"cds_start": 2509,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966982.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2506C>A",
"hgvs_p": "p.Arg836Arg",
"transcript": "ENST00000938139.1",
"protein_id": "ENSP00000608198.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 928,
"cds_start": 2506,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938139.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2506C>A",
"hgvs_p": "p.Arg836Arg",
"transcript": "ENST00000966968.1",
"protein_id": "ENSP00000637027.1",
"transcript_support_level": null,
"aa_start": 836,
"aa_end": null,
"aa_length": 928,
"cds_start": 2506,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966968.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "NM_001242900.2",
"protein_id": "NP_001229829.1",
"transcript_support_level": null,
"aa_start": 841,
"aa_end": null,
"aa_length": 927,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242900.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2521C>A",
"hgvs_p": "p.Arg841Arg",
"transcript": "ENST00000359139.7",
"protein_id": "ENSP00000352051.3",
"transcript_support_level": 2,
"aa_start": 841,
"aa_end": null,
"aa_length": 927,
"cds_start": 2521,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359139.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2500C>A",
"hgvs_p": "p.Arg834Arg",
"transcript": "ENST00000906634.1",
"protein_id": "ENSP00000576693.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 926,
"cds_start": 2500,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906634.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2500C>A",
"hgvs_p": "p.Arg834Arg",
"transcript": "ENST00000938136.1",
"protein_id": "ENSP00000608195.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 926,
"cds_start": 2500,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938136.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2497C>A",
"hgvs_p": "p.Arg833Arg",
"transcript": "ENST00000966981.1",
"protein_id": "ENSP00000637040.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 925,
"cds_start": 2497,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966981.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2461C>A",
"hgvs_p": "p.Arg821Arg",
"transcript": "ENST00000966973.1",
"protein_id": "ENSP00000637032.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 913,
"cds_start": 2461,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966973.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2461C>A",
"hgvs_p": "p.Arg821Arg",
"transcript": "ENST00000966978.1",
"protein_id": "ENSP00000637037.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 913,
"cds_start": 2461,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966978.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2458C>A",
"hgvs_p": "p.Arg820Arg",
"transcript": "ENST00000966985.1",
"protein_id": "ENSP00000637044.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 912,
"cds_start": 2458,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966985.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2416C>A",
"hgvs_p": "p.Arg806Arg",
"transcript": "ENST00000966990.1",
"protein_id": "ENSP00000637049.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 898,
"cds_start": 2416,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966990.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2113C>A",
"hgvs_p": "p.Arg705Arg",
"transcript": "NM_001351647.2",
"protein_id": "NP_001338576.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 797,
"cds_start": 2113,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351647.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2032C>A",
"hgvs_p": "p.Arg678Arg",
"transcript": "NM_001351648.2",
"protein_id": "NP_001338577.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 770,
"cds_start": 2032,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351648.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.1774C>A",
"hgvs_p": "p.Arg592Arg",
"transcript": "ENST00000401672.7",
"protein_id": "ENSP00000384532.3",
"transcript_support_level": 2,
"aa_start": 592,
"aa_end": null,
"aa_length": 684,
"cds_start": 1774,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401672.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.1405C>A",
"hgvs_p": "p.Arg469Arg",
"transcript": "ENST00000427222.2",
"protein_id": "ENSP00000391595.2",
"transcript_support_level": 5,
"aa_start": 469,
"aa_end": null,
"aa_length": 561,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427222.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2788C>A",
"hgvs_p": "p.Arg930Arg",
"transcript": "XM_047441645.1",
"protein_id": "XP_047297601.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1022,
"cds_start": 2788,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441645.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2692C>A",
"hgvs_p": "p.Arg898Arg",
"transcript": "XM_011530732.3",
"protein_id": "XP_011529034.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 990,
"cds_start": 2692,
"cds_end": null,
"cds_length": 2973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530732.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2692C>A",
"hgvs_p": "p.Arg898Arg",
"transcript": "XM_011530734.3",
"protein_id": "XP_011529036.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 990,
"cds_start": 2692,
"cds_end": null,
"cds_length": 2973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530734.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2692C>A",
"hgvs_p": "p.Arg898Arg",
"transcript": "XM_047441638.1",
"protein_id": "XP_047297594.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 990,
"cds_start": 2692,
"cds_end": null,
"cds_length": 2973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441638.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2689C>A",
"hgvs_p": "p.Arg897Arg",
"transcript": "XM_011530720.3",
"protein_id": "XP_011529022.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 989,
"cds_start": 2689,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530720.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2689C>A",
"hgvs_p": "p.Arg897Arg",
"transcript": "XM_011530721.3",
"protein_id": "XP_011529023.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 989,
"cds_start": 2689,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530721.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2689C>A",
"hgvs_p": "p.Arg897Arg",
"transcript": "XM_047441642.1",
"protein_id": "XP_047297598.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 989,
"cds_start": 2689,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441642.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2689C>A",
"hgvs_p": "p.Arg897Arg",
"transcript": "XM_047441643.1",
"protein_id": "XP_047297599.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 989,
"cds_start": 2689,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441643.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2686C>A",
"hgvs_p": "p.Arg896Arg",
"transcript": "XM_011530722.3",
"protein_id": "XP_011529024.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 988,
"cds_start": 2686,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530722.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2686C>A",
"hgvs_p": "p.Arg896Arg",
"transcript": "XM_047441644.1",
"protein_id": "XP_047297600.1",
"transcript_support_level": null,
"aa_start": 896,
"aa_end": null,
"aa_length": 988,
"cds_start": 2686,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441644.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2671C>A",
"hgvs_p": "p.Arg891Arg",
"transcript": "XM_011530723.3",
"protein_id": "XP_011529025.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 983,
"cds_start": 2671,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530723.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_011530724.3",
"protein_id": "XP_011529026.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530724.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_024452306.2",
"protein_id": "XP_024308074.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452306.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_047441646.1",
"protein_id": "XP_047297602.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441646.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_047441647.1",
"protein_id": "XP_047297603.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441647.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_047441648.1",
"protein_id": "XP_047297604.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441648.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_047441649.1",
"protein_id": "XP_047297605.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441649.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2668C>A",
"hgvs_p": "p.Arg890Arg",
"transcript": "XM_047441650.1",
"protein_id": "XP_047297606.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 982,
"cds_start": 2668,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441650.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_017029120.2",
"protein_id": "XP_016884609.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029120.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_047441639.1",
"protein_id": "XP_047297595.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441639.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_047441651.1",
"protein_id": "XP_047297607.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441651.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_047441652.1",
"protein_id": "XP_047297608.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441652.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_047441653.1",
"protein_id": "XP_047297609.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441653.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2665C>A",
"hgvs_p": "p.Arg889Arg",
"transcript": "XM_047441654.1",
"protein_id": "XP_047297610.1",
"transcript_support_level": null,
"aa_start": 889,
"aa_end": null,
"aa_length": 981,
"cds_start": 2665,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441654.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2692C>A",
"hgvs_p": "p.Arg898Arg",
"transcript": "XM_047441640.1",
"protein_id": "XP_047297596.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 975,
"cds_start": 2692,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441640.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2626C>A",
"hgvs_p": "p.Arg876Arg",
"transcript": "XM_011530736.4",
"protein_id": "XP_011529038.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 968,
"cds_start": 2626,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530736.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2626C>A",
"hgvs_p": "p.Arg876Arg",
"transcript": "XM_011530737.3",
"protein_id": "XP_011529039.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 968,
"cds_start": 2626,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530737.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2626C>A",
"hgvs_p": "p.Arg876Arg",
"transcript": "XM_011530739.3",
"protein_id": "XP_011529041.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 968,
"cds_start": 2626,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530739.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2623C>A",
"hgvs_p": "p.Arg875Arg",
"transcript": "XM_006724431.4",
"protein_id": "XP_006724494.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 967,
"cds_start": 2623,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724431.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2611C>A",
"hgvs_p": "p.Arg871Arg",
"transcript": "XM_011530726.3",
"protein_id": "XP_011529028.1",
"transcript_support_level": null,
"aa_start": 871,
"aa_end": null,
"aa_length": 963,
"cds_start": 2611,
"cds_end": null,
"cds_length": 2892,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530726.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2608C>A",
"hgvs_p": "p.Arg870Arg",
"transcript": "XM_011530727.3",
"protein_id": "XP_011529029.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 962,
"cds_start": 2608,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530727.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2608C>A",
"hgvs_p": "p.Arg870Arg",
"transcript": "XM_047441641.1",
"protein_id": "XP_047297597.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 962,
"cds_start": 2608,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441641.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2605C>A",
"hgvs_p": "p.Arg869Arg",
"transcript": "XM_017029116.2",
"protein_id": "XP_016884605.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 961,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029116.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2605C>A",
"hgvs_p": "p.Arg869Arg",
"transcript": "XM_047441655.1",
"protein_id": "XP_047297611.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 961,
"cds_start": 2605,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441655.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2590C>A",
"hgvs_p": "p.Arg864Arg",
"transcript": "XM_011530728.3",
"protein_id": "XP_011529030.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 956,
"cds_start": 2590,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530728.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "XM_011530729.3",
"protein_id": "XP_011529031.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530729.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "XM_011530730.3",
"protein_id": "XP_011529032.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530730.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "XM_047441656.1",
"protein_id": "XP_047297612.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441656.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2587C>A",
"hgvs_p": "p.Arg863Arg",
"transcript": "XM_047441657.1",
"protein_id": "XP_047297613.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 955,
"cds_start": 2587,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441657.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "XM_011530731.2",
"protein_id": "XP_011529033.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530731.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "XM_047441658.1",
"protein_id": "XP_047297614.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441658.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "XM_047441659.1",
"protein_id": "XP_047297615.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441659.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "XM_047441660.1",
"protein_id": "XP_047297616.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441660.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2584C>A",
"hgvs_p": "p.Arg862Arg",
"transcript": "XM_047441661.1",
"protein_id": "XP_047297617.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 954,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441661.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2422C>A",
"hgvs_p": "p.Arg808Arg",
"transcript": "XM_011530740.3",
"protein_id": "XP_011529042.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 900,
"cds_start": 2422,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530740.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Arg",
"transcript": "XM_017029133.2",
"protein_id": "XP_016884622.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 806,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029133.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.1837C>A",
"hgvs_p": "p.Arg613Arg",
"transcript": "XM_047441662.1",
"protein_id": "XP_047297618.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 705,
"cds_start": 1837,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441662.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.1795C>A",
"hgvs_p": "p.Arg599Arg",
"transcript": "XM_047441663.1",
"protein_id": "XP_047297619.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 691,
"cds_start": 1795,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2583-314C>A",
"hgvs_p": null,
"transcript": "ENST00000906631.1",
"protein_id": "ENSP00000576690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": null,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2580-314C>A",
"hgvs_p": null,
"transcript": "ENST00000906630.1",
"protein_id": "ENSP00000576689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 875,
"cds_start": null,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906630.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "c.2499-314C>A",
"hgvs_p": null,
"transcript": "ENST00000966969.1",
"protein_id": "ENSP00000637028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 848,
"cds_start": null,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966969.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"hgvs_c": "n.799C>A",
"hgvs_p": null,
"transcript": "ENST00000470046.1",
"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": "ENST00000470046.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SBF1",
"gene_hgnc_id": 10542,
"hgvs_c": "n.6631G>T",
"hgvs_p": null,
"transcript": "ENST00000685180.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": "ENST00000685180.1"
}
],
"gene_symbol": "PPP6R2",
"gene_hgnc_id": 19253,
"dbsnp": "rs200415574",
"frequency_reference_population": 0.0000027943888,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000279439,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.222,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001365836.1",
"gene_symbol": "PPP6R2",
"hgnc_id": 19253,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2620C>A",
"hgvs_p": "p.Arg874Arg"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000685180.1",
"gene_symbol": "SBF1",
"hgnc_id": 10542,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.6631G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}