← 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: 15-71826774-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=71826774&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 71826774,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006901.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7453C>T",
"hgvs_p": "p.Pro2485Ser",
"transcript": "NM_006901.4",
"protein_id": "NP_008832.2",
"transcript_support_level": null,
"aa_start": 2485,
"aa_end": null,
"aa_length": 2548,
"cds_start": 7453,
"cds_end": null,
"cds_length": 7647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356056.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006901.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7453C>T",
"hgvs_p": "p.Pro2485Ser",
"transcript": "ENST00000356056.10",
"protein_id": "ENSP00000348349.5",
"transcript_support_level": 1,
"aa_start": 2485,
"aa_end": null,
"aa_length": 2548,
"cds_start": 7453,
"cds_end": null,
"cds_length": 7647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006901.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356056.10"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.4000C>T",
"hgvs_p": "p.Pro1334Ser",
"transcript": "ENST00000561618.5",
"protein_id": "ENSP00000457945.1",
"transcript_support_level": 1,
"aa_start": 1334,
"aa_end": null,
"aa_length": 1397,
"cds_start": 4000,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561618.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.*258C>T",
"hgvs_p": null,
"transcript": "ENST00000564571.5",
"protein_id": "ENSP00000456192.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2396,
"cds_start": null,
"cds_end": null,
"cds_length": 7191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564571.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7585C>T",
"hgvs_p": "p.Pro2529Ser",
"transcript": "ENST00000971716.1",
"protein_id": "ENSP00000641775.1",
"transcript_support_level": null,
"aa_start": 2529,
"aa_end": null,
"aa_length": 2592,
"cds_start": 7585,
"cds_end": null,
"cds_length": 7779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971716.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7492C>T",
"hgvs_p": "p.Pro2498Ser",
"transcript": "ENST00000922047.1",
"protein_id": "ENSP00000592106.1",
"transcript_support_level": null,
"aa_start": 2498,
"aa_end": null,
"aa_length": 2561,
"cds_start": 7492,
"cds_end": null,
"cds_length": 7686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922047.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7396C>T",
"hgvs_p": "p.Pro2466Ser",
"transcript": "ENST00000971717.1",
"protein_id": "ENSP00000641776.1",
"transcript_support_level": null,
"aa_start": 2466,
"aa_end": null,
"aa_length": 2529,
"cds_start": 7396,
"cds_end": null,
"cds_length": 7590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971717.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.1195C>T",
"hgvs_p": "p.Pro399Ser",
"transcript": "ENST00000568042.5",
"protein_id": "ENSP00000457407.1",
"transcript_support_level": 5,
"aa_start": 399,
"aa_end": null,
"aa_length": 462,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568042.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7723C>T",
"hgvs_p": "p.Pro2575Ser",
"transcript": "XM_011521613.4",
"protein_id": "XP_011519915.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2638,
"cds_start": 7723,
"cds_end": null,
"cds_length": 7917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521613.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7723C>T",
"hgvs_p": "p.Pro2575Ser",
"transcript": "XM_011521614.4",
"protein_id": "XP_011519916.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2638,
"cds_start": 7723,
"cds_end": null,
"cds_length": 7917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521614.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7723C>T",
"hgvs_p": "p.Pro2575Ser",
"transcript": "XM_011521615.4",
"protein_id": "XP_011519917.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2638,
"cds_start": 7723,
"cds_end": null,
"cds_length": 7917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521615.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7723C>T",
"hgvs_p": "p.Pro2575Ser",
"transcript": "XM_011521616.4",
"protein_id": "XP_011519918.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2638,
"cds_start": 7723,
"cds_end": null,
"cds_length": 7917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521616.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7720C>T",
"hgvs_p": "p.Pro2574Ser",
"transcript": "XM_011521617.4",
"protein_id": "XP_011519919.1",
"transcript_support_level": null,
"aa_start": 2574,
"aa_end": null,
"aa_length": 2637,
"cds_start": 7720,
"cds_end": null,
"cds_length": 7914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521617.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7720C>T",
"hgvs_p": "p.Pro2574Ser",
"transcript": "XM_047432547.1",
"protein_id": "XP_047288503.1",
"transcript_support_level": null,
"aa_start": 2574,
"aa_end": null,
"aa_length": 2637,
"cds_start": 7720,
"cds_end": null,
"cds_length": 7914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432547.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7720C>T",
"hgvs_p": "p.Pro2574Ser",
"transcript": "XM_047432548.1",
"protein_id": "XP_047288504.1",
"transcript_support_level": null,
"aa_start": 2574,
"aa_end": null,
"aa_length": 2637,
"cds_start": 7720,
"cds_end": null,
"cds_length": 7914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432548.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7669C>T",
"hgvs_p": "p.Pro2557Ser",
"transcript": "XM_011521618.4",
"protein_id": "XP_011519920.1",
"transcript_support_level": null,
"aa_start": 2557,
"aa_end": null,
"aa_length": 2620,
"cds_start": 7669,
"cds_end": null,
"cds_length": 7863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521618.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_006720539.4",
"protein_id": "XP_006720602.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720539.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_011521619.4",
"protein_id": "XP_011519921.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521619.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_047432549.1",
"protein_id": "XP_047288505.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432549.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_047432550.1",
"protein_id": "XP_047288506.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432550.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_047432551.1",
"protein_id": "XP_047288507.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432551.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_047432552.1",
"protein_id": "XP_047288508.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432552.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7666C>T",
"hgvs_p": "p.Pro2556Ser",
"transcript": "XM_047432553.1",
"protein_id": "XP_047288509.1",
"transcript_support_level": null,
"aa_start": 2556,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7666,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432553.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7663C>T",
"hgvs_p": "p.Pro2555Ser",
"transcript": "XM_011521620.4",
"protein_id": "XP_011519922.1",
"transcript_support_level": null,
"aa_start": 2555,
"aa_end": null,
"aa_length": 2618,
"cds_start": 7663,
"cds_end": null,
"cds_length": 7857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521620.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7663C>T",
"hgvs_p": "p.Pro2555Ser",
"transcript": "XM_047432554.1",
"protein_id": "XP_047288510.1",
"transcript_support_level": null,
"aa_start": 2555,
"aa_end": null,
"aa_length": 2618,
"cds_start": 7663,
"cds_end": null,
"cds_length": 7857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432554.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7663C>T",
"hgvs_p": "p.Pro2555Ser",
"transcript": "XM_047432555.1",
"protein_id": "XP_047288511.1",
"transcript_support_level": null,
"aa_start": 2555,
"aa_end": null,
"aa_length": 2618,
"cds_start": 7663,
"cds_end": null,
"cds_length": 7857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432555.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7663C>T",
"hgvs_p": "p.Pro2555Ser",
"transcript": "XM_047432556.1",
"protein_id": "XP_047288512.1",
"transcript_support_level": null,
"aa_start": 2555,
"aa_end": null,
"aa_length": 2618,
"cds_start": 7663,
"cds_end": null,
"cds_length": 7857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432556.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7612C>T",
"hgvs_p": "p.Pro2538Ser",
"transcript": "XM_047432557.1",
"protein_id": "XP_047288513.1",
"transcript_support_level": null,
"aa_start": 2538,
"aa_end": null,
"aa_length": 2601,
"cds_start": 7612,
"cds_end": null,
"cds_length": 7806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432557.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7609C>T",
"hgvs_p": "p.Pro2537Ser",
"transcript": "XM_047432558.1",
"protein_id": "XP_047288514.1",
"transcript_support_level": null,
"aa_start": 2537,
"aa_end": null,
"aa_length": 2600,
"cds_start": 7609,
"cds_end": null,
"cds_length": 7803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432558.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7609C>T",
"hgvs_p": "p.Pro2537Ser",
"transcript": "XM_047432559.1",
"protein_id": "XP_047288515.1",
"transcript_support_level": null,
"aa_start": 2537,
"aa_end": null,
"aa_length": 2600,
"cds_start": 7609,
"cds_end": null,
"cds_length": 7803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432559.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7609C>T",
"hgvs_p": "p.Pro2537Ser",
"transcript": "XM_047432560.1",
"protein_id": "XP_047288516.1",
"transcript_support_level": null,
"aa_start": 2537,
"aa_end": null,
"aa_length": 2600,
"cds_start": 7609,
"cds_end": null,
"cds_length": 7803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432560.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7603C>T",
"hgvs_p": "p.Pro2535Ser",
"transcript": "XM_011521621.4",
"protein_id": "XP_011519923.1",
"transcript_support_level": null,
"aa_start": 2535,
"aa_end": null,
"aa_length": 2598,
"cds_start": 7603,
"cds_end": null,
"cds_length": 7797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521621.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7603C>T",
"hgvs_p": "p.Pro2535Ser",
"transcript": "XM_047432561.1",
"protein_id": "XP_047288517.1",
"transcript_support_level": null,
"aa_start": 2535,
"aa_end": null,
"aa_length": 2598,
"cds_start": 7603,
"cds_end": null,
"cds_length": 7797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432561.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7603C>T",
"hgvs_p": "p.Pro2535Ser",
"transcript": "XM_047432562.1",
"protein_id": "XP_047288518.1",
"transcript_support_level": null,
"aa_start": 2535,
"aa_end": null,
"aa_length": 2598,
"cds_start": 7603,
"cds_end": null,
"cds_length": 7797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432562.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7600C>T",
"hgvs_p": "p.Pro2534Ser",
"transcript": "XM_047432564.1",
"protein_id": "XP_047288520.1",
"transcript_support_level": null,
"aa_start": 2534,
"aa_end": null,
"aa_length": 2597,
"cds_start": 7600,
"cds_end": null,
"cds_length": 7794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432564.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7600C>T",
"hgvs_p": "p.Pro2534Ser",
"transcript": "XM_047432565.1",
"protein_id": "XP_047288521.1",
"transcript_support_level": null,
"aa_start": 2534,
"aa_end": null,
"aa_length": 2597,
"cds_start": 7600,
"cds_end": null,
"cds_length": 7794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432565.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7600C>T",
"hgvs_p": "p.Pro2534Ser",
"transcript": "XM_047432566.1",
"protein_id": "XP_047288522.1",
"transcript_support_level": null,
"aa_start": 2534,
"aa_end": null,
"aa_length": 2597,
"cds_start": 7600,
"cds_end": null,
"cds_length": 7794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432566.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7546C>T",
"hgvs_p": "p.Pro2516Ser",
"transcript": "XM_047432567.1",
"protein_id": "XP_047288523.1",
"transcript_support_level": null,
"aa_start": 2516,
"aa_end": null,
"aa_length": 2579,
"cds_start": 7546,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432567.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7546C>T",
"hgvs_p": "p.Pro2516Ser",
"transcript": "XM_047432568.1",
"protein_id": "XP_047288524.1",
"transcript_support_level": null,
"aa_start": 2516,
"aa_end": null,
"aa_length": 2579,
"cds_start": 7546,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432568.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7546C>T",
"hgvs_p": "p.Pro2516Ser",
"transcript": "XM_047432569.1",
"protein_id": "XP_047288525.1",
"transcript_support_level": null,
"aa_start": 2516,
"aa_end": null,
"aa_length": 2579,
"cds_start": 7546,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432569.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7546C>T",
"hgvs_p": "p.Pro2516Ser",
"transcript": "XM_047432570.1",
"protein_id": "XP_047288526.1",
"transcript_support_level": null,
"aa_start": 2516,
"aa_end": null,
"aa_length": 2579,
"cds_start": 7546,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432570.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7546C>T",
"hgvs_p": "p.Pro2516Ser",
"transcript": "XM_047432571.1",
"protein_id": "XP_047288527.1",
"transcript_support_level": null,
"aa_start": 2516,
"aa_end": null,
"aa_length": 2579,
"cds_start": 7546,
"cds_end": null,
"cds_length": 7740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432571.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7543C>T",
"hgvs_p": "p.Pro2515Ser",
"transcript": "XM_047432572.1",
"protein_id": "XP_047288528.1",
"transcript_support_level": null,
"aa_start": 2515,
"aa_end": null,
"aa_length": 2578,
"cds_start": 7543,
"cds_end": null,
"cds_length": 7737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432572.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7543C>T",
"hgvs_p": "p.Pro2515Ser",
"transcript": "XM_047432573.1",
"protein_id": "XP_047288529.1",
"transcript_support_level": null,
"aa_start": 2515,
"aa_end": null,
"aa_length": 2578,
"cds_start": 7543,
"cds_end": null,
"cds_length": 7737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432573.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7507C>T",
"hgvs_p": "p.Pro2503Ser",
"transcript": "XM_011521622.4",
"protein_id": "XP_011519924.1",
"transcript_support_level": null,
"aa_start": 2503,
"aa_end": null,
"aa_length": 2566,
"cds_start": 7507,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521622.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7507C>T",
"hgvs_p": "p.Pro2503Ser",
"transcript": "XM_017022229.2",
"protein_id": "XP_016877718.1",
"transcript_support_level": null,
"aa_start": 2503,
"aa_end": null,
"aa_length": 2566,
"cds_start": 7507,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022229.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7507C>T",
"hgvs_p": "p.Pro2503Ser",
"transcript": "XM_047432575.1",
"protein_id": "XP_047288531.1",
"transcript_support_level": null,
"aa_start": 2503,
"aa_end": null,
"aa_length": 2566,
"cds_start": 7507,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432575.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7507C>T",
"hgvs_p": "p.Pro2503Ser",
"transcript": "XM_047432576.1",
"protein_id": "XP_047288532.1",
"transcript_support_level": null,
"aa_start": 2503,
"aa_end": null,
"aa_length": 2566,
"cds_start": 7507,
"cds_end": null,
"cds_length": 7701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432576.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7489C>T",
"hgvs_p": "p.Pro2497Ser",
"transcript": "XM_047432577.1",
"protein_id": "XP_047288533.1",
"transcript_support_level": null,
"aa_start": 2497,
"aa_end": null,
"aa_length": 2560,
"cds_start": 7489,
"cds_end": null,
"cds_length": 7683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432577.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7453C>T",
"hgvs_p": "p.Pro2485Ser",
"transcript": "XM_047432578.1",
"protein_id": "XP_047288534.1",
"transcript_support_level": null,
"aa_start": 2485,
"aa_end": null,
"aa_length": 2548,
"cds_start": 7453,
"cds_end": null,
"cds_length": 7647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432578.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7450C>T",
"hgvs_p": "p.Pro2484Ser",
"transcript": "XM_017022230.3",
"protein_id": "XP_016877719.1",
"transcript_support_level": null,
"aa_start": 2484,
"aa_end": null,
"aa_length": 2547,
"cds_start": 7450,
"cds_end": null,
"cds_length": 7644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022230.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7450C>T",
"hgvs_p": "p.Pro2484Ser",
"transcript": "XM_047432579.1",
"protein_id": "XP_047288535.1",
"transcript_support_level": null,
"aa_start": 2484,
"aa_end": null,
"aa_length": 2547,
"cds_start": 7450,
"cds_end": null,
"cds_length": 7644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432579.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7450C>T",
"hgvs_p": "p.Pro2484Ser",
"transcript": "XM_047432580.1",
"protein_id": "XP_047288536.1",
"transcript_support_level": null,
"aa_start": 2484,
"aa_end": null,
"aa_length": 2547,
"cds_start": 7450,
"cds_end": null,
"cds_length": 7644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432580.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7396C>T",
"hgvs_p": "p.Pro2466Ser",
"transcript": "XM_047432581.1",
"protein_id": "XP_047288537.1",
"transcript_support_level": null,
"aa_start": 2466,
"aa_end": null,
"aa_length": 2529,
"cds_start": 7396,
"cds_end": null,
"cds_length": 7590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432581.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7387C>T",
"hgvs_p": "p.Pro2463Ser",
"transcript": "XM_047432583.1",
"protein_id": "XP_047288539.1",
"transcript_support_level": null,
"aa_start": 2463,
"aa_end": null,
"aa_length": 2526,
"cds_start": 7387,
"cds_end": null,
"cds_length": 7581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432583.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7387C>T",
"hgvs_p": "p.Pro2463Ser",
"transcript": "XM_047432584.1",
"protein_id": "XP_047288540.1",
"transcript_support_level": null,
"aa_start": 2463,
"aa_end": null,
"aa_length": 2526,
"cds_start": 7387,
"cds_end": null,
"cds_length": 7581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432584.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"hgvs_c": "c.7330C>T",
"hgvs_p": "p.Pro2444Ser",
"transcript": "XM_047432585.1",
"protein_id": "XP_047288541.1",
"transcript_support_level": null,
"aa_start": 2444,
"aa_end": null,
"aa_length": 2507,
"cds_start": 7330,
"cds_end": null,
"cds_length": 7524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432585.1"
}
],
"gene_symbol": "MYO9A",
"gene_hgnc_id": 7608,
"dbsnp": null,
"frequency_reference_population": 0.00000342045,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342045,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29960769414901733,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.349,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3348,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.377,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006901.4",
"gene_symbol": "MYO9A",
"hgnc_id": 7608,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.7453C>T",
"hgvs_p": "p.Pro2485Ser"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}