← 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-33274611-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=33274611&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 33274611,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000397394.8",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_133642.5",
"protein_id": "NP_598397.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2651,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": "ENST00000397394.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000397394.8",
"protein_id": "ENSP00000380549.2",
"transcript_support_level": 5,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2651,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": "NM_133642.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000354992.7",
"protein_id": "ENSP00000347088.2",
"transcript_support_level": 1,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2659,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1931T>C",
"hgvs_p": "p.Ile644Thr",
"transcript": "ENST00000402320.6",
"protein_id": "ENSP00000385223.1",
"transcript_support_level": 1,
"aa_start": 644,
"aa_end": null,
"aa_length": 704,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2433,
"cdna_end": null,
"cdna_length": 3967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001362949.2",
"protein_id": "NP_001349878.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 4538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001362951.2",
"protein_id": "NP_001349880.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2256,
"cdna_end": null,
"cdna_length": 4358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001362953.2",
"protein_id": "NP_001349882.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2373,
"cdna_end": null,
"cdna_length": 4475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001378624.1",
"protein_id": "NP_001365553.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2319,
"cdna_end": null,
"cdna_length": 4421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001378625.1",
"protein_id": "NP_001365554.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2454,
"cdna_end": null,
"cdna_length": 4556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_001378626.1",
"protein_id": "NP_001365555.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2391,
"cdna_end": null,
"cdna_length": 4493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "NM_004737.7",
"protein_id": "NP_004728.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2714,
"cdna_end": null,
"cdna_length": 4816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000413114.6",
"protein_id": "ENSP00000415546.2",
"transcript_support_level": 4,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2453,
"cdna_end": null,
"cdna_length": 3987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000675416.1",
"protein_id": "ENSP00000502826.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2290,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000676070.1",
"protein_id": "ENSP00000502152.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2378,
"cdna_end": null,
"cdna_length": 3912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000676132.1",
"protein_id": "ENSP00000501854.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2288,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "ENST00000676370.1",
"protein_id": "ENSP00000502238.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2289,
"cdna_end": null,
"cdna_length": 3823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1961T>C",
"hgvs_p": "p.Ile654Thr",
"transcript": "ENST00000674668.1",
"protein_id": "ENSP00000502103.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 714,
"cds_start": 1961,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 2043,
"cdna_end": null,
"cdna_length": 3577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1940T>C",
"hgvs_p": "p.Ile647Thr",
"transcript": "NM_001378627.1",
"protein_id": "NP_001365556.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 707,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2109,
"cdna_end": null,
"cdna_length": 4211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1940T>C",
"hgvs_p": "p.Ile647Thr",
"transcript": "NM_001378628.1",
"protein_id": "NP_001365557.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 707,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2504,
"cdna_end": null,
"cdna_length": 4606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1940T>C",
"hgvs_p": "p.Ile647Thr",
"transcript": "ENST00000674789.1",
"protein_id": "ENSP00000501941.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 707,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2124,
"cdna_start": 2142,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1931T>C",
"hgvs_p": "p.Ile644Thr",
"transcript": "NM_001378629.1",
"protein_id": "NP_001365558.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 704,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2495,
"cdna_end": null,
"cdna_length": 4597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1883T>C",
"hgvs_p": "p.Ile628Thr",
"transcript": "ENST00000674999.1",
"protein_id": "ENSP00000502711.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 688,
"cds_start": 1883,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 3770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1883T>C",
"hgvs_p": "p.Ile628Thr",
"transcript": "ENST00000675277.1",
"protein_id": "ENSP00000502702.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 688,
"cds_start": 1883,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2129,
"cdna_end": null,
"cdna_length": 2355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1808T>C",
"hgvs_p": "p.Ile603Thr",
"transcript": "ENST00000676126.1",
"protein_id": "ENSP00000501966.1",
"transcript_support_level": null,
"aa_start": 603,
"aa_end": null,
"aa_length": 663,
"cds_start": 1808,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1890,
"cdna_end": null,
"cdna_length": 3424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1484T>C",
"hgvs_p": "p.Ile495Thr",
"transcript": "NM_001378630.1",
"protein_id": "NP_001365559.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 555,
"cds_start": 1484,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 3692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1484T>C",
"hgvs_p": "p.Ile495Thr",
"transcript": "ENST00000674780.1",
"protein_id": "ENSP00000502772.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 555,
"cds_start": 1484,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 3115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1181T>C",
"hgvs_p": "p.Ile394Thr",
"transcript": "NM_001378631.1",
"protein_id": "NP_001365560.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 454,
"cds_start": 1181,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 1287,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "XM_047441599.1",
"protein_id": "XP_047297555.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 8336,
"cdna_end": null,
"cdna_length": 10438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "XM_047441600.1",
"protein_id": "XP_047297556.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2824,
"cdna_end": null,
"cdna_length": 4926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "XM_047441601.1",
"protein_id": "XP_047297557.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 8834,
"cdna_end": null,
"cdna_length": 10936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr",
"transcript": "XM_047441602.1",
"protein_id": "XP_047297558.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 756,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2799,
"cdna_end": null,
"cdna_length": 4901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1421T>C",
"hgvs_p": "p.Ile474Thr",
"transcript": "XM_047441603.1",
"protein_id": "XP_047297559.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 534,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 8279,
"cdna_end": null,
"cdna_length": 10381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.989T>C",
"hgvs_p": "p.Ile330Thr",
"transcript": "XM_011530513.3",
"protein_id": "XP_011528815.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 390,
"cds_start": 989,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 5688,
"cdna_end": null,
"cdna_length": 7790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*1528T>C",
"hgvs_p": null,
"transcript": "ENST00000674543.1",
"protein_id": "ENSP00000501590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.1745T>C",
"hgvs_p": null,
"transcript": "ENST00000674708.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.1895T>C",
"hgvs_p": null,
"transcript": "ENST00000674816.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*525T>C",
"hgvs_p": null,
"transcript": "ENST00000675382.1",
"protein_id": "ENSP00000501800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*669T>C",
"hgvs_p": null,
"transcript": "ENST00000676031.1",
"protein_id": "ENSP00000501663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*1528T>C",
"hgvs_p": null,
"transcript": "ENST00000674543.1",
"protein_id": "ENSP00000501590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*525T>C",
"hgvs_p": null,
"transcript": "ENST00000675382.1",
"protein_id": "ENSP00000501800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.*669T>C",
"hgvs_p": null,
"transcript": "ENST00000676031.1",
"protein_id": "ENSP00000501663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1877+8591T>C",
"hgvs_p": null,
"transcript": "ENST00000610186.6",
"protein_id": "ENSP00000476364.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 648,
"cds_start": -4,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1730+29618T>C",
"hgvs_p": null,
"transcript": "ENST00000608642.6",
"protein_id": "ENSP00000476866.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": -4,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1451+41474T>C",
"hgvs_p": null,
"transcript": "ENST00000609799.6",
"protein_id": "ENSP00000476415.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 506,
"cds_start": -4,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1877+8591T>C",
"hgvs_p": null,
"transcript": "XM_024452302.2",
"protein_id": "XP_024308070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 648,
"cds_start": -4,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "c.1274+8591T>C",
"hgvs_p": null,
"transcript": "XM_047441606.1",
"protein_id": "XP_047297562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.2441+8591T>C",
"hgvs_p": null,
"transcript": "XR_002958722.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.2504+8591T>C",
"hgvs_p": null,
"transcript": "XR_007067993.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"hgvs_c": "n.2504+8591T>C",
"hgvs_p": null,
"transcript": "XR_007067994.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LARGE1",
"gene_hgnc_id": 6511,
"dbsnp": "rs200212868",
"frequency_reference_population": 0.000004336836,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000342029,
"gnomad_genomes_af": 0.0000131394,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08074402809143066,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.0989,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.06,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000397394.8",
"gene_symbol": "LARGE1",
"hgnc_id": 6511,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2087T>C",
"hgvs_p": "p.Ile696Thr"
}
],
"clinvar_disease": "Muscular dystrophy-dystroglycanopathy type B6",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Muscular dystrophy-dystroglycanopathy type B6",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}