← 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: 6-75848543-A-ATT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=75848543&ref=A&alt=ATT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 75848543,
"ref": "A",
"alt": "ATT",
"effect": "intron_variant",
"transcript": "NM_001368865.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_004999.4",
"protein_id": "NP_004990.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8615,
"mane_select": "ENST00000369977.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004999.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000369977.8",
"protein_id": "ENSP00000358994.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8615,
"mane_select": "NM_004999.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369977.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000615563.4",
"protein_id": "ENSP00000478013.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4026,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615563.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_001368865.1",
"protein_id": "NP_001355794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1294,
"cds_start": null,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8642,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368865.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000664640.1",
"protein_id": "ENSP00000499278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1294,
"cds_start": null,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8642,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000664640.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_001368866.1",
"protein_id": "NP_001355795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8615,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000672093.1",
"protein_id": "ENSP00000500710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672093.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000947981.1",
"protein_id": "ENSP00000618040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": null,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000927896.1",
"protein_id": "ENSP00000597955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1276,
"cds_start": null,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5308,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927896.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000927895.1",
"protein_id": "ENSP00000597954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1275,
"cds_start": null,
"cds_end": null,
"cds_length": 3828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5307,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927895.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_001368137.1",
"protein_id": "NP_001355066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": null,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8576,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368137.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000947980.1",
"protein_id": "ENSP00000618039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": null,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5216,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000927894.1",
"protein_id": "ENSP00000597953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1266,
"cds_start": null,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927894.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000927893.1",
"protein_id": "ENSP00000597952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1263,
"cds_start": null,
"cds_end": null,
"cds_length": 3792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8572,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927893.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_001300899.2",
"protein_id": "NP_001287828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8546,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300899.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000369985.9",
"protein_id": "ENSP00000359002.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8546,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369985.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1063+18_1063+19dupTT",
"hgvs_p": null,
"transcript": "NM_001368138.1",
"protein_id": "NP_001355067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1257,
"cds_start": null,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368138.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "NM_001368136.1",
"protein_id": "NP_001355065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1253,
"cds_start": null,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368136.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000369975.6",
"protein_id": "ENSP00000358992.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1253,
"cds_start": null,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5598,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369975.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000927897.1",
"protein_id": "ENSP00000597956.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1253,
"cds_start": null,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5194,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927897.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000947982.1",
"protein_id": "ENSP00000618041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1140,
"cds_start": null,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4652,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1087+12_1087+13insTT",
"hgvs_p": null,
"transcript": "ENST00000627432.3",
"protein_id": "ENSP00000487348.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3122,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627432.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000662603.1",
"protein_id": "ENSP00000499324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": null,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000662603.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000664209.1",
"protein_id": "ENSP00000499768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": null,
"cds_end": null,
"cds_length": 2773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3099,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000664209.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000653423.1",
"protein_id": "ENSP00000499696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": null,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000653423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_024446447.2",
"protein_id": "XP_024302215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1294,
"cds_start": null,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8542,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446447.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_005248721.5",
"protein_id": "XP_005248778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1281,
"cds_start": null,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248721.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_005248722.5",
"protein_id": "XP_005248779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1276,
"cds_start": null,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248722.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_005248724.5",
"protein_id": "XP_005248781.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": null,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8576,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248724.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_017010899.3",
"protein_id": "XP_016866388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1263,
"cds_start": null,
"cds_end": null,
"cds_length": 3792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010899.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null,
"transcript": "XM_047418836.1",
"protein_id": "XP_047274792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1253,
"cds_start": null,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8419,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.*634+12_*634+13insTT",
"hgvs_p": null,
"transcript": "ENST00000462633.3",
"protein_id": "ENSP00000499616.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2891,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000462633.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.1087+12_1087+13insTT",
"hgvs_p": null,
"transcript": "ENST00000653917.1",
"protein_id": "ENSP00000499623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3152,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000653917.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.*1034+12_*1034+13insTT",
"hgvs_p": null,
"transcript": "ENST00000660420.1",
"protein_id": "ENSP00000499263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2880,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000660420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.997+12_997+13insTT",
"hgvs_p": null,
"transcript": "ENST00000662184.1",
"protein_id": "ENSP00000499732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000662184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000663400.1",
"protein_id": "ENSP00000499736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000663400.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.1078+12_1078+13insTT",
"hgvs_p": null,
"transcript": "ENST00000671923.1",
"protein_id": "ENSP00000500835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5302,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000671923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"hgvs_c": "n.1310+18_1310+19dupTT",
"hgvs_p": null,
"transcript": "NR_160538.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8612,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_160538.1"
}
],
"gene_symbol": "MYO6",
"gene_hgnc_id": 7605,
"dbsnp": "rs144408691",
"frequency_reference_population": 0.000006833011,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.0000068591,
"gnomad_genomes_af": 0.00000658267,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.412,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001368865.1",
"gene_symbol": "MYO6",
"hgnc_id": 7605,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1078+18_1078+19dupTT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}