← 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: 20-417561-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=417561&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "RBCK1",
"hgnc_id": 15864,
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001410770.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 27,
"alphamissense_prediction": null,
"alphamissense_score": 0.1939,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"chr": "20",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Polyglucosan body myopathy type 1",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.17093786597251892,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 510,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3701,
"cdna_start": 662,
"cds_end": null,
"cds_length": 1533,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_031229.4",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000356286.10",
"protein_coding": true,
"protein_id": "NP_112506.2",
"strand": true,
"transcript": "NM_031229.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 510,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3701,
"cdna_start": 662,
"cds_end": null,
"cds_length": 1533,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000356286.10",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_031229.4",
"protein_coding": true,
"protein_id": "ENSP00000348632.6",
"strand": true,
"transcript": "ENST00000356286.10",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 468,
"aa_ref": "T",
"aa_start": 26,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2511,
"cdna_start": 645,
"cds_end": null,
"cds_length": 1407,
"cds_start": 77,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000353660.7",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Thr26Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000254960.5",
"strand": true,
"transcript": "ENST00000353660.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2208,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000382181.2",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "n.77C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000371616.3",
"strand": true,
"transcript": "ENST00000382181.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2752,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000382214.7",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "n.203C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000371649.3",
"strand": true,
"transcript": "ENST00000382214.7",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 566,
"aa_ref": "T",
"aa_start": 124,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": 824,
"cds_end": null,
"cds_length": 1701,
"cds_start": 371,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000952173.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.371C>T",
"hgvs_p": "p.Thr124Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622232.1",
"strand": true,
"transcript": "ENST00000952173.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 550,
"aa_ref": "T",
"aa_start": 108,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2609,
"cdna_start": 743,
"cds_end": null,
"cds_length": 1653,
"cds_start": 323,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000952176.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.323C>T",
"hgvs_p": "p.Thr108Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622235.1",
"strand": true,
"transcript": "ENST00000952176.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 549,
"aa_ref": "T",
"aa_start": 107,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2876,
"cdna_start": 1010,
"cds_end": null,
"cds_length": 1650,
"cds_start": 320,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000878596.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.320C>T",
"hgvs_p": "p.Thr107Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548655.1",
"strand": true,
"transcript": "ENST00000878596.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 548,
"aa_ref": "T",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2363,
"cdna_start": 501,
"cds_end": null,
"cds_length": 1647,
"cds_start": 317,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000952178.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.317C>T",
"hgvs_p": "p.Thr106Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622237.1",
"strand": true,
"transcript": "ENST00000952178.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 547,
"aa_ref": "T",
"aa_start": 105,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2643,
"cdna_start": 781,
"cds_end": null,
"cds_length": 1644,
"cds_start": 314,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000952172.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.314C>T",
"hgvs_p": "p.Thr105Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622231.1",
"strand": true,
"transcript": "ENST00000952172.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 544,
"aa_ref": "T",
"aa_start": 107,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2588,
"cdna_start": 744,
"cds_end": null,
"cds_length": 1635,
"cds_start": 320,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000952177.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.320C>T",
"hgvs_p": "p.Thr107Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622236.1",
"strand": true,
"transcript": "ENST00000952177.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 538,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2602,
"cdna_start": 656,
"cds_end": null,
"cds_length": 1617,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000932273.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602332.1",
"strand": true,
"transcript": "ENST00000932273.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 527,
"aa_ref": "T",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3752,
"cdna_start": 713,
"cds_end": null,
"cds_length": 1584,
"cds_start": 254,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001410770.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001397699.1",
"strand": true,
"transcript": "NM_001410770.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 527,
"aa_ref": "T",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2360,
"cdna_start": 508,
"cds_end": null,
"cds_length": 1584,
"cds_start": 254,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000697805.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513446.1",
"strand": true,
"transcript": "ENST00000697805.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 523,
"aa_ref": "T",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2546,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1572,
"cds_start": 254,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000952174.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622233.1",
"strand": true,
"transcript": "ENST00000952174.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 515,
"aa_ref": "T",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2514,
"cdna_start": 689,
"cds_end": null,
"cds_length": 1548,
"cds_start": 254,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000952175.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622234.1",
"strand": true,
"transcript": "ENST00000952175.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 509,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2484,
"cdna_start": 626,
"cds_end": null,
"cds_length": 1530,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878601.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548660.1",
"strand": true,
"transcript": "ENST00000878601.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 508,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2541,
"cdna_start": 677,
"cds_end": null,
"cds_length": 1527,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000952170.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622229.1",
"strand": true,
"transcript": "ENST00000952170.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 507,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2779,
"cdna_start": 922,
"cds_end": null,
"cds_length": 1524,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878595.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548654.1",
"strand": true,
"transcript": "ENST00000878595.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 506,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2531,
"cdna_start": 677,
"cds_end": null,
"cds_length": 1521,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878597.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548656.1",
"strand": true,
"transcript": "ENST00000878597.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 506,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2500,
"cdna_start": 646,
"cds_end": null,
"cds_length": 1521,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878599.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548658.1",
"strand": true,
"transcript": "ENST00000878599.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 505,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2446,
"cdna_start": 595,
"cds_end": null,
"cds_length": 1518,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878602.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548661.1",
"strand": true,
"transcript": "ENST00000878602.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 498,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3607,
"cdna_start": 604,
"cds_end": null,
"cds_length": 1497,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878594.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548653.1",
"strand": true,
"transcript": "ENST00000878594.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 497,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2478,
"cdna_start": 656,
"cds_end": null,
"cds_length": 1494,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878598.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548657.1",
"strand": true,
"transcript": "ENST00000878598.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 497,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2451,
"cdna_start": 624,
"cds_end": null,
"cds_length": 1494,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000878600.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548659.1",
"strand": true,
"transcript": "ENST00000878600.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 468,
"aa_ref": "T",
"aa_start": 26,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3556,
"cdna_start": 517,
"cds_end": null,
"cds_length": 1407,
"cds_start": 77,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_006462.6",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Thr26Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_006453.1",
"strand": true,
"transcript": "NM_006462.6",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 456,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2539,
"cdna_start": 837,
"cds_end": null,
"cds_length": 1371,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000952169.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622228.1",
"strand": true,
"transcript": "ENST00000952169.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 450,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2364,
"cdna_start": 680,
"cds_end": null,
"cds_length": 1353,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000952171.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622230.1",
"strand": true,
"transcript": "ENST00000952171.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 253,
"aa_ref": "T",
"aa_start": 100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 765,
"cdna_start": 301,
"cds_end": null,
"cds_length": 763,
"cds_start": 299,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000414880.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.299C>T",
"hgvs_p": "p.Thr100Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000393841.1",
"strand": true,
"transcript": "ENST00000414880.1",
"transcript_support_level": 3
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 116,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 593,
"cdna_start": 444,
"cds_end": null,
"cds_length": 352,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000411647.5",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415080.1",
"strand": true,
"transcript": "ENST00000411647.5",
"transcript_support_level": 3
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 115,
"aa_ref": "T",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 961,
"cdna_start": 811,
"cds_end": null,
"cds_length": 350,
"cds_start": 200,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000441733.5",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.200C>T",
"hgvs_p": "p.Thr67Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000387799.1",
"strand": true,
"transcript": "ENST00000441733.5",
"transcript_support_level": 5
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 568,
"aa_ref": "T",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3875,
"cdna_start": 836,
"cds_end": null,
"cds_length": 1707,
"cds_start": 377,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011529137.3",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011527439.1",
"strand": true,
"transcript": "XM_011529137.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 551,
"aa_ref": "T",
"aa_start": 109,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3824,
"cdna_start": 785,
"cds_end": null,
"cds_length": 1656,
"cds_start": 326,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011529138.2",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.326C>T",
"hgvs_p": "p.Thr109Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011527440.1",
"strand": true,
"transcript": "XM_011529138.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 502,
"aa_ref": "T",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2042,
"cdna_start": 836,
"cds_end": null,
"cds_length": 1509,
"cds_start": 377,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011529139.4",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011527441.1",
"strand": true,
"transcript": "XM_011529139.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 362,
"aa_ref": "T",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2135,
"cdna_start": 836,
"cds_end": null,
"cds_length": 1089,
"cds_start": 377,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011529140.3",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011527442.1",
"strand": true,
"transcript": "XM_011529140.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 330,
"aa_ref": "T",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1501,
"cdna_start": 836,
"cds_end": null,
"cds_length": 993,
"cds_start": 377,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047439833.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295789.1",
"strand": true,
"transcript": "XM_047439833.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 304,
"aa_ref": "T",
"aa_start": 68,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1961,
"cdna_start": 662,
"cds_end": null,
"cds_length": 915,
"cds_start": 203,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047439834.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.203C>T",
"hgvs_p": "p.Thr68Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295790.1",
"strand": true,
"transcript": "XM_047439834.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 289,
"aa_ref": "T",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1378,
"cdna_start": 713,
"cds_end": null,
"cds_length": 870,
"cds_start": 254,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047439835.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.254C>T",
"hgvs_p": "p.Thr85Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047295791.1",
"strand": true,
"transcript": "XM_047439835.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 340,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3540,
"cdna_start": null,
"cds_end": null,
"cds_length": 1023,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001323956.2",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.-147C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001310885.1",
"strand": true,
"transcript": "NM_001323956.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 340,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3395,
"cdna_start": null,
"cds_end": null,
"cds_length": 1023,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001323958.2",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "c.-147C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001310887.1",
"strand": true,
"transcript": "NM_001323958.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2613,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000415942.5",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "n.203C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000405288.1",
"strand": true,
"transcript": "ENST00000415942.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000697804.1",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "n.203C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000513444.1",
"strand": true,
"transcript": "ENST00000697804.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3676,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NR_136659.2",
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"hgvs_c": "n.662C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_136659.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs753472058",
"effect": "missense_variant",
"frequency_reference_population": 0.000018472956,
"gene_hgnc_id": 15864,
"gene_symbol": "RBCK1",
"gnomad_exomes_ac": 27,
"gnomad_exomes_af": 0.000018473,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Polyglucosan body myopathy type 1",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.192,
"pos": 417561,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.057,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001410770.1"
}
]
}