← 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: 3-169100918-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=169100918&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 169100918,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004991.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2816A>G",
"hgvs_p": "p.His939Arg",
"transcript": "NM_004991.4",
"protein_id": "NP_004982.2",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651503.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004991.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2816A>G",
"hgvs_p": "p.His939Arg",
"transcript": "ENST00000651503.2",
"protein_id": "ENSP00000498411.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2816,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004991.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651503.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2447A>G",
"hgvs_p": "p.His816Arg",
"transcript": "ENST00000264674.7",
"protein_id": "ENSP00000264674.3",
"transcript_support_level": 1,
"aa_start": 816,
"aa_end": null,
"aa_length": 1116,
"cds_start": 2447,
"cds_end": null,
"cds_length": 3351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264674.7"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "ENST00000433243.6",
"protein_id": "ENSP00000394302.2",
"transcript_support_level": 1,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433243.6"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "ENST00000628990.2",
"protein_id": "ENSP00000486104.1",
"transcript_support_level": 1,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628990.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.His742Arg",
"transcript": "ENST00000464456.5",
"protein_id": "ENSP00000419770.1",
"transcript_support_level": 1,
"aa_start": 742,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2225,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464456.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.His742Arg",
"transcript": "ENST00000460814.5",
"protein_id": "ENSP00000420466.1",
"transcript_support_level": 1,
"aa_start": 742,
"aa_end": null,
"aa_length": 1003,
"cds_start": 2225,
"cds_end": null,
"cds_length": 3012,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460814.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2789A>G",
"hgvs_p": "p.His930Arg",
"transcript": "NM_001366466.2",
"protein_id": "NP_001353395.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1230,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366466.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2789A>G",
"hgvs_p": "p.His930Arg",
"transcript": "ENST00000494292.6",
"protein_id": "ENSP00000417899.1",
"transcript_support_level": 5,
"aa_start": 930,
"aa_end": null,
"aa_length": 1230,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494292.6"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2447A>G",
"hgvs_p": "p.His816Arg",
"transcript": "NM_001105077.4",
"protein_id": "NP_001098547.3",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 1116,
"cds_start": 2447,
"cds_end": null,
"cds_length": 3351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001105077.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "NM_001366467.2",
"protein_id": "NP_001353396.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366467.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "NM_001366468.2",
"protein_id": "NP_001353397.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366468.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "ENST00000472280.5",
"protein_id": "ENSP00000420048.1",
"transcript_support_level": 5,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472280.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "NM_001105078.4",
"protein_id": "NP_001098548.2",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001105078.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "NM_001205194.2",
"protein_id": "NP_001192123.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001205194.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "NM_001366469.2",
"protein_id": "NP_001353398.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366469.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "NM_005241.4",
"protein_id": "NP_005232.2",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005241.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.His751Arg",
"transcript": "ENST00000468789.5",
"protein_id": "ENSP00000419995.1",
"transcript_support_level": 2,
"aa_start": 751,
"aa_end": null,
"aa_length": 1051,
"cds_start": 2252,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468789.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.His743Arg",
"transcript": "NM_001163999.2",
"protein_id": "NP_001157471.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2228,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163999.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.His743Arg",
"transcript": "NM_001366470.2",
"protein_id": "NP_001353399.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2228,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366470.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.His742Arg",
"transcript": "NM_001164000.2",
"protein_id": "NP_001157472.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2225,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164000.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.His742Arg",
"transcript": "NM_001366471.2",
"protein_id": "NP_001353400.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2225,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366471.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2225A>G",
"hgvs_p": "p.His742Arg",
"transcript": "NM_001366472.2",
"protein_id": "NP_001353401.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2225,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366472.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1817A>G",
"hgvs_p": "p.His606Arg",
"transcript": "NM_001366473.2",
"protein_id": "NP_001353402.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 906,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366473.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.His418Arg",
"transcript": "NM_001366474.2",
"protein_id": "NP_001353403.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 718,
"cds_start": 1253,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366474.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2819A>G",
"hgvs_p": "p.His940Arg",
"transcript": "XM_005247213.4",
"protein_id": "XP_005247270.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 1240,
"cds_start": 2819,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247213.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2792A>G",
"hgvs_p": "p.His931Arg",
"transcript": "XM_005247214.4",
"protein_id": "XP_005247271.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 1231,
"cds_start": 2792,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247214.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2495A>G",
"hgvs_p": "p.His832Arg",
"transcript": "XM_047447677.1",
"protein_id": "XP_047303633.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 1132,
"cds_start": 2495,
"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": "XM_047447677.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.His831Arg",
"transcript": "XM_047447678.1",
"protein_id": "XP_047303634.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2492,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447678.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2471A>G",
"hgvs_p": "p.His824Arg",
"transcript": "XM_011512546.3",
"protein_id": "XP_011510848.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 1124,
"cds_start": 2471,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011512546.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2468A>G",
"hgvs_p": "p.His823Arg",
"transcript": "XM_047447679.1",
"protein_id": "XP_047303635.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 1123,
"cds_start": 2468,
"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": "XM_047447679.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2444A>G",
"hgvs_p": "p.His815Arg",
"transcript": "XM_047447680.1",
"protein_id": "XP_047303636.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2444,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447680.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2444A>G",
"hgvs_p": "p.His815Arg",
"transcript": "XM_047447681.1",
"protein_id": "XP_047303637.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1115,
"cds_start": 2444,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447681.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2441A>G",
"hgvs_p": "p.His814Arg",
"transcript": "XM_047447682.1",
"protein_id": "XP_047303638.1",
"transcript_support_level": null,
"aa_start": 814,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2441,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447682.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2420A>G",
"hgvs_p": "p.His807Arg",
"transcript": "XM_047447683.1",
"protein_id": "XP_047303639.1",
"transcript_support_level": null,
"aa_start": 807,
"aa_end": null,
"aa_length": 1107,
"cds_start": 2420,
"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": "XM_047447683.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2417A>G",
"hgvs_p": "p.His806Arg",
"transcript": "XM_047447684.1",
"protein_id": "XP_047303640.1",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 1106,
"cds_start": 2417,
"cds_end": null,
"cds_length": 3321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447684.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "XM_005247221.3",
"protein_id": "XP_005247278.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247221.3"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2255A>G",
"hgvs_p": "p.His752Arg",
"transcript": "XM_047447685.1",
"protein_id": "XP_047303641.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2255,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447685.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.His743Arg",
"transcript": "XM_047447686.1",
"protein_id": "XP_047303642.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2228,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447686.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.2228A>G",
"hgvs_p": "p.His743Arg",
"transcript": "XM_047447687.1",
"protein_id": "XP_047303643.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2228,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447687.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1496A>G",
"hgvs_p": "p.His499Arg",
"transcript": "XM_047447688.1",
"protein_id": "XP_047303644.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 799,
"cds_start": 1496,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447688.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1472A>G",
"hgvs_p": "p.His491Arg",
"transcript": "XM_047447689.1",
"protein_id": "XP_047303645.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 791,
"cds_start": 1472,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447689.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1469A>G",
"hgvs_p": "p.His490Arg",
"transcript": "XM_047447690.1",
"protein_id": "XP_047303646.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 790,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447690.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1283A>G",
"hgvs_p": "p.His428Arg",
"transcript": "XM_047447691.1",
"protein_id": "XP_047303647.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 728,
"cds_start": 1283,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447691.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1280A>G",
"hgvs_p": "p.His427Arg",
"transcript": "XM_047447692.1",
"protein_id": "XP_047303648.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 727,
"cds_start": 1280,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447692.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1256A>G",
"hgvs_p": "p.His419Arg",
"transcript": "XM_047447693.1",
"protein_id": "XP_047303649.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 719,
"cds_start": 1256,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447693.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"hgvs_c": "c.1253A>G",
"hgvs_p": "p.His418Arg",
"transcript": "XM_047447694.1",
"protein_id": "XP_047303650.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 718,
"cds_start": 1253,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447694.1"
}
],
"gene_symbol": "MECOM",
"gene_hgnc_id": 3498,
"dbsnp": "rs864309723",
"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.9780086874961853,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.915,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9998,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.017,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.04,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_004991.4",
"gene_symbol": "MECOM",
"hgnc_id": 3498,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2816A>G",
"hgvs_p": "p.His939Arg"
}
],
"clinvar_disease": "Radioulnar synostosis with amegakaryocytic thrombocytopenia 2",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Radioulnar synostosis with amegakaryocytic thrombocytopenia 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}