← 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: 16-14218994-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=14218994&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 14218994,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001308142.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "NM_001308142.2",
"protein_id": "NP_001295071.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000571589.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308142.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000571589.6",
"protein_id": "ENSP00000459626.2",
"transcript_support_level": 2,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001308142.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571589.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000574045.5",
"protein_id": "ENSP00000459205.1",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574045.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.536C>T",
"hgvs_p": "p.Ala179Val",
"transcript": "ENST00000573051.1",
"protein_id": "ENSP00000460589.1",
"transcript_support_level": 1,
"aa_start": 179,
"aa_end": null,
"aa_length": 378,
"cds_start": 536,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000573051.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000910537.1",
"protein_id": "ENSP00000580596.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000910537.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000910539.1",
"protein_id": "ENSP00000580598.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000910539.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000910540.1",
"protein_id": "ENSP00000580599.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000910540.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000910541.1",
"protein_id": "ENSP00000580600.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000910541.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000932862.1",
"protein_id": "ENSP00000602921.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000932862.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000932864.1",
"protein_id": "ENSP00000602923.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000932864.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000932867.1",
"protein_id": "ENSP00000602927.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "ENST00000932867.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "NM_001365411.2",
"protein_id": "NP_001352340.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 1088,
"cds_start": 656,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365411.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "NM_001365412.2",
"protein_id": "NP_001352341.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365412.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000932863.1",
"protein_id": "ENSP00000602922.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932863.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000932866.1",
"protein_id": "ENSP00000602924.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932866.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "NM_014048.4",
"protein_id": "NP_054767.3",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014048.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000318282.9",
"protein_id": "ENSP00000339086.4",
"transcript_support_level": 5,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318282.9"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "ENST00000910538.1",
"protein_id": "ENSP00000580597.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910538.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ala159Val",
"transcript": "NM_001365413.2",
"protein_id": "NP_001352342.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1028,
"cds_start": 476,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365413.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ala159Val",
"transcript": "NM_001365414.2",
"protein_id": "NP_001352343.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 978,
"cds_start": 476,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365414.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "NM_001365415.2",
"protein_id": "NP_001352344.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 369,
"cds_start": 656,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365415.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000572567.5",
"protein_id": "ENSP00000459879.1",
"transcript_support_level": 2,
"aa_start": 219,
"aa_end": null,
"aa_length": 369,
"cds_start": 656,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572567.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ala159Val",
"transcript": "NM_001365416.2",
"protein_id": "NP_001352345.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 309,
"cds_start": 476,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365416.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_005255452.4",
"protein_id": "XP_005255509.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_005255452.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_006720909.5",
"protein_id": "XP_006720972.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_006720909.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_011522568.3",
"protein_id": "XP_011520870.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_011522568.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_017023501.3",
"protein_id": "XP_016878990.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_017023501.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_017023502.1",
"protein_id": "XP_016878991.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_017023502.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434390.1",
"protein_id": "XP_047290346.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434390.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434391.1",
"protein_id": "XP_047290347.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434391.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434392.1",
"protein_id": "XP_047290348.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434392.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434393.1",
"protein_id": "XP_047290349.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434393.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434394.1",
"protein_id": "XP_047290350.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434394.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434395.1",
"protein_id": "XP_047290351.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434395.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434396.1",
"protein_id": "XP_047290352.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434396.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434397.1",
"protein_id": "XP_047290353.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1099,
"cds_start": 689,
"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": "XM_047434397.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.578C>T",
"hgvs_p": "p.Ala193Val",
"transcript": "XM_017023503.3",
"protein_id": "XP_016878992.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 1062,
"cds_start": 578,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023503.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434398.1",
"protein_id": "XP_047290354.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434398.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434399.1",
"protein_id": "XP_047290355.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434399.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434400.1",
"protein_id": "XP_047290356.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434400.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434401.1",
"protein_id": "XP_047290357.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1053,
"cds_start": 689,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434401.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_006720914.3",
"protein_id": "XP_006720977.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720914.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434402.1",
"protein_id": "XP_047290358.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434402.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434403.1",
"protein_id": "XP_047290359.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1049,
"cds_start": 689,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434403.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "XM_017023504.2",
"protein_id": "XP_016878993.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 1038,
"cds_start": 656,
"cds_end": null,
"cds_length": 3117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023504.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ala159Val",
"transcript": "XM_011522569.3",
"protein_id": "XP_011520871.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1028,
"cds_start": 476,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522569.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ala159Val",
"transcript": "XM_047434404.1",
"protein_id": "XP_047290360.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1028,
"cds_start": 476,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434404.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val",
"transcript": "XM_047434405.1",
"protein_id": "XP_047290361.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1003,
"cds_start": 689,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434405.1"
}
],
"gene_symbol": "MRTFB",
"gene_hgnc_id": 29819,
"dbsnp": "rs771348036",
"frequency_reference_population": 0.000025501287,
"hom_count_reference_population": 0,
"allele_count_reference_population": 41,
"gnomad_exomes_af": 0.0000254161,
"gnomad_genomes_af": 0.0000263175,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05062896013259888,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": 0.069,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.911,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001308142.2",
"gene_symbol": "MRTFB",
"hgnc_id": 29819,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.689C>T",
"hgvs_p": "p.Ala230Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}