← 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: 9-137087035-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=137087035&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 137087035,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_016219.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "NM_016219.5",
"protein_id": "NP_057303.2",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 699,
"cds_start": 36,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2707,
"mane_select": "ENST00000371589.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000371589.9",
"protein_id": "ENSP00000360645.4",
"transcript_support_level": 1,
"aa_start": 12,
"aa_end": null,
"aa_length": 699,
"cds_start": 36,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2707,
"mane_select": "NM_016219.5",
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000371587.9",
"protein_id": "ENSP00000483132.2",
"transcript_support_level": 1,
"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": 2816,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000544448.6",
"protein_id": "ENSP00000444966.2",
"transcript_support_level": 1,
"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": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000682881.1",
"protein_id": "ENSP00000506762.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 796,
"cds_start": 36,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 179,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000535144.6",
"protein_id": "ENSP00000441398.3",
"transcript_support_level": 2,
"aa_start": 12,
"aa_end": null,
"aa_length": 731,
"cds_start": 36,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 3432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000682212.1",
"protein_id": "ENSP00000508217.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 725,
"cds_start": 36,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000684759.1",
"protein_id": "ENSP00000507818.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 724,
"cds_start": 36,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000683324.1",
"protein_id": "ENSP00000507373.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 698,
"cds_start": 36,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 2801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000684144.1",
"protein_id": "ENSP00000508213.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 697,
"cds_start": 36,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000682117.1",
"protein_id": "ENSP00000507328.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 686,
"cds_start": 36,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 71,
"cdna_end": null,
"cdna_length": 2690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000683355.1",
"protein_id": "ENSP00000508045.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 653,
"cds_start": 36,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 73,
"cdna_end": null,
"cdna_length": 2692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000683987.1",
"protein_id": "ENSP00000507715.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 648,
"cds_start": 36,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000475449.7",
"protein_id": "ENSP00000448658.2",
"transcript_support_level": 3,
"aa_start": 12,
"aa_end": null,
"aa_length": 637,
"cds_start": 36,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "ENST00000542372.2",
"protein_id": "ENSP00000444189.2",
"transcript_support_level": 4,
"aa_start": 12,
"aa_end": null,
"aa_length": 559,
"cds_start": 36,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 125,
"cdna_end": null,
"cdna_length": 1769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu",
"transcript": "XM_006716945.5",
"protein_id": "XP_006717008.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 731,
"cds_start": 36,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 51,
"cdna_end": null,
"cdna_length": 2627,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000545539.6",
"protein_id": "ENSP00000440314.2",
"transcript_support_level": 4,
"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": 2846,
"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": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.60C>T",
"hgvs_p": null,
"transcript": "ENST00000682210.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3314,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.71C>T",
"hgvs_p": null,
"transcript": "ENST00000682425.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2919,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000683135.1",
"protein_id": "ENSP00000507130.1",
"transcript_support_level": null,
"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": 2755,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000683475.1",
"protein_id": "ENSP00000507749.1",
"transcript_support_level": null,
"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": 2796,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000683979.1",
"protein_id": "ENSP00000507362.1",
"transcript_support_level": null,
"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": 7082,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000684138.1",
"protein_id": "ENSP00000506755.1",
"transcript_support_level": null,
"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": 2891,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.79C>T",
"hgvs_p": null,
"transcript": "ENST00000684229.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2792,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000684272.1",
"protein_id": "ENSP00000506776.1",
"transcript_support_level": null,
"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": 2852,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000684297.1",
"protein_id": "ENSP00000507160.1",
"transcript_support_level": null,
"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": 2572,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.36C>T",
"hgvs_p": null,
"transcript": "ENST00000684366.1",
"protein_id": "ENSP00000507668.1",
"transcript_support_level": null,
"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": 2526,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.56C>T",
"hgvs_p": null,
"transcript": "ENST00000684645.1",
"protein_id": null,
"transcript_support_level": null,
"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": 7162,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.51C>T",
"hgvs_p": null,
"transcript": "NR_045720.2",
"protein_id": null,
"transcript_support_level": null,
"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": 2682,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.51C>T",
"hgvs_p": null,
"transcript": "NR_045721.2",
"protein_id": null,
"transcript_support_level": null,
"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": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"hgvs_c": "n.-49C>T",
"hgvs_p": null,
"transcript": "ENST00000545096.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1-DT",
"gene_hgnc_id": 48715,
"hgvs_c": "n.-218G>A",
"hgvs_p": null,
"transcript": "ENST00000596585.3",
"protein_id": null,
"transcript_support_level": 6,
"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": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN1B1-DT",
"gene_hgnc_id": 48715,
"hgvs_c": "n.-218G>A",
"hgvs_p": null,
"transcript": "NR_027447.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAN1B1",
"gene_hgnc_id": 6823,
"dbsnp": "rs536416852",
"frequency_reference_population": 0.0000567704,
"hom_count_reference_population": 0,
"allele_count_reference_population": 91,
"gnomad_exomes_af": 0.0000579028,
"gnomad_genomes_af": 0.0000459794,
"gnomad_exomes_ac": 84,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.699999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.04,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_016219.5",
"gene_symbol": "MAN1B1",
"hgnc_id": 6823,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.36C>T",
"hgvs_p": "p.Leu12Leu"
},
{
"score": -10,
"benign_score": 12,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "NR_027447.1",
"gene_symbol": "MAN1B1-DT",
"hgnc_id": 48715,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-218G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,Rafiq syndrome",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Inborn genetic diseases|Rafiq syndrome",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}