← 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-137099759-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=137099759&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 13,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MAN1B1",
"hgnc_id": 6823,
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -13,
"transcript": "NM_016219.5",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_score": -13,
"allele_count_reference_population": 1151,
"alphamissense_prediction": null,
"alphamissense_score": 0.0947,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.24,
"chr": "9",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Inborn genetic diseases,Intellectual disability,Rafiq syndrome,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1 B:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.00769922137260437,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 699,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2707,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2100,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_016219.5",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000371589.9",
"protein_coding": true,
"protein_id": "NP_057303.2",
"strand": true,
"transcript": "NM_016219.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 699,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2707,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2100,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000371589.9",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_016219.5",
"protein_coding": true,
"protein_id": "ENSP00000360645.4",
"strand": true,
"transcript": "ENST00000371589.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2816,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000371587.9",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483132.2",
"strand": true,
"transcript": "ENST00000371587.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2449,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000544448.6",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000444966.2",
"strand": true,
"transcript": "ENST00000544448.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2816,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000371587.9",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000483132.2",
"strand": true,
"transcript": "ENST00000371587.9",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 796,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2698,
"cdna_start": 937,
"cds_end": null,
"cds_length": 2391,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000682881.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506762.1",
"strand": true,
"transcript": "ENST00000682881.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 731,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3432,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2196,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000535144.6",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000441398.3",
"strand": true,
"transcript": "ENST00000535144.6",
"transcript_support_level": 2
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 726,
"aa_ref": "R",
"aa_start": 292,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2801,
"cdna_start": 906,
"cds_end": null,
"cds_length": 2181,
"cds_start": 875,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877685.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.875G>A",
"hgvs_p": "p.Arg292His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547744.1",
"strand": true,
"transcript": "ENST00000877685.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 725,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2178,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000682212.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508217.1",
"strand": true,
"transcript": "ENST00000682212.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 724,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2700,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2175,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684759.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507818.1",
"strand": true,
"transcript": "ENST00000684759.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 722,
"aa_ref": "R",
"aa_start": 288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2777,
"cdna_start": 879,
"cds_end": null,
"cds_length": 2169,
"cds_start": 863,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000877687.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547746.1",
"strand": true,
"transcript": "ENST00000877687.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 717,
"aa_ref": "R",
"aa_start": 283,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2795,
"cdna_start": 893,
"cds_end": null,
"cds_length": 2154,
"cds_start": 848,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000916528.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.848G>A",
"hgvs_p": "p.Arg283His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586587.1",
"strand": true,
"transcript": "ENST00000916528.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 698,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2801,
"cdna_start": 921,
"cds_end": null,
"cds_length": 2097,
"cds_start": 791,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683324.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.791G>A",
"hgvs_p": "p.Arg264His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507373.1",
"strand": true,
"transcript": "ENST00000683324.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 698,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2806,
"cdna_start": 907,
"cds_end": null,
"cds_length": 2097,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000916526.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586585.1",
"strand": true,
"transcript": "ENST00000916526.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 698,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2740,
"cdna_start": 847,
"cds_end": null,
"cds_length": 2097,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000916527.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586586.1",
"strand": true,
"transcript": "ENST00000916527.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 264,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2698,
"cdna_start": 806,
"cds_end": null,
"cds_length": 2094,
"cds_start": 791,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684144.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.791G>A",
"hgvs_p": "p.Arg264His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508213.1",
"strand": true,
"transcript": "ENST00000684144.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 697,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2717,
"cdna_start": 825,
"cds_end": null,
"cds_length": 2094,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000916531.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586590.1",
"strand": true,
"transcript": "ENST00000916531.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 686,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2690,
"cdna_start": 829,
"cds_end": null,
"cds_length": 2061,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000682117.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507328.1",
"strand": true,
"transcript": "ENST00000682117.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 680,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2667,
"cdna_start": 772,
"cds_end": null,
"cds_length": 2043,
"cds_start": 737,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877684.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.737G>A",
"hgvs_p": "p.Arg246His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547743.1",
"strand": true,
"transcript": "ENST00000877684.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 678,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2664,
"cdna_start": 825,
"cds_end": null,
"cds_length": 2037,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000916530.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586589.1",
"strand": true,
"transcript": "ENST00000916530.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 675,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2663,
"cdna_start": 839,
"cds_end": null,
"cds_length": 2028,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000916529.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586588.1",
"strand": true,
"transcript": "ENST00000916529.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 663,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2612,
"cdna_start": 825,
"cds_end": null,
"cds_length": 1992,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000877686.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000547745.1",
"strand": true,
"transcript": "ENST00000877686.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 655,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2573,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1968,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000946891.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616950.1",
"strand": true,
"transcript": "ENST00000946891.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 653,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2692,
"cdna_start": 831,
"cds_end": null,
"cds_length": 1962,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683355.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508045.1",
"strand": true,
"transcript": "ENST00000683355.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 648,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2693,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1947,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683987.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507715.1",
"strand": true,
"transcript": "ENST00000683987.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 636,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2527,
"cdna_start": 823,
"cds_end": null,
"cds_length": 1911,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000946890.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616949.1",
"strand": true,
"transcript": "ENST00000946890.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 559,
"aa_ref": "R",
"aa_start": 237,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1769,
"cdna_start": 799,
"cds_end": null,
"cds_length": 1680,
"cds_start": 710,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000542372.2",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.710G>A",
"hgvs_p": "p.Arg237His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000444189.2",
"strand": true,
"transcript": "ENST00000542372.2",
"transcript_support_level": 4
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 731,
"aa_ref": "R",
"aa_start": 265,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 809,
"cds_end": null,
"cds_length": 2196,
"cds_start": 794,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_006716945.5",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.794G>A",
"hgvs_p": "p.Arg265His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006717008.1",
"strand": true,
"transcript": "XM_006716945.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 637,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2521,
"cdna_start": null,
"cds_end": null,
"cds_length": 1914,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000475449.7",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "c.731-1246G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000448658.2",
"strand": true,
"transcript": "ENST00000475449.7",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2336,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000474902.5",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.440G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000474902.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2846,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000545539.6",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440314.2",
"strand": true,
"transcript": "ENST00000545539.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3314,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000682210.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.818G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682210.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2919,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000682425.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.1044G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682425.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3135,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682964.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.142G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682964.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 494,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000683113.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.427G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683113.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2755,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683135.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507130.1",
"strand": true,
"transcript": "ENST00000683135.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2796,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683475.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507749.1",
"strand": true,
"transcript": "ENST00000683475.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7082,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000683979.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507362.1",
"strand": true,
"transcript": "ENST00000683979.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2891,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684138.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506755.1",
"strand": true,
"transcript": "ENST00000684138.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2792,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684229.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.837G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684229.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2852,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684272.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506776.1",
"strand": true,
"transcript": "ENST00000684272.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2572,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684297.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507160.1",
"strand": true,
"transcript": "ENST00000684297.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2526,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684366.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507668.1",
"strand": true,
"transcript": "ENST00000684366.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 7162,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684645.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.814G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684645.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2682,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_045720.2",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.809G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_045720.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2838,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_045721.2",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.940G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_045721.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2846,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000545539.6",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000440314.2",
"strand": true,
"transcript": "ENST00000545539.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7082,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000683979.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507362.1",
"strand": true,
"transcript": "ENST00000683979.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2891,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684138.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506755.1",
"strand": true,
"transcript": "ENST00000684138.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2852,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000684272.1",
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"hgvs_c": "n.*699G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506776.1",
"strand": true,
"transcript": "ENST00000684272.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs114057640",
"effect": "missense_variant",
"frequency_reference_population": 0.0007130467,
"gene_hgnc_id": 6823,
"gene_symbol": "MAN1B1",
"gnomad_exomes_ac": 601,
"gnomad_exomes_af": 0.000411127,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_ac": 550,
"gnomad_genomes_af": 0.00360973,
"gnomad_genomes_homalt": 1,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 3,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|not provided|Intellectual disability|Rafiq syndrome|Inborn genetic diseases",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.563,
"pos": 137099759,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.257,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_016219.5"
}
]
}