← 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: 12-101651385-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=101651385&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 101651385,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000361466.7",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "NM_002465.4",
"protein_id": "NP_002456.2",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1171,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3516,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": "ENST00000361466.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "ENST00000361466.7",
"protein_id": "ENSP00000354849.2",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 1171,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3516,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": "NM_002465.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "ENST00000361685.6",
"protein_id": "ENSP00000354845.2",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 1148,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3447,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "ENST00000545503.6",
"protein_id": "ENSP00000440034.2",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 1146,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3441,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 3569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1407C>G",
"hgvs_p": "p.His469Gln",
"transcript": "ENST00000541119.5",
"protein_id": "ENSP00000442847.1",
"transcript_support_level": 1,
"aa_start": 469,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1407,
"cds_end": null,
"cds_length": 3405,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 3533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1386C>G",
"hgvs_p": "p.His462Gln",
"transcript": "ENST00000536007.5",
"protein_id": "ENSP00000446128.1",
"transcript_support_level": 1,
"aa_start": 462,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1386,
"cds_end": null,
"cds_length": 3384,
"cdna_start": 1461,
"cdna_end": null,
"cdna_length": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "ENST00000553190.5",
"protein_id": "ENSP00000447900.1",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3372,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 3777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1365C>G",
"hgvs_p": "p.His455Gln",
"transcript": "ENST00000547405.5",
"protein_id": "ENSP00000448175.1",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 1120,
"cds_start": 1365,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 3834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1146C>G",
"hgvs_p": "p.His382Gln",
"transcript": "ENST00000551300.5",
"protein_id": "ENSP00000447116.1",
"transcript_support_level": 1,
"aa_start": 382,
"aa_end": null,
"aa_length": 1024,
"cds_start": 1146,
"cds_end": null,
"cds_length": 3075,
"cdna_start": 1688,
"cdna_end": null,
"cdna_length": 3934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "NM_001404675.1",
"protein_id": "NP_001391604.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1177,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "NM_001254718.3",
"protein_id": "NP_001241647.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1173,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "ENST00000452455.6",
"protein_id": "ENSP00000400908.2",
"transcript_support_level": 2,
"aa_start": 481,
"aa_end": null,
"aa_length": 1173,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 3861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1482C>G",
"hgvs_p": "p.His494Gln",
"transcript": "ENST00000549145.5",
"protein_id": "ENSP00000447660.1",
"transcript_support_level": 5,
"aa_start": 494,
"aa_end": null,
"aa_length": 1154,
"cds_start": 1482,
"cds_end": null,
"cds_length": 3465,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 4031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "NM_206819.4",
"protein_id": "NP_996555.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1148,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3447,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "NM_001254719.3",
"protein_id": "NP_001241648.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1146,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3441,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "NM_206820.4",
"protein_id": "NP_996556.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "ENST00000550270.1",
"protein_id": "ENSP00000449702.1",
"transcript_support_level": 5,
"aa_start": 481,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 1443,
"cdna_end": null,
"cdna_length": 3426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1404C>G",
"hgvs_p": "p.His468Gln",
"transcript": "NM_001254723.3",
"protein_id": "NP_001241652.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 1139,
"cds_start": 1404,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 3708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1404C>G",
"hgvs_p": "p.His468Gln",
"transcript": "ENST00000392934.7",
"protein_id": "ENSP00000376665.3",
"transcript_support_level": 2,
"aa_start": 468,
"aa_end": null,
"aa_length": 1139,
"cds_start": 1404,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1407C>G",
"hgvs_p": "p.His469Gln",
"transcript": "NM_001254720.3",
"protein_id": "NP_001241649.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1407,
"cds_end": null,
"cds_length": 3405,
"cdna_start": 1507,
"cdna_end": null,
"cdna_length": 3813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1386C>G",
"hgvs_p": "p.His462Gln",
"transcript": "NM_001404676.1",
"protein_id": "NP_001391605.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1386,
"cds_end": null,
"cds_length": 3402,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1401C>G",
"hgvs_p": "p.His467Gln",
"transcript": "ENST00000547509.5",
"protein_id": "ENSP00000447362.1",
"transcript_support_level": 5,
"aa_start": 467,
"aa_end": null,
"aa_length": 1132,
"cds_start": 1401,
"cds_end": null,
"cds_length": 3399,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1386C>G",
"hgvs_p": "p.His462Gln",
"transcript": "NM_001254721.3",
"protein_id": "NP_001241650.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1386,
"cds_end": null,
"cds_length": 3384,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "NM_206821.4",
"protein_id": "NP_996557.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1123,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3372,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1365C>G",
"hgvs_p": "p.His455Gln",
"transcript": "NM_001254722.3",
"protein_id": "NP_001241651.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 1120,
"cds_start": 1365,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1308C>G",
"hgvs_p": "p.His436Gln",
"transcript": "NM_001404677.1",
"protein_id": "NP_001391606.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 1107,
"cds_start": 1308,
"cds_end": null,
"cds_length": 3324,
"cdna_start": 1408,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1386C>G",
"hgvs_p": "p.His462Gln",
"transcript": "NM_001404678.1",
"protein_id": "NP_001391607.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 1104,
"cds_start": 1386,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1308C>G",
"hgvs_p": "p.His436Gln",
"transcript": "NM_001404679.1",
"protein_id": "NP_001391608.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 1101,
"cds_start": 1308,
"cds_end": null,
"cds_length": 3306,
"cdna_start": 1408,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1365C>G",
"hgvs_p": "p.His455Gln",
"transcript": "NM_001404680.1",
"protein_id": "NP_001391609.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1365,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1308C>G",
"hgvs_p": "p.His436Gln",
"transcript": "NM_001404681.1",
"protein_id": "NP_001391610.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 1078,
"cds_start": 1308,
"cds_end": null,
"cds_length": 3237,
"cdna_start": 1408,
"cdna_end": null,
"cdna_length": 3655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "XM_006719405.5",
"protein_id": "XP_006719468.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1195,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3588,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "XM_006719406.5",
"protein_id": "XP_006719469.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1189,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1482C>G",
"hgvs_p": "p.His494Gln",
"transcript": "XM_006719407.4",
"protein_id": "XP_006719470.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 1183,
"cds_start": 1482,
"cds_end": null,
"cds_length": 3552,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 3998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1461C>G",
"hgvs_p": "p.His487Gln",
"transcript": "XM_017019315.3",
"protein_id": "XP_016874804.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 1176,
"cds_start": 1461,
"cds_end": null,
"cds_length": 3531,
"cdna_start": 1561,
"cdna_end": null,
"cdna_length": 3977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "XM_017019316.2",
"protein_id": "XP_016874805.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1173,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 3777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "XM_006719409.4",
"protein_id": "XP_006719472.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3513,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln",
"transcript": "XM_006719410.5",
"protein_id": "XP_006719473.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 1166,
"cds_start": 1518,
"cds_end": null,
"cds_length": 3501,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 4077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1482C>G",
"hgvs_p": "p.His494Gln",
"transcript": "XM_005268876.5",
"protein_id": "XP_005268933.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 1165,
"cds_start": 1482,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 3944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "XM_006719411.4",
"protein_id": "XP_006719474.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1164,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3495,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.His481Gln",
"transcript": "XM_017019317.2",
"protein_id": "XP_016874806.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1152,
"cds_start": 1443,
"cds_end": null,
"cds_length": 3459,
"cdna_start": 1543,
"cdna_end": null,
"cdna_length": 3905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1461C>G",
"hgvs_p": "p.His487Gln",
"transcript": "XM_017019318.3",
"protein_id": "XP_016874807.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 1152,
"cds_start": 1461,
"cds_end": null,
"cds_length": 3459,
"cdna_start": 1561,
"cdna_end": null,
"cdna_length": 4025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1386C>G",
"hgvs_p": "p.His462Gln",
"transcript": "XM_017019319.3",
"protein_id": "XP_016874808.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 1151,
"cds_start": 1386,
"cds_end": null,
"cds_length": 3456,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 3902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1365C>G",
"hgvs_p": "p.His455Gln",
"transcript": "XM_017019320.2",
"protein_id": "XP_016874809.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 1144,
"cds_start": 1365,
"cds_end": null,
"cds_length": 3435,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.1365C>G",
"hgvs_p": "p.His455Gln",
"transcript": "XM_047428875.1",
"protein_id": "XP_047284831.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 1126,
"cds_start": 1365,
"cds_end": null,
"cds_length": 3381,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 3827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000257514",
"gene_hgnc_id": null,
"hgvs_c": "n.258-4357G>C",
"hgvs_p": null,
"transcript": "ENST00000547027.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "n.575-31219C>G",
"hgvs_p": null,
"transcript": "ENST00000550501.3",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000257514",
"gene_hgnc_id": null,
"hgvs_c": "n.408-4357G>C",
"hgvs_p": null,
"transcript": "ENST00000774501.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000257514",
"gene_hgnc_id": null,
"hgvs_c": "n.128-4357G>C",
"hgvs_p": null,
"transcript": "ENST00000774502.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"dbsnp": "rs3817552",
"frequency_reference_population": 0.15702711,
"hom_count_reference_population": 20958,
"allele_count_reference_population": 253389,
"gnomad_exomes_af": 0.157931,
"gnomad_genomes_af": 0.148339,
"gnomad_exomes_ac": 230827,
"gnomad_genomes_ac": 22562,
"gnomad_exomes_homalt": 19143,
"gnomad_genomes_homalt": 1815,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0017406046390533447,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.274,
"revel_prediction": "Benign",
"alphamissense_score": 0.1871,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.452,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000361466.7",
"gene_symbol": "MYBPC1",
"hgnc_id": 7549,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1518C>G",
"hgvs_p": "p.His506Gln"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000547027.1",
"gene_symbol": "ENSG00000257514",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.258-4357G>C",
"hgvs_p": null
}
],
"clinvar_disease": " congenital, distal, type 1B, with tremor,Arthrogryposis,Lethal congenital contracture syndrome 4,Myopathy,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:8",
"phenotype_combined": "not specified|Arthrogryposis, distal, type 1B|Lethal congenital contracture syndrome 4|Myopathy, congenital, with tremor|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}