← 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-148469513-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=148469513&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 148469513,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001378120.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001378120.1",
"protein_id": "NP_001365049.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "ENST00000642680.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "ENST00000642680.2",
"protein_id": "ENSP00000493871.2",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "NM_001378120.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "ENST00000407073.5",
"protein_id": "ENSP00000386049.1",
"transcript_support_level": 1,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 2567,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438854.1",
"protein_id": "NP_001425783.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3147,
"cdna_end": null,
"cdna_length": 10830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438856.1",
"protein_id": "NP_001425785.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3147,
"cdna_end": null,
"cdna_length": 10791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438857.1",
"protein_id": "NP_001425786.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3175,
"cdna_end": null,
"cdna_length": 10819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438858.1",
"protein_id": "NP_001425787.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 2937,
"cdna_end": null,
"cdna_length": 10581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438855.1",
"protein_id": "NP_001425784.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1507,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 10072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "ENST00000638043.2",
"protein_id": "ENSP00000490728.2",
"transcript_support_level": 5,
"aa_start": 524,
"aa_end": null,
"aa_length": 1507,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 2673,
"cdna_end": null,
"cdna_length": 7019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438859.1",
"protein_id": "NP_001425788.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 10033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438860.1",
"protein_id": "NP_001425789.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3147,
"cdna_end": null,
"cdna_length": 10092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438861.1",
"protein_id": "NP_001425790.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 2937,
"cdna_end": null,
"cdna_length": 9882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_001438862.1",
"protein_id": "NP_001425791.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 2530,
"cdna_end": null,
"cdna_length": 9475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "NM_018328.5",
"protein_id": "NP_060798.2",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 2567,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.787C>G",
"hgvs_p": "p.Pro263Ala",
"transcript": "ENST00000416015.2",
"protein_id": "ENSP00000393168.1",
"transcript_support_level": 5,
"aa_start": 263,
"aa_end": null,
"aa_length": 1063,
"cds_start": 787,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 4343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "ENST00000627651.2",
"protein_id": "ENSP00000486370.1",
"transcript_support_level": 5,
"aa_start": 524,
"aa_end": null,
"aa_length": 851,
"cds_start": 1570,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 2668,
"cdna_end": null,
"cdna_length": 5610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_011511472.3",
"protein_id": "XP_011509774.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2463,
"cdna_end": null,
"cdna_length": 10146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445055.1",
"protein_id": "XP_047301011.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 10771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445056.1",
"protein_id": "XP_047301012.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2701,
"cdna_end": null,
"cdna_length": 10384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445057.1",
"protein_id": "XP_047301013.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2937,
"cdna_end": null,
"cdna_length": 10620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445058.1",
"protein_id": "XP_047301014.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 30178,
"cdna_end": null,
"cdna_length": 37861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445063.1",
"protein_id": "XP_047301019.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3355,
"cdna_end": null,
"cdna_length": 11038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445068.1",
"protein_id": "XP_047301024.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2612,
"cdna_end": null,
"cdna_length": 10295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445074.1",
"protein_id": "XP_047301030.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 19571,
"cdna_end": null,
"cdna_length": 27254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445077.1",
"protein_id": "XP_047301033.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3107,
"cdna_end": null,
"cdna_length": 10790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445078.1",
"protein_id": "XP_047301034.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2996,
"cdna_end": null,
"cdna_length": 10679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445079.1",
"protein_id": "XP_047301035.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3234,
"cdna_end": null,
"cdna_length": 10917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445080.1",
"protein_id": "XP_047301036.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 8723,
"cdna_end": null,
"cdna_length": 16406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445081.1",
"protein_id": "XP_047301037.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2394,
"cdna_end": null,
"cdna_length": 10077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445082.1",
"protein_id": "XP_047301038.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1740,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 5520,
"cdna_end": null,
"cdna_length": 13203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_024452988.2",
"protein_id": "XP_024308756.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1713,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5142,
"cdna_start": 30178,
"cdna_end": null,
"cdna_length": 33832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_024452989.2",
"protein_id": "XP_024308757.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1700,
"cds_start": 1570,
"cds_end": null,
"cds_length": 5103,
"cdna_start": 30178,
"cdna_end": null,
"cdna_length": 33793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1225C>G",
"hgvs_p": "p.Pro409Ala",
"transcript": "XM_047445086.1",
"protein_id": "XP_047301042.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 1625,
"cds_start": 1225,
"cds_end": null,
"cds_length": 4878,
"cdna_start": 1611,
"cdna_end": null,
"cdna_length": 9294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_024452990.2",
"protein_id": "XP_024308758.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1507,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 2937,
"cdna_end": null,
"cdna_length": 9921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445088.1",
"protein_id": "XP_047301044.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1507,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 2605,
"cdna_end": null,
"cdna_length": 9589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala",
"transcript": "XM_047445093.1",
"protein_id": "XP_047301049.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1494,
"cds_start": 1570,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 8723,
"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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.4C>G",
"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": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MBD5",
"gene_hgnc_id": 20444,
"hgvs_c": "n.1570C>G",
"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": "rs727503998",
"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": 0.1273619532585144,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.073,
"revel_prediction": "Benign",
"alphamissense_score": 0.0815,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.243,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001378120.1",
"gene_symbol": "MBD5",
"hgnc_id": 20444,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1570C>G",
"hgvs_p": "p.Pro524Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}