← 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-97460141-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=97460141&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 97460141,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001351356.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "NM_022362.5",
"protein_id": "NP_071757.4",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000438925.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022362.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000438925.7",
"protein_id": "ENSP00000412698.2",
"transcript_support_level": 1,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022362.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438925.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000370782.6",
"protein_id": "ENSP00000359818.1",
"transcript_support_level": 1,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370782.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2432G>A",
"hgvs_p": "p.Arg811His",
"transcript": "ENST00000355839.10",
"protein_id": "ENSP00000348097.6",
"transcript_support_level": 1,
"aa_start": 811,
"aa_end": null,
"aa_length": 987,
"cds_start": 2432,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355839.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.*2374G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000415383.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.*2374G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000415383.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2693G>A",
"hgvs_p": "p.Arg898His",
"transcript": "ENST00000896606.1",
"protein_id": "ENSP00000566665.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2693,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896606.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2678G>A",
"hgvs_p": "p.Arg893His",
"transcript": "NM_001351356.2",
"protein_id": "NP_001338285.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1069,
"cds_start": 2678,
"cds_end": null,
"cds_length": 3210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351356.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2672G>A",
"hgvs_p": "p.Arg891His",
"transcript": "ENST00000933291.1",
"protein_id": "ENSP00000603350.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 1067,
"cds_start": 2672,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933291.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000896592.1",
"protein_id": "ENSP00000566651.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896592.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000896590.1",
"protein_id": "ENSP00000566649.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896590.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2576G>A",
"hgvs_p": "p.Arg859His",
"transcript": "ENST00000896597.1",
"protein_id": "ENSP00000566656.1",
"transcript_support_level": null,
"aa_start": 859,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2576,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896597.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2567G>A",
"hgvs_p": "p.Arg856His",
"transcript": "ENST00000896593.1",
"protein_id": "ENSP00000566652.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 1032,
"cds_start": 2567,
"cds_end": null,
"cds_length": 3099,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896593.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2564G>A",
"hgvs_p": "p.Arg855His",
"transcript": "ENST00000896604.1",
"protein_id": "ENSP00000566663.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2564,
"cds_end": null,
"cds_length": 3096,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896604.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "NM_001289405.2",
"protein_id": "NP_001276334.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289405.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000896588.1",
"protein_id": "ENSP00000566647.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896588.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000933288.1",
"protein_id": "ENSP00000603347.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3093,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933288.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000896589.1",
"protein_id": "ENSP00000566648.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896589.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2534G>A",
"hgvs_p": "p.Arg845His",
"transcript": "ENST00000896599.1",
"protein_id": "ENSP00000566658.1",
"transcript_support_level": null,
"aa_start": 845,
"aa_end": null,
"aa_length": 1027,
"cds_start": 2534,
"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": "ENST00000896599.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "ENST00000896600.1",
"protein_id": "ENSP00000566659.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2549,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896600.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "ENST00000896607.1",
"protein_id": "ENSP00000566666.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2549,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896607.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2546G>A",
"hgvs_p": "p.Arg849His",
"transcript": "ENST00000933289.1",
"protein_id": "ENSP00000603348.1",
"transcript_support_level": null,
"aa_start": 849,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2546,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933289.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2543G>A",
"hgvs_p": "p.Arg848His",
"transcript": "ENST00000933292.1",
"protein_id": "ENSP00000603351.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2543,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933292.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000896591.1",
"protein_id": "ENSP00000566650.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896591.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000971314.1",
"protein_id": "ENSP00000641373.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2558,
"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": "ENST00000971314.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2471G>A",
"hgvs_p": "p.Arg824His",
"transcript": "ENST00000971312.1",
"protein_id": "ENSP00000641371.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2471,
"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": "ENST00000971312.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2453G>A",
"hgvs_p": "p.Arg818His",
"transcript": "ENST00000933290.1",
"protein_id": "ENSP00000603349.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 994,
"cds_start": 2453,
"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": "ENST00000933290.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2432G>A",
"hgvs_p": "p.Arg811His",
"transcript": "ENST00000896594.1",
"protein_id": "ENSP00000566653.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 993,
"cds_start": 2432,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896594.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2450G>A",
"hgvs_p": "p.Arg817His",
"transcript": "ENST00000896602.1",
"protein_id": "ENSP00000566661.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 993,
"cds_start": 2450,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896602.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2444G>A",
"hgvs_p": "p.Arg815His",
"transcript": "ENST00000896605.1",
"protein_id": "ENSP00000566664.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 991,
"cds_start": 2444,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896605.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2435G>A",
"hgvs_p": "p.Arg812His",
"transcript": "ENST00000896601.1",
"protein_id": "ENSP00000566660.1",
"transcript_support_level": null,
"aa_start": 812,
"aa_end": null,
"aa_length": 988,
"cds_start": 2435,
"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": "ENST00000896601.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2432G>A",
"hgvs_p": "p.Arg811His",
"transcript": "NM_001289403.2",
"protein_id": "NP_001276332.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 987,
"cds_start": 2432,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289403.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2429G>A",
"hgvs_p": "p.Arg810His",
"transcript": "ENST00000896595.1",
"protein_id": "ENSP00000566654.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 986,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896595.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2429G>A",
"hgvs_p": "p.Arg810His",
"transcript": "ENST00000896596.1",
"protein_id": "ENSP00000566655.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 986,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896596.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2426G>A",
"hgvs_p": "p.Arg809His",
"transcript": "ENST00000896603.1",
"protein_id": "ENSP00000566662.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 985,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2958,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896603.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2411G>A",
"hgvs_p": "p.Arg804His",
"transcript": "ENST00000971313.1",
"protein_id": "ENSP00000641372.1",
"transcript_support_level": null,
"aa_start": 804,
"aa_end": null,
"aa_length": 980,
"cds_start": 2411,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971313.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2405G>A",
"hgvs_p": "p.Arg802His",
"transcript": "ENST00000896598.1",
"protein_id": "ENSP00000566657.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 978,
"cds_start": 2405,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896598.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2267G>A",
"hgvs_p": "p.Arg756His",
"transcript": "NM_001330128.2",
"protein_id": "NP_001317057.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 932,
"cds_start": 2267,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330128.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2267G>A",
"hgvs_p": "p.Arg756His",
"transcript": "ENST00000327238.14",
"protein_id": "ENSP00000320059.10",
"transcript_support_level": 5,
"aa_start": 756,
"aa_end": null,
"aa_length": 932,
"cds_start": 2267,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327238.14"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2087G>A",
"hgvs_p": "p.Arg696His",
"transcript": "NM_001351357.2",
"protein_id": "NP_001338286.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 872,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351357.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2084G>A",
"hgvs_p": "p.Arg695His",
"transcript": "NM_001289404.2",
"protein_id": "NP_001276333.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 871,
"cds_start": 2084,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289404.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "NM_001351358.2",
"protein_id": "NP_001338287.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 666,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351358.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "NM_001351359.2",
"protein_id": "NP_001338288.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 666,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351359.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.1283G>A",
"hgvs_p": "p.Arg428His",
"transcript": "ENST00000434538.5",
"protein_id": "ENSP00000410008.1",
"transcript_support_level": 2,
"aa_start": 428,
"aa_end": null,
"aa_length": 597,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434538.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2675G>A",
"hgvs_p": "p.Arg892His",
"transcript": "XM_017016516.3",
"protein_id": "XP_016872005.1",
"transcript_support_level": null,
"aa_start": 892,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2675,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016516.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "XM_006717944.5",
"protein_id": "XP_006718007.2",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717944.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "XM_017016517.3",
"protein_id": "XP_016872006.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2549,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016517.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2546G>A",
"hgvs_p": "p.Arg849His",
"transcript": "XM_047425621.1",
"protein_id": "XP_047281577.1",
"transcript_support_level": null,
"aa_start": 849,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2546,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425621.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2429G>A",
"hgvs_p": "p.Arg810His",
"transcript": "XM_017016518.3",
"protein_id": "XP_016872007.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 986,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2961,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016518.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2384G>A",
"hgvs_p": "p.Arg795His",
"transcript": "XM_017016519.3",
"protein_id": "XP_016872008.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 971,
"cds_start": 2384,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016519.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2264G>A",
"hgvs_p": "p.Arg755His",
"transcript": "XM_017016521.3",
"protein_id": "XP_016872010.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 931,
"cds_start": 2264,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016521.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713His",
"transcript": "XM_047425622.1",
"protein_id": "XP_047281578.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 889,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425622.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2135G>A",
"hgvs_p": "p.Arg712His",
"transcript": "XM_047425623.1",
"protein_id": "XP_047281579.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 888,
"cds_start": 2135,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425623.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.2087G>A",
"hgvs_p": "p.Arg696His",
"transcript": "XM_047425624.1",
"protein_id": "XP_047281580.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 872,
"cds_start": 2087,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425624.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490His",
"transcript": "XM_047425627.1",
"protein_id": "XP_047281583.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 666,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425627.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "c.1316G>A",
"hgvs_p": "p.Arg439His",
"transcript": "XM_011540063.4",
"protein_id": "XP_011538365.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 615,
"cds_start": 1316,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540063.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.609G>A",
"hgvs_p": null,
"transcript": "ENST00000480108.1",
"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": "ENST00000480108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.179G>A",
"hgvs_p": null,
"transcript": "ENST00000485400.1",
"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": "ENST00000485400.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"hgvs_c": "n.979G>A",
"hgvs_p": null,
"transcript": "ENST00000495415.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000495415.5"
}
],
"gene_symbol": "MMS19",
"gene_hgnc_id": 13824,
"dbsnp": "rs372694521",
"frequency_reference_population": 0.000053288586,
"hom_count_reference_population": 0,
"allele_count_reference_population": 86,
"gnomad_exomes_af": 0.0000526793,
"gnomad_genomes_af": 0.0000591413,
"gnomad_exomes_ac": 77,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4240395724773407,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": 0.1134,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.628,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001351356.2",
"gene_symbol": "MMS19",
"hgnc_id": 13824,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2678G>A",
"hgvs_p": "p.Arg893His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}