← 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: 2-191297215-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=191297215&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 191297215,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001130158.3",
"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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "NM_001130158.3",
"protein_id": "NP_001123630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392318.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130158.3"
},
{
"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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000392318.8",
"protein_id": "ENSP00000376132.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001130158.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392318.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000304164.8",
"protein_id": "ENSP00000306382.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304164.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000339514.8",
"protein_id": "ENSP00000341903.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339514.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": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000451437.5",
"protein_id": "ENSP00000388140.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 302,
"cds_start": null,
"cds_end": null,
"cds_length": 911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451437.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "NM_001161819.3",
"protein_id": "NP_001155291.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001161819.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": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906667.1",
"protein_id": "ENSP00000576726.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906667.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906676.1",
"protein_id": "ENSP00000576735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906676.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": 5,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940477.1",
"protein_id": "ENSP00000610536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940477.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940478.1",
"protein_id": "ENSP00000610537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940478.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": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940479.1",
"protein_id": "ENSP00000610538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940479.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906668.1",
"protein_id": "ENSP00000576727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": null,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906668.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "NM_001330237.2",
"protein_id": "NP_001317166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330237.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "NM_001330238.2",
"protein_id": "NP_001317167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330238.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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000392316.5",
"protein_id": "ENSP00000376130.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392316.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906657.1",
"protein_id": "ENSP00000576716.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906657.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906658.1",
"protein_id": "ENSP00000576717.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906658.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906661.1",
"protein_id": "ENSP00000576720.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906661.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906662.1",
"protein_id": "ENSP00000576721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906662.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906670.1",
"protein_id": "ENSP00000576729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906670.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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906673.1",
"protein_id": "ENSP00000576732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906673.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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940474.1",
"protein_id": "ENSP00000610533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940474.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000955854.1",
"protein_id": "ENSP00000625913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955854.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940475.1",
"protein_id": "ENSP00000610534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1101,
"cds_start": null,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940475.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940473.1",
"protein_id": "ENSP00000610532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1099,
"cds_start": null,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940473.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000955853.1",
"protein_id": "ENSP00000625912.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1090,
"cds_start": null,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955853.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906659.1",
"protein_id": "ENSP00000576718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1086,
"cds_start": null,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906659.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906675.1",
"protein_id": "ENSP00000576734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1086,
"cds_start": null,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906675.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "NM_012223.5",
"protein_id": "NP_036355.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012223.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906660.1",
"protein_id": "ENSP00000576719.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906660.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906663.1",
"protein_id": "ENSP00000576722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906663.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906669.1",
"protein_id": "ENSP00000576728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906669.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906671.1",
"protein_id": "ENSP00000576730.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906671.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906672.1",
"protein_id": "ENSP00000576731.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906672.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906674.1",
"protein_id": "ENSP00000576733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906674.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940481.1",
"protein_id": "ENSP00000610540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940481.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000955852.1",
"protein_id": "ENSP00000625911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955852.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906665.1",
"protein_id": "ENSP00000576724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1070,
"cds_start": null,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906665.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940482.1",
"protein_id": "ENSP00000610541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1070,
"cds_start": null,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940482.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940476.1",
"protein_id": "ENSP00000610535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1061,
"cds_start": null,
"cds_end": null,
"cds_length": 3186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940476.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": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906666.1",
"protein_id": "ENSP00000576725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906666.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": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000955851.1",
"protein_id": "ENSP00000625910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1045,
"cds_start": null,
"cds_end": null,
"cds_length": 3138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955851.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": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940483.1",
"protein_id": "ENSP00000610542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1043,
"cds_start": null,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940483.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000906664.1",
"protein_id": "ENSP00000576723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1041,
"cds_start": null,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906664.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": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000940480.1",
"protein_id": "ENSP00000610539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1034,
"cds_start": null,
"cds_end": null,
"cds_length": 3105,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940480.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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000418908.5",
"protein_id": "ENSP00000401324.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418908.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "ENST00000438652.5",
"protein_id": "ENSP00000399459.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"cds_end": null,
"cds_length": 448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438652.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": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_047444410.1",
"protein_id": "XP_047300366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1156,
"cds_start": null,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444410.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": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_047444411.1",
"protein_id": "XP_047300367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1156,
"cds_start": null,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444411.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": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "XM_005246572.2",
"protein_id": "XP_005246629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1136,
"cds_start": null,
"cds_end": null,
"cds_length": 3411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246572.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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_024452914.2",
"protein_id": "XP_024308682.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1127,
"cds_start": null,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452914.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": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_047444412.1",
"protein_id": "XP_047300368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1127,
"cds_start": null,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444412.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": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.251+989G>A",
"hgvs_p": null,
"transcript": "XM_047444413.1",
"protein_id": "XP_047300369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444413.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_024452915.2",
"protein_id": "XP_024308683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1098,
"cds_start": null,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452915.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": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "c.311+989G>A",
"hgvs_p": null,
"transcript": "XM_047444415.1",
"protein_id": "XP_047300371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1098,
"cds_start": null,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444415.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"hgvs_c": "n.295+989G>A",
"hgvs_p": null,
"transcript": "ENST00000471904.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000471904.1"
}
],
"gene_symbol": "MYO1B",
"gene_hgnc_id": 7596,
"dbsnp": "rs4853578",
"frequency_reference_population": 0.5298584,
"hom_count_reference_population": 22080,
"allele_count_reference_population": 80530,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.529858,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 80530,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 22080,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.105,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001130158.3",
"gene_symbol": "MYO1B",
"hgnc_id": 7596,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.251+989G>A",
"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
}