← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-148512905-AC-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=148512905&ref=AC&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 148512905,
"ref": "AC",
"alt": "A",
"effect": "frameshift_variant",
"transcript": "ENST00000642680.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs",
"transcript": "NM_001378120.1",
"protein_id": "NP_001365049.1",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5154,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 6672,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "ENST00000642680.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs",
"transcript": "ENST00000642680.2",
"protein_id": "ENSP00000493871.2",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5154,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 6672,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "NM_001378120.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "ENST00000407073.5",
"protein_id": "ENSP00000386049.1",
"transcript_support_level": 1,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 5452,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "NM_001438854.1",
"protein_id": "NP_001425783.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6770,
"cdna_end": null,
"cdna_length": 10830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs",
"transcript": "NM_001438856.1",
"protein_id": "NP_001425785.1",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5154,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 6731,
"cdna_end": null,
"cdna_length": 10791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs",
"transcript": "NM_001438857.1",
"protein_id": "NP_001425786.1",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5154,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 6759,
"cdna_end": null,
"cdna_length": 10819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs",
"transcript": "NM_001438858.1",
"protein_id": "NP_001425787.1",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5154,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 6521,
"cdna_end": null,
"cdna_length": 10581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4494delC",
"hgvs_p": "p.Lys1499fs",
"transcript": "NM_001438855.1",
"protein_id": "NP_001425784.1",
"transcript_support_level": null,
"aa_start": 1498,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4494,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 6012,
"cdna_end": null,
"cdna_length": 10072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4494delC",
"hgvs_p": "p.Lys1499fs",
"transcript": "ENST00000638043.2",
"protein_id": "ENSP00000490728.2",
"transcript_support_level": 5,
"aa_start": 1498,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4494,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 5597,
"cdna_end": null,
"cdna_length": 7019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "NM_001438859.1",
"protein_id": "NP_001425788.1",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 5973,
"cdna_end": null,
"cdna_length": 10033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "NM_001438860.1",
"protein_id": "NP_001425789.1",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 6032,
"cdna_end": null,
"cdna_length": 10092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "NM_001438861.1",
"protein_id": "NP_001425790.1",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 5822,
"cdna_end": null,
"cdna_length": 9882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "NM_001438862.1",
"protein_id": "NP_001425791.1",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 5415,
"cdna_end": null,
"cdna_length": 9475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "NM_018328.5",
"protein_id": "NP_060798.2",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 5452,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.3162delC",
"hgvs_p": "p.Lys1055fs",
"transcript": "ENST00000416015.2",
"protein_id": "ENSP00000393168.1",
"transcript_support_level": 5,
"aa_start": 1054,
"aa_end": null,
"aa_length": 1063,
"cds_start": 3162,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 3164,
"cdna_end": null,
"cdna_length": 4343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.201delC",
"hgvs_p": "p.Lys68fs",
"transcript": "ENST00000630352.1",
"protein_id": "ENSP00000485889.1",
"transcript_support_level": 5,
"aa_start": 67,
"aa_end": null,
"aa_length": 76,
"cds_start": 201,
"cds_end": null,
"cds_length": 231,
"cdna_start": 203,
"cdna_end": null,
"cdna_length": 663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_011511472.3",
"protein_id": "XP_011509774.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6086,
"cdna_end": null,
"cdna_length": 10146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445055.1",
"protein_id": "XP_047301011.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6711,
"cdna_end": null,
"cdna_length": 10771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445056.1",
"protein_id": "XP_047301012.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6324,
"cdna_end": null,
"cdna_length": 10384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445057.1",
"protein_id": "XP_047301013.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6560,
"cdna_end": null,
"cdna_length": 10620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445058.1",
"protein_id": "XP_047301014.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 33801,
"cdna_end": null,
"cdna_length": 37861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445063.1",
"protein_id": "XP_047301019.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6978,
"cdna_end": null,
"cdna_length": 11038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445068.1",
"protein_id": "XP_047301024.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6235,
"cdna_end": null,
"cdna_length": 10295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445074.1",
"protein_id": "XP_047301030.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 23194,
"cdna_end": null,
"cdna_length": 27254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445077.1",
"protein_id": "XP_047301033.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6730,
"cdna_end": null,
"cdna_length": 10790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445078.1",
"protein_id": "XP_047301034.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6619,
"cdna_end": null,
"cdna_length": 10679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445079.1",
"protein_id": "XP_047301035.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6857,
"cdna_end": null,
"cdna_length": 10917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445080.1",
"protein_id": "XP_047301036.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 12346,
"cdna_end": null,
"cdna_length": 16406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445081.1",
"protein_id": "XP_047301037.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6017,
"cdna_end": null,
"cdna_length": 10077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.5193delC",
"hgvs_p": "p.Lys1732fs",
"transcript": "XM_047445082.1",
"protein_id": "XP_047301038.1",
"transcript_support_level": null,
"aa_start": 1731,
"aa_end": null,
"aa_length": 1740,
"cds_start": 5193,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 9143,
"cdna_end": null,
"cdna_length": 13203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4848delC",
"hgvs_p": "p.Lys1617fs",
"transcript": "XM_047445086.1",
"protein_id": "XP_047301042.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 1625,
"cds_start": 4848,
"cds_end": null,
"cds_length": 4878,
"cdna_start": 5234,
"cdna_end": null,
"cdna_length": 9294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4494delC",
"hgvs_p": "p.Lys1499fs",
"transcript": "XM_024452990.2",
"protein_id": "XP_024308758.1",
"transcript_support_level": null,
"aa_start": 1498,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4494,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 5861,
"cdna_end": null,
"cdna_length": 9921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4494delC",
"hgvs_p": "p.Lys1499fs",
"transcript": "XM_047445088.1",
"protein_id": "XP_047301044.1",
"transcript_support_level": null,
"aa_start": 1498,
"aa_end": null,
"aa_length": 1507,
"cds_start": 4494,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 5529,
"cdna_end": null,
"cdna_length": 9589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.4455delC",
"hgvs_p": "p.Lys1486fs",
"transcript": "XM_047445093.1",
"protein_id": "XP_047301049.1",
"transcript_support_level": null,
"aa_start": 1485,
"aa_end": null,
"aa_length": 1494,
"cds_start": 4455,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 11608,
"cdna_end": null,
"cdna_length": 15668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.2236delC",
"hgvs_p": null,
"transcript": "ENST00000496893.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": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.*352delC",
"hgvs_p": null,
"transcript": "ENST00000628572.2",
"protein_id": "ENSP00000486209.2",
"transcript_support_level": 5,
"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": 3595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.*100delC",
"hgvs_p": null,
"transcript": "ENST00000629878.2",
"protein_id": "ENSP00000487089.1",
"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": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.68delC",
"hgvs_p": null,
"transcript": "ENST00000637502.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.*352delC",
"hgvs_p": null,
"transcript": "ENST00000628572.2",
"protein_id": "ENSP00000486209.2",
"transcript_support_level": 5,
"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": 3595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.*100delC",
"hgvs_p": null,
"transcript": "ENST00000629878.2",
"protein_id": "ENSP00000487089.1",
"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": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"dbsnp": "rs1060501151",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 5.709,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Moderate,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Moderate",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000642680.2",
"gene_symbol": "MBD5",
"hgnc_id": 20444,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5154delC",
"hgvs_p": "p.Lys1719fs"
}
],
"clinvar_disease": " autosomal dominant 1,Intellectual disability",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Intellectual disability, autosomal dominant 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}