← 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-101632148-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=101632148&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 101632148,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001404675.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "NM_002465.4",
"protein_id": "NP_002456.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": null,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361466.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002465.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000361466.7",
"protein_id": "ENSP00000354849.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1171,
"cds_start": null,
"cds_end": null,
"cds_length": 3516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002465.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361466.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000361685.6",
"protein_id": "ENSP00000354845.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361685.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000545503.6",
"protein_id": "ENSP00000440034.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": null,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545503.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.445+10C>T",
"hgvs_p": null,
"transcript": "ENST00000541119.5",
"protein_id": "ENSP00000442847.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541119.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000536007.5",
"protein_id": "ENSP00000446128.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1127,
"cds_start": null,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536007.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000553190.5",
"protein_id": "ENSP00000447900.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1123,
"cds_start": null,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553190.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "ENST00000547405.5",
"protein_id": "ENSP00000448175.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": null,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547405.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.184+10C>T",
"hgvs_p": null,
"transcript": "ENST00000551300.5",
"protein_id": "ENSP00000447116.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1024,
"cds_start": null,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551300.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971973.1",
"protein_id": "ENSP00000642032.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1189,
"cds_start": null,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "NM_001404675.1",
"protein_id": "NP_001391604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": null,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971982.1",
"protein_id": "ENSP00000642041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1177,
"cds_start": null,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_001254718.3",
"protein_id": "NP_001241647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": null,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254718.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000452455.6",
"protein_id": "ENSP00000400908.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": null,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452455.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971988.1",
"protein_id": "ENSP00000642047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1167,
"cds_start": null,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971988.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971975.1",
"protein_id": "ENSP00000642034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971976.1",
"protein_id": "ENSP00000642035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": null,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971976.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971978.1",
"protein_id": "ENSP00000642037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1159,
"cds_start": null,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971978.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.517+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971979.1",
"protein_id": "ENSP00000642038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1158,
"cds_start": null,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971979.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.514+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971974.1",
"protein_id": "ENSP00000642033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1157,
"cds_start": null,
"cds_end": null,
"cds_length": 3474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971974.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "ENST00000549145.5",
"protein_id": "ENSP00000447660.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1154,
"cds_start": null,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549145.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "NM_206819.4",
"protein_id": "NP_996555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1148,
"cds_start": null,
"cds_end": null,
"cds_length": 3447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206819.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_001254719.3",
"protein_id": "NP_001241648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": null,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254719.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971986.1",
"protein_id": "ENSP00000642045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": null,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.478+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971980.1",
"protein_id": "ENSP00000642039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": null,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.475+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971989.1",
"protein_id": "ENSP00000642048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1144,
"cds_start": null,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_206820.4",
"protein_id": "NP_996556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1141,
"cds_start": null,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206820.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "ENST00000550270.1",
"protein_id": "ENSP00000449702.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1141,
"cds_start": null,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.442+10C>T",
"hgvs_p": null,
"transcript": "NM_001254723.3",
"protein_id": "NP_001241652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1139,
"cds_start": null,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254723.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.442+10C>T",
"hgvs_p": null,
"transcript": "ENST00000392934.7",
"protein_id": "ENSP00000376665.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1139,
"cds_start": null,
"cds_end": null,
"cds_length": 3420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392934.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971984.1",
"protein_id": "ENSP00000642043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1138,
"cds_start": null,
"cds_end": null,
"cds_length": 3417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.445+10C>T",
"hgvs_p": null,
"transcript": "NM_001254720.3",
"protein_id": "NP_001241649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254720.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_001404676.1",
"protein_id": "NP_001391605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1133,
"cds_start": null,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.442+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971987.1",
"protein_id": "ENSP00000642046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1133,
"cds_start": null,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.439+10C>T",
"hgvs_p": null,
"transcript": "ENST00000547509.5",
"protein_id": "ENSP00000447362.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1132,
"cds_start": null,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547509.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_001254721.3",
"protein_id": "NP_001241650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1127,
"cds_start": null,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254721.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971981.1",
"protein_id": "ENSP00000642040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1126,
"cds_start": null,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_206821.4",
"protein_id": "NP_996557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1123,
"cds_start": null,
"cds_end": null,
"cds_length": 3372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206821.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "NM_001254722.3",
"protein_id": "NP_001241651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": null,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001254722.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "NM_001404677.1",
"protein_id": "NP_001391606.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404677.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "NM_001404678.1",
"protein_id": "NP_001391607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1104,
"cds_start": null,
"cds_end": null,
"cds_length": 3315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "NM_001404679.1",
"protein_id": "NP_001391608.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1101,
"cds_start": null,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404679.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "NM_001404680.1",
"protein_id": "NP_001391609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": null,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971985.1",
"protein_id": "ENSP00000642044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1089,
"cds_start": null,
"cds_end": null,
"cds_length": 3270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971985.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "NM_001404681.1",
"protein_id": "NP_001391610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": null,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001404681.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "ENST00000971983.1",
"protein_id": "ENSP00000642042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"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": "ENST00000971983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.103+14905C>T",
"hgvs_p": null,
"transcript": "ENST00000971977.1",
"protein_id": "ENSP00000642036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971977.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.184+10C>T",
"hgvs_p": null,
"transcript": "ENST00000550514.5",
"protein_id": "ENSP00000447404.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 103,
"cds_start": null,
"cds_end": null,
"cds_length": 314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550514.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_006719405.5",
"protein_id": "XP_006719468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1195,
"cds_start": null,
"cds_end": null,
"cds_length": 3588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719405.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_006719406.5",
"protein_id": "XP_006719469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1189,
"cds_start": null,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719406.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "XM_006719407.4",
"protein_id": "XP_006719470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1183,
"cds_start": null,
"cds_end": null,
"cds_length": 3552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719407.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_017019315.3",
"protein_id": "XP_016874804.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1176,
"cds_start": null,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019315.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_017019316.2",
"protein_id": "XP_016874805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": null,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019316.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "XM_006719409.4",
"protein_id": "XP_006719472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": null,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719409.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_006719410.5",
"protein_id": "XP_006719473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": null,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719410.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.520+10C>T",
"hgvs_p": null,
"transcript": "XM_005268876.5",
"protein_id": "XP_005268933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": null,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005268876.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "XM_006719411.4",
"protein_id": "XP_006719474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1164,
"cds_start": null,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719411.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "XM_017019317.2",
"protein_id": "XP_016874806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019317.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.556+10C>T",
"hgvs_p": null,
"transcript": "XM_017019318.3",
"protein_id": "XP_016874807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019318.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.481+10C>T",
"hgvs_p": null,
"transcript": "XM_017019319.3",
"protein_id": "XP_016874808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1151,
"cds_start": null,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019319.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "XM_017019320.2",
"protein_id": "XP_016874809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1144,
"cds_start": null,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019320.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "c.403+10C>T",
"hgvs_p": null,
"transcript": "XM_047428875.1",
"protein_id": "XP_047284831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1126,
"cds_start": null,
"cds_end": null,
"cds_length": 3381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "n.437+10C>T",
"hgvs_p": null,
"transcript": "ENST00000550312.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000550312.5"
},
{
"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.574+17204C>T",
"hgvs_p": null,
"transcript": "ENST00000550501.3",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000550501.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "n.443+10C>T",
"hgvs_p": null,
"transcript": "ENST00000552198.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552198.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"hgvs_c": "n.*26C>T",
"hgvs_p": null,
"transcript": "ENST00000548834.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000548834.1"
}
],
"gene_symbol": "MYBPC1",
"gene_hgnc_id": 7549,
"dbsnp": "rs61935677",
"frequency_reference_population": 0.0000063713205,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000637132,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.167,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001404675.1",
"gene_symbol": "MYBPC1",
"hgnc_id": 7549,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.556+10C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}