← 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-33650492-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=33650492&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"effects": [
"stop_gained"
],
"gene_symbol": "LARGE1",
"hgnc_id": 6511,
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"inheritance_mode": "AR",
"pathogenic_score": 18,
"score": 18,
"transcript": "NM_004737.7",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_score": 18,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.63,
"chr": "22",
"clinvar_classification": "Pathogenic",
"clinvar_disease": " type A6,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy type B6",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.6299999952316284,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4753,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_133642.5",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000397394.8",
"protein_coding": true,
"protein_id": "NP_598397.1",
"strand": false,
"transcript": "NM_133642.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4753,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000397394.8",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_133642.5",
"protein_coding": true,
"protein_id": "ENSP00000380549.2",
"strand": false,
"transcript": "ENST00000397394.8",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4193,
"cdna_start": 855,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000354992.7",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000347088.2",
"strand": false,
"transcript": "ENST00000354992.7",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 704,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3967,
"cdna_start": 785,
"cds_end": null,
"cds_length": 2115,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000402320.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385223.1",
"strand": false,
"transcript": "ENST00000402320.6",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 779,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4784,
"cdna_start": 1376,
"cds_end": null,
"cds_length": 2340,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000911682.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581741.1",
"strand": false,
"transcript": "ENST00000911682.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 779,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4845,
"cdna_start": 1450,
"cds_end": null,
"cds_length": 2340,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966032.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636091.1",
"strand": false,
"transcript": "ENST00000966032.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4538,
"cdna_start": 632,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001362949.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001349878.1",
"strand": false,
"transcript": "NM_001362949.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4358,
"cdna_start": 452,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001362951.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001349880.1",
"strand": false,
"transcript": "NM_001362951.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4475,
"cdna_start": 569,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001362953.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001349882.1",
"strand": false,
"transcript": "NM_001362953.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4421,
"cdna_start": 515,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001378624.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365553.1",
"strand": false,
"transcript": "NM_001378624.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4556,
"cdna_start": 650,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001378625.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365554.1",
"strand": false,
"transcript": "NM_001378625.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4493,
"cdna_start": 587,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001378626.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365555.1",
"strand": false,
"transcript": "NM_001378626.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4816,
"cdna_start": 910,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_004737.7",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_004728.1",
"strand": false,
"transcript": "NM_004737.7",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3987,
"cdna_start": 649,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000413114.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415546.2",
"strand": false,
"transcript": "ENST00000413114.6",
"transcript_support_level": 4
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3824,
"cdna_start": 486,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000675416.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502826.1",
"strand": false,
"transcript": "ENST00000675416.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3912,
"cdna_start": 574,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000676070.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502152.1",
"strand": false,
"transcript": "ENST00000676070.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3822,
"cdna_start": 484,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000676132.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501854.1",
"strand": false,
"transcript": "ENST00000676132.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3823,
"cdna_start": 485,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000676370.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502238.1",
"strand": false,
"transcript": "ENST00000676370.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4175,
"cdna_start": 837,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899788.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569847.1",
"strand": false,
"transcript": "ENST00000899788.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4101,
"cdna_start": 762,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899791.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569850.1",
"strand": false,
"transcript": "ENST00000899791.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4049,
"cdna_start": 711,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899792.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569851.1",
"strand": false,
"transcript": "ENST00000899792.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3888,
"cdna_start": 558,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899793.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569852.1",
"strand": false,
"transcript": "ENST00000899793.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3842,
"cdna_start": 503,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899794.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569853.1",
"strand": false,
"transcript": "ENST00000899794.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3751,
"cdna_start": 412,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000899795.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569854.1",
"strand": false,
"transcript": "ENST00000899795.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4793,
"cdna_start": 1456,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000911680.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581739.1",
"strand": false,
"transcript": "ENST00000911680.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3884,
"cdna_start": 460,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966035.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636094.1",
"strand": false,
"transcript": "ENST00000966035.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3925,
"cdna_start": 589,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000966036.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636095.1",
"strand": false,
"transcript": "ENST00000966036.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3965,
"cdna_start": 627,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000966037.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636096.1",
"strand": false,
"transcript": "ENST00000966037.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4532,
"cdna_start": 642,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966038.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636097.1",
"strand": false,
"transcript": "ENST00000966038.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 754,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4295,
"cdna_start": 973,
"cds_end": null,
"cds_length": 2265,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966034.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636093.1",
"strand": false,
"transcript": "ENST00000966034.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 740,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3875,
"cdna_start": 597,
"cds_end": null,
"cds_length": 2223,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000899790.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569849.1",
"strand": false,
"transcript": "ENST00000899790.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 740,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4270,
"cdna_start": 988,
"cds_end": null,
"cds_length": 2223,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966033.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636092.1",
"strand": false,
"transcript": "ENST00000966033.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 714,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3577,
"cdna_start": 365,
"cds_end": null,
"cds_length": 2145,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000674668.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502103.1",
"strand": false,
"transcript": "ENST00000674668.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 707,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4211,
"cdna_start": 452,
"cds_end": null,
"cds_length": 2124,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001378627.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365556.1",
"strand": false,
"transcript": "NM_001378627.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 707,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4606,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2124,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001378628.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365557.1",
"strand": false,
"transcript": "NM_001378628.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 707,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2533,
"cdna_start": 485,
"cds_end": null,
"cds_length": 2124,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000674789.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501941.1",
"strand": false,
"transcript": "ENST00000674789.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 707,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4580,
"cdna_start": 1397,
"cds_end": null,
"cds_length": 2124,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000911681.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581740.1",
"strand": false,
"transcript": "ENST00000911681.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 707,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4766,
"cdna_start": 1012,
"cds_end": null,
"cds_length": 2124,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000966030.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636089.1",
"strand": false,
"transcript": "ENST00000966030.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 704,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4597,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2115,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001378629.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001365558.1",
"strand": false,
"transcript": "NM_001378629.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 704,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3890,
"cdna_start": 719,
"cds_end": null,
"cds_length": 2115,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000899789.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569848.1",
"strand": false,
"transcript": "ENST00000899789.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 688,
"aa_ref": "R",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3770,
"cdna_start": 432,
"cds_end": null,
"cds_length": 2067,
"cds_start": 79,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000674999.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.79C>T",
"hgvs_p": "p.Arg27*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502711.1",
"strand": false,
"transcript": "ENST00000674999.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 688,
"aa_ref": "R",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2355,
"cdna_start": 325,
"cds_end": null,
"cds_length": 2067,
"cds_start": 79,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000675277.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.79C>T",
"hgvs_p": "p.Arg27*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502702.1",
"strand": false,
"transcript": "ENST00000675277.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 687,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3751,
"cdna_start": 631,
"cds_end": null,
"cds_length": 2064,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000911678.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581737.1",
"strand": false,
"transcript": "ENST00000911678.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 687,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4594,
"cdna_start": 1465,
"cds_end": null,
"cds_length": 2064,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000911679.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000581738.1",
"strand": false,
"transcript": "ENST00000911679.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 687,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4524,
"cdna_start": 1403,
"cds_end": null,
"cds_length": 2064,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000966031.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636090.1",
"strand": false,
"transcript": "ENST00000966031.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 663,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3424,
"cdna_start": 365,
"cds_end": null,
"cds_length": 1992,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000676126.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501966.1",
"strand": false,
"transcript": "ENST00000676126.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 648,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6484,
"cdna_start": 283,
"cds_end": null,
"cds_length": 1947,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000610186.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000476364.2",
"strand": false,
"transcript": "ENST00000610186.6",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 599,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6337,
"cdna_start": 283,
"cds_end": null,
"cds_length": 1800,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000608642.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000476866.2",
"strand": false,
"transcript": "ENST00000608642.6",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 506,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6058,
"cdna_start": 283,
"cds_end": null,
"cds_length": 1521,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000609799.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000476415.2",
"strand": false,
"transcript": "ENST00000609799.6",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 376,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1556,
"cdna_start": 708,
"cds_end": null,
"cds_length": 1131,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000423375.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000406000.2",
"strand": false,
"transcript": "ENST00000423375.2",
"transcript_support_level": 4
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 376,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1282,
"cdna_start": 434,
"cds_end": null,
"cds_length": 1131,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000430220.7",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000396277.3",
"strand": false,
"transcript": "ENST00000430220.7",
"transcript_support_level": 4
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 376,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1511,
"cdna_start": 663,
"cds_end": null,
"cds_length": 1131,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000432776.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000411065.2",
"strand": false,
"transcript": "ENST00000432776.6",
"transcript_support_level": 4
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 376,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1367,
"cdna_start": 519,
"cds_end": null,
"cds_length": 1131,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000434071.6",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000389605.2",
"strand": false,
"transcript": "ENST00000434071.6",
"transcript_support_level": 4
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 270,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1139,
"cdna_start": 283,
"cds_end": null,
"cds_length": 813,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000476315.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502006.1",
"strand": false,
"transcript": "ENST00000476315.2",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10438,
"cdna_start": 6532,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047441599.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297555.1",
"strand": false,
"transcript": "XM_047441599.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4926,
"cdna_start": 1020,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047441600.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297556.1",
"strand": false,
"transcript": "XM_047441600.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10936,
"cdna_start": 7030,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047441601.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297557.1",
"strand": false,
"transcript": "XM_047441601.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 756,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4901,
"cdna_start": 995,
"cds_end": null,
"cds_length": 2271,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047441602.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297558.1",
"strand": false,
"transcript": "XM_047441602.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 648,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7109,
"cdna_start": 910,
"cds_end": null,
"cds_length": 1947,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_024452302.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024308070.1",
"strand": false,
"transcript": "XM_024452302.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2315,
"cdna_start": 847,
"cds_end": null,
"cds_length": 1383,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047441604.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297560.1",
"strand": false,
"transcript": "XM_047441604.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2295,
"cdna_start": 910,
"cds_end": null,
"cds_length": 1383,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047441605.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047297561.1",
"strand": false,
"transcript": "XM_047441605.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 383,
"aa_ref": "R",
"aa_start": 95,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2744,
"cdna_start": 650,
"cds_end": null,
"cds_length": 1152,
"cds_start": 283,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_024452303.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "c.283C>T",
"hgvs_p": "p.Arg95*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024308071.1",
"strand": false,
"transcript": "XM_024452303.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": 5261,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000674543.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.283C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501590.1",
"strand": false,
"transcript": "ENST00000674543.1",
"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": 3539,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000675382.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.283C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501800.1",
"strand": false,
"transcript": "ENST00000675382.1",
"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": 3797,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000676031.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.283C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501663.1",
"strand": false,
"transcript": "ENST00000676031.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": 4775,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XR_002958722.2",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.847C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_002958722.2",
"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": 3156,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XR_007067993.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.910C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_007067993.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": 4812,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XR_007067994.1",
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"hgvs_c": "n.910C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_007067994.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs761071115",
"effect": "stop_gained",
"frequency_reference_population": 0.0000020528935,
"gene_hgnc_id": 6511,
"gene_symbol": "LARGE1",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205289,
"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": "Pathogenic",
"phenotype_combined": "Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A6|Muscular dystrophy-dystroglycanopathy type B6",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.925,
"pos": 33650492,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_004737.7"
}
]
}