← 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: 10-97481381-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=97481381&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 97481381,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000438925.7",
"consequences": [
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "NM_022362.5",
"protein_id": "NP_071757.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1030,
"cds_start": -4,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3499,
"mane_select": "ENST00000438925.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000438925.7",
"protein_id": "ENSP00000412698.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1030,
"cds_start": -4,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3499,
"mane_select": "NM_022362.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000370782.6",
"protein_id": "ENSP00000359818.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1030,
"cds_start": -4,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000355839.10",
"protein_id": "ENSP00000348097.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 987,
"cds_start": -4,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.113-339G>A",
"hgvs_p": null,
"transcript": "ENST00000415383.5",
"protein_id": "ENSP00000395045.1",
"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": 3401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "NM_001351356.2",
"protein_id": "NP_001338285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1069,
"cds_start": -4,
"cds_end": null,
"cds_length": 3210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "NM_001289405.2",
"protein_id": "NP_001276334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1030,
"cds_start": -4,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "NM_001289403.2",
"protein_id": "NP_001276332.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 987,
"cds_start": -4,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "NM_001330128.2",
"protein_id": "NP_001317057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000327238.14",
"protein_id": "ENSP00000320059.10",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 932,
"cds_start": -4,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.-360-339G>A",
"hgvs_p": null,
"transcript": "NM_001351357.2",
"protein_id": "NP_001338286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": -4,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.-301-339G>A",
"hgvs_p": null,
"transcript": "NM_001289404.2",
"protein_id": "NP_001276333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 871,
"cds_start": -4,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.-953-339G>A",
"hgvs_p": null,
"transcript": "NM_001351358.2",
"protein_id": "NP_001338287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.-1070-339G>A",
"hgvs_p": null,
"transcript": "NM_001351359.2",
"protein_id": "NP_001338288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": -4,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000437002.5",
"protein_id": "ENSP00000409425.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000422685.5",
"protein_id": "ENSP00000391765.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 276,
"cds_start": -4,
"cds_end": null,
"cds_length": 832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.162-339G>A",
"hgvs_p": null,
"transcript": "ENST00000439048.1",
"protein_id": "ENSP00000400028.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.113-339G>A",
"hgvs_p": null,
"transcript": "ENST00000441194.5",
"protein_id": "ENSP00000413801.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.156-339G>A",
"hgvs_p": null,
"transcript": "ENST00000448660.5",
"protein_id": "ENSP00000393929.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.225-339G>A",
"hgvs_p": null,
"transcript": "ENST00000477575.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": 986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.149-339G>A",
"hgvs_p": null,
"transcript": "ENST00000483626.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 32,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_017016516.3",
"protein_id": "XP_016872005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1068,
"cds_start": -4,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_006717944.5",
"protein_id": "XP_006718007.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1029,
"cds_start": -4,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_017016517.3",
"protein_id": "XP_016872006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": -4,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_047425621.1",
"protein_id": "XP_047281577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1025,
"cds_start": -4,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_017016518.3",
"protein_id": "XP_016872007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 986,
"cds_start": -4,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3367,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_017016519.3",
"protein_id": "XP_016872008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": -4,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_017016521.3",
"protein_id": "XP_016872010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 931,
"cds_start": -4,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_047425622.1",
"protein_id": "XP_047281578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 889,
"cds_start": -4,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_047425623.1",
"protein_id": "XP_047281579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": -4,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.-313-339G>A",
"hgvs_p": null,
"transcript": "XM_047425624.1",
"protein_id": "XP_047281580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": -4,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_047425625.1",
"protein_id": "XP_047281581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": -4,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.162-339G>A",
"hgvs_p": null,
"transcript": "XM_047425626.1",
"protein_id": "XP_047281582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": -4,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"dbsnp": "rs3381",
"frequency_reference_population": 0.028312795,
"hom_count_reference_population": 85,
"allele_count_reference_population": 4310,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0283128,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 4310,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 85,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6800000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.61,
"phylop100way_prediction": "Benign",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000438925.7",
"gene_symbol": "MMS19",
"hgnc_id": 13824,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.162-339G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}