← 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-148470116-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=148470116&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 148470116,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000642680.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001378120.1",
"protein_id": "NP_001365049.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3691,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "ENST00000642680.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "ENST00000642680.2",
"protein_id": "ENSP00000493871.2",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3691,
"cdna_end": null,
"cdna_length": 10732,
"mane_select": "NM_001378120.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "ENST00000407073.5",
"protein_id": "ENSP00000386049.1",
"transcript_support_level": 1,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3170,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438854.1",
"protein_id": "NP_001425783.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3750,
"cdna_end": null,
"cdna_length": 10830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438856.1",
"protein_id": "NP_001425785.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3750,
"cdna_end": null,
"cdna_length": 10791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438857.1",
"protein_id": "NP_001425786.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3778,
"cdna_end": null,
"cdna_length": 10819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438858.1",
"protein_id": "NP_001425787.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5184,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 10581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438855.1",
"protein_id": "NP_001425784.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1507,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 3691,
"cdna_end": null,
"cdna_length": 10072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "ENST00000638043.2",
"protein_id": "ENSP00000490728.2",
"transcript_support_level": 5,
"aa_start": 725,
"aa_end": null,
"aa_length": 1507,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 3276,
"cdna_end": null,
"cdna_length": 7019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438859.1",
"protein_id": "NP_001425788.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3691,
"cdna_end": null,
"cdna_length": 10033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438860.1",
"protein_id": "NP_001425789.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3750,
"cdna_end": null,
"cdna_length": 10092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438861.1",
"protein_id": "NP_001425790.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 9882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_001438862.1",
"protein_id": "NP_001425791.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3133,
"cdna_end": null,
"cdna_length": 9475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "NM_018328.5",
"protein_id": "NP_060798.2",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 3170,
"cdna_end": null,
"cdna_length": 9512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1390G>C",
"hgvs_p": "p.Ala464Pro",
"transcript": "ENST00000416015.2",
"protein_id": "ENSP00000393168.1",
"transcript_support_level": 5,
"aa_start": 464,
"aa_end": null,
"aa_length": 1063,
"cds_start": 1390,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 1392,
"cdna_end": null,
"cdna_length": 4343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "ENST00000627651.2",
"protein_id": "ENSP00000486370.1",
"transcript_support_level": 5,
"aa_start": 725,
"aa_end": null,
"aa_length": 851,
"cds_start": 2173,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 3271,
"cdna_end": null,
"cdna_length": 5610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_011511472.3",
"protein_id": "XP_011509774.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3066,
"cdna_end": null,
"cdna_length": 10146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445055.1",
"protein_id": "XP_047301011.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3691,
"cdna_end": null,
"cdna_length": 10771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445056.1",
"protein_id": "XP_047301012.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3304,
"cdna_end": null,
"cdna_length": 10384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445057.1",
"protein_id": "XP_047301013.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 10620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445058.1",
"protein_id": "XP_047301014.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 30781,
"cdna_end": null,
"cdna_length": 37861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445063.1",
"protein_id": "XP_047301019.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3958,
"cdna_end": null,
"cdna_length": 11038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445068.1",
"protein_id": "XP_047301024.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3215,
"cdna_end": null,
"cdna_length": 10295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445074.1",
"protein_id": "XP_047301030.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 20174,
"cdna_end": null,
"cdna_length": 27254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445077.1",
"protein_id": "XP_047301033.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3710,
"cdna_end": null,
"cdna_length": 10790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445078.1",
"protein_id": "XP_047301034.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3599,
"cdna_end": null,
"cdna_length": 10679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445079.1",
"protein_id": "XP_047301035.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 3837,
"cdna_end": null,
"cdna_length": 10917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445080.1",
"protein_id": "XP_047301036.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 9326,
"cdna_end": null,
"cdna_length": 16406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445081.1",
"protein_id": "XP_047301037.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 2997,
"cdna_end": null,
"cdna_length": 10077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445082.1",
"protein_id": "XP_047301038.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1740,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 6123,
"cdna_end": null,
"cdna_length": 13203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_024452988.2",
"protein_id": "XP_024308756.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1713,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5142,
"cdna_start": 30781,
"cdna_end": null,
"cdna_length": 33832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_024452989.2",
"protein_id": "XP_024308757.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1700,
"cds_start": 2173,
"cds_end": null,
"cds_length": 5103,
"cdna_start": 30781,
"cdna_end": null,
"cdna_length": 33793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.1828G>C",
"hgvs_p": "p.Ala610Pro",
"transcript": "XM_047445086.1",
"protein_id": "XP_047301042.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 1625,
"cds_start": 1828,
"cds_end": null,
"cds_length": 4878,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 9294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_024452990.2",
"protein_id": "XP_024308758.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1507,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 3540,
"cdna_end": null,
"cdna_length": 9921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445088.1",
"protein_id": "XP_047301044.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1507,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4524,
"cdna_start": 3208,
"cdna_end": null,
"cdna_length": 9589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"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.2173G>C",
"hgvs_p": "p.Ala725Pro",
"transcript": "XM_047445093.1",
"protein_id": "XP_047301049.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1494,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4485,
"cdna_start": 9326,
"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.607G>C",
"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.2173G>C",
"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": "rs747127657",
"frequency_reference_population": 6.841583e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84158e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09000125527381897,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.11,
"revel_prediction": "Benign",
"alphamissense_score": 0.1317,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.313,
"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": "ENST00000642680.2",
"gene_symbol": "MBD5",
"hgnc_id": 20444,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2173G>C",
"hgvs_p": "p.Ala725Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}