← 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: 19-12649171-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12649171&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12649171,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001440570.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2401G>T",
"hgvs_p": "p.Gly801Cys",
"transcript": "NM_000528.4",
"protein_id": "NP_000519.2",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2401,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000456935.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000528.4"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2401G>T",
"hgvs_p": "p.Gly801Cys",
"transcript": "ENST00000456935.7",
"protein_id": "ENSP00000395473.2",
"transcript_support_level": 1,
"aa_start": 801,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2401,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000528.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456935.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2398G>T",
"hgvs_p": "p.Gly800Cys",
"transcript": "ENST00000221363.9",
"protein_id": "ENSP00000221363.4",
"transcript_support_level": 1,
"aa_start": 800,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000221363.9"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2449G>T",
"hgvs_p": "p.Gly817Cys",
"transcript": "ENST00000964003.1",
"protein_id": "ENSP00000634062.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 1027,
"cds_start": 2449,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964003.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2404G>T",
"hgvs_p": "p.Gly802Cys",
"transcript": "NM_001440570.1",
"protein_id": "NP_001427499.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2404,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440570.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2404G>T",
"hgvs_p": "p.Gly802Cys",
"transcript": "ENST00000858849.1",
"protein_id": "ENSP00000528908.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2404,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858849.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2398G>T",
"hgvs_p": "p.Gly800Cys",
"transcript": "NM_001173498.2",
"protein_id": "NP_001166969.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173498.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2395G>T",
"hgvs_p": "p.Gly799Cys",
"transcript": "ENST00000963998.1",
"protein_id": "ENSP00000634057.1",
"transcript_support_level": null,
"aa_start": 799,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2395,
"cds_end": null,
"cds_length": 3030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963998.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2389G>T",
"hgvs_p": "p.Gly797Cys",
"transcript": "ENST00000963997.1",
"protein_id": "ENSP00000634056.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2389,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963997.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2368G>T",
"hgvs_p": "p.Gly790Cys",
"transcript": "ENST00000858857.1",
"protein_id": "ENSP00000528916.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2368,
"cds_end": null,
"cds_length": 3003,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858857.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2350G>T",
"hgvs_p": "p.Gly784Cys",
"transcript": "ENST00000935810.1",
"protein_id": "ENSP00000605869.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 994,
"cds_start": 2350,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935810.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2335G>T",
"hgvs_p": "p.Gly779Cys",
"transcript": "ENST00000858853.1",
"protein_id": "ENSP00000528912.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 989,
"cds_start": 2335,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858853.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2332G>T",
"hgvs_p": "p.Gly778Cys",
"transcript": "ENST00000858851.1",
"protein_id": "ENSP00000528910.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 988,
"cds_start": 2332,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858851.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2332G>T",
"hgvs_p": "p.Gly778Cys",
"transcript": "ENST00000963999.1",
"protein_id": "ENSP00000634058.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 988,
"cds_start": 2332,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963999.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2299G>T",
"hgvs_p": "p.Gly767Cys",
"transcript": "ENST00000935811.1",
"protein_id": "ENSP00000605870.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 977,
"cds_start": 2299,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935811.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2287G>T",
"hgvs_p": "p.Gly763Cys",
"transcript": "ENST00000935809.1",
"protein_id": "ENSP00000605868.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 973,
"cds_start": 2287,
"cds_end": null,
"cds_length": 2922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935809.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2284G>T",
"hgvs_p": "p.Gly762Cys",
"transcript": "ENST00000858850.1",
"protein_id": "ENSP00000528909.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 972,
"cds_start": 2284,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858850.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2404G>T",
"hgvs_p": "p.Gly802Cys",
"transcript": "ENST00000964001.1",
"protein_id": "ENSP00000634060.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 960,
"cds_start": 2404,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964001.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2401G>T",
"hgvs_p": "p.Gly801Cys",
"transcript": "ENST00000858854.1",
"protein_id": "ENSP00000528913.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 959,
"cds_start": 2401,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858854.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2215G>T",
"hgvs_p": "p.Gly739Cys",
"transcript": "ENST00000964002.1",
"protein_id": "ENSP00000634061.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 949,
"cds_start": 2215,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964002.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2185G>T",
"hgvs_p": "p.Gly729Cys",
"transcript": "ENST00000858855.1",
"protein_id": "ENSP00000528914.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 939,
"cds_start": 2185,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858855.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2122G>T",
"hgvs_p": "p.Gly708Cys",
"transcript": "ENST00000858856.1",
"protein_id": "ENSP00000528915.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 918,
"cds_start": 2122,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858856.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2092G>T",
"hgvs_p": "p.Gly698Cys",
"transcript": "ENST00000964000.1",
"protein_id": "ENSP00000634059.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 908,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964000.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1300G>T",
"hgvs_p": "p.Gly434Cys",
"transcript": "XM_047438841.1",
"protein_id": "XP_047294797.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 644,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438841.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.2355+170G>T",
"hgvs_p": null,
"transcript": "ENST00000858852.1",
"protein_id": "ENSP00000528911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 984,
"cds_start": null,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "c.1831-769G>T",
"hgvs_p": null,
"transcript": "ENST00000935808.1",
"protein_id": "ENSP00000605867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 809,
"cds_start": null,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935808.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"hgvs_c": "n.2991G>T",
"hgvs_p": null,
"transcript": "ENST00000466794.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000466794.5"
}
],
"gene_symbol": "MAN2B1",
"gene_hgnc_id": 6826,
"dbsnp": "rs142702682",
"frequency_reference_population": 0.00038197808,
"hom_count_reference_population": 2,
"allele_count_reference_population": 616,
"gnomad_exomes_af": 0.000390301,
"gnomad_genomes_af": 0.000302143,
"gnomad_exomes_ac": 570,
"gnomad_genomes_ac": 46,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8811970949172974,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.943,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.619,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.469,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM5,PP3_Moderate,BS2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 4,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM5",
"PP3_Moderate",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001440570.1",
"gene_symbol": "MAN2B1",
"hgnc_id": 6826,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2404G>T",
"hgvs_p": "p.Gly802Cys"
}
],
"clinvar_disease": "Deficiency of alpha-mannosidase,Inborn genetic diseases,MAN2B1-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:7",
"phenotype_combined": "Deficiency of alpha-mannosidase|MAN2B1-related disorder|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}