← 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-97460120-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=97460120&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 97460120,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001351356.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "NM_022362.5",
"protein_id": "NP_071757.4",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000438925.7",
"protein_id": "ENSP00000412698.2",
"transcript_support_level": 1,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000370782.6",
"protein_id": "ENSP00000359818.1",
"transcript_support_level": 1,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2453G>A",
"hgvs_p": "p.Arg818Gln",
"transcript": "ENST00000355839.10",
"protein_id": "ENSP00000348097.6",
"transcript_support_level": 1,
"aa_start": 818,
"aa_end": null,
"aa_length": 987,
"cds_start": 2453,
"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.*2395G>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.*2395G>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": "Q",
"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.2714G>A",
"hgvs_p": "p.Arg905Gln",
"transcript": "ENST00000896606.1",
"protein_id": "ENSP00000566665.1",
"transcript_support_level": null,
"aa_start": 905,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2714,
"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": "Q",
"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.2699G>A",
"hgvs_p": "p.Arg900Gln",
"transcript": "NM_001351356.2",
"protein_id": "NP_001338285.1",
"transcript_support_level": null,
"aa_start": 900,
"aa_end": null,
"aa_length": 1069,
"cds_start": 2699,
"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": "Q",
"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.Arg898Gln",
"transcript": "ENST00000933291.1",
"protein_id": "ENSP00000603350.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1067,
"cds_start": 2693,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000896592.1",
"protein_id": "ENSP00000566651.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2582,
"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": "Q",
"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.2579G>A",
"hgvs_p": "p.Arg860Gln",
"transcript": "ENST00000896590.1",
"protein_id": "ENSP00000566649.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2579,
"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": "Q",
"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.2597G>A",
"hgvs_p": "p.Arg866Gln",
"transcript": "ENST00000896597.1",
"protein_id": "ENSP00000566656.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2597,
"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": "Q",
"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.2588G>A",
"hgvs_p": "p.Arg863Gln",
"transcript": "ENST00000896593.1",
"protein_id": "ENSP00000566652.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 1032,
"cds_start": 2588,
"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": "Q",
"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.2585G>A",
"hgvs_p": "p.Arg862Gln",
"transcript": "ENST00000896604.1",
"protein_id": "ENSP00000566663.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2585,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "NM_001289405.2",
"protein_id": "NP_001276334.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000896588.1",
"protein_id": "ENSP00000566647.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000933288.1",
"protein_id": "ENSP00000603347.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1030,
"cds_start": 2582,
"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": "Q",
"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.2579G>A",
"hgvs_p": "p.Arg860Gln",
"transcript": "ENST00000896589.1",
"protein_id": "ENSP00000566648.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2579,
"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": "Q",
"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.2555G>A",
"hgvs_p": "p.Arg852Gln",
"transcript": "ENST00000896599.1",
"protein_id": "ENSP00000566658.1",
"transcript_support_level": null,
"aa_start": 852,
"aa_end": null,
"aa_length": 1027,
"cds_start": 2555,
"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": "Q",
"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.2570G>A",
"hgvs_p": "p.Arg857Gln",
"transcript": "ENST00000896600.1",
"protein_id": "ENSP00000566659.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2570,
"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": "Q",
"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.2570G>A",
"hgvs_p": "p.Arg857Gln",
"transcript": "ENST00000896607.1",
"protein_id": "ENSP00000566666.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2570,
"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": "Q",
"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.2567G>A",
"hgvs_p": "p.Arg856Gln",
"transcript": "ENST00000933289.1",
"protein_id": "ENSP00000603348.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2567,
"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": "Q",
"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.Arg855Gln",
"transcript": "ENST00000933292.1",
"protein_id": "ENSP00000603351.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2564,
"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": "Q",
"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.2582G>A",
"hgvs_p": "p.Arg861Gln",
"transcript": "ENST00000896591.1",
"protein_id": "ENSP00000566650.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2582,
"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": "Q",
"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.2579G>A",
"hgvs_p": "p.Arg860Gln",
"transcript": "ENST00000971314.1",
"protein_id": "ENSP00000641373.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2579,
"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": "Q",
"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.2492G>A",
"hgvs_p": "p.Arg831Gln",
"transcript": "ENST00000971312.1",
"protein_id": "ENSP00000641371.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2492,
"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": "Q",
"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.2474G>A",
"hgvs_p": "p.Arg825Gln",
"transcript": "ENST00000933290.1",
"protein_id": "ENSP00000603349.1",
"transcript_support_level": null,
"aa_start": 825,
"aa_end": null,
"aa_length": 994,
"cds_start": 2474,
"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": "Q",
"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.2453G>A",
"hgvs_p": "p.Arg818Gln",
"transcript": "ENST00000896594.1",
"protein_id": "ENSP00000566653.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 993,
"cds_start": 2453,
"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": "Q",
"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.Arg824Gln",
"transcript": "ENST00000896602.1",
"protein_id": "ENSP00000566661.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 993,
"cds_start": 2471,
"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": "Q",
"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.2465G>A",
"hgvs_p": "p.Arg822Gln",
"transcript": "ENST00000896605.1",
"protein_id": "ENSP00000566664.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 991,
"cds_start": 2465,
"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": "Q",
"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.2456G>A",
"hgvs_p": "p.Arg819Gln",
"transcript": "ENST00000896601.1",
"protein_id": "ENSP00000566660.1",
"transcript_support_level": null,
"aa_start": 819,
"aa_end": null,
"aa_length": 988,
"cds_start": 2456,
"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": "Q",
"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.2453G>A",
"hgvs_p": "p.Arg818Gln",
"transcript": "NM_001289403.2",
"protein_id": "NP_001276332.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 987,
"cds_start": 2453,
"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": "Q",
"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.Arg817Gln",
"transcript": "ENST00000896595.1",
"protein_id": "ENSP00000566654.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 986,
"cds_start": 2450,
"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": "Q",
"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.Arg817Gln",
"transcript": "ENST00000896596.1",
"protein_id": "ENSP00000566655.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 986,
"cds_start": 2450,
"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": "Q",
"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.2447G>A",
"hgvs_p": "p.Arg816Gln",
"transcript": "ENST00000896603.1",
"protein_id": "ENSP00000566662.1",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 985,
"cds_start": 2447,
"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": "Q",
"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.2432G>A",
"hgvs_p": "p.Arg811Gln",
"transcript": "ENST00000971313.1",
"protein_id": "ENSP00000641372.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 980,
"cds_start": 2432,
"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": "Q",
"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.Arg809Gln",
"transcript": "ENST00000896598.1",
"protein_id": "ENSP00000566657.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 978,
"cds_start": 2426,
"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": "Q",
"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.2288G>A",
"hgvs_p": "p.Arg763Gln",
"transcript": "NM_001330128.2",
"protein_id": "NP_001317057.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 932,
"cds_start": 2288,
"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": "Q",
"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.2288G>A",
"hgvs_p": "p.Arg763Gln",
"transcript": "ENST00000327238.14",
"protein_id": "ENSP00000320059.10",
"transcript_support_level": 5,
"aa_start": 763,
"aa_end": null,
"aa_length": 932,
"cds_start": 2288,
"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": "Q",
"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.2108G>A",
"hgvs_p": "p.Arg703Gln",
"transcript": "NM_001351357.2",
"protein_id": "NP_001338286.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 872,
"cds_start": 2108,
"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": "Q",
"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.2105G>A",
"hgvs_p": "p.Arg702Gln",
"transcript": "NM_001289404.2",
"protein_id": "NP_001276333.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 871,
"cds_start": 2105,
"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": "Q",
"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.1490G>A",
"hgvs_p": "p.Arg497Gln",
"transcript": "NM_001351358.2",
"protein_id": "NP_001338287.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 666,
"cds_start": 1490,
"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": "Q",
"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.1490G>A",
"hgvs_p": "p.Arg497Gln",
"transcript": "NM_001351359.2",
"protein_id": "NP_001338288.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 666,
"cds_start": 1490,
"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": "Q",
"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.1304G>A",
"hgvs_p": "p.Arg435Gln",
"transcript": "ENST00000434538.5",
"protein_id": "ENSP00000410008.1",
"transcript_support_level": 2,
"aa_start": 435,
"aa_end": null,
"aa_length": 597,
"cds_start": 1304,
"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": "Q",
"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.2696G>A",
"hgvs_p": "p.Arg899Gln",
"transcript": "XM_017016516.3",
"protein_id": "XP_016872005.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2696,
"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": "Q",
"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.2579G>A",
"hgvs_p": "p.Arg860Gln",
"transcript": "XM_006717944.5",
"protein_id": "XP_006718007.2",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2579,
"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": "Q",
"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.2570G>A",
"hgvs_p": "p.Arg857Gln",
"transcript": "XM_017016517.3",
"protein_id": "XP_016872006.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2570,
"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": "Q",
"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.Arg856Gln",
"transcript": "XM_047425621.1",
"protein_id": "XP_047281577.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 1025,
"cds_start": 2567,
"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": "Q",
"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.Arg817Gln",
"transcript": "XM_017016518.3",
"protein_id": "XP_016872007.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 986,
"cds_start": 2450,
"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": "Q",
"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.Arg802Gln",
"transcript": "XM_017016519.3",
"protein_id": "XP_016872008.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 971,
"cds_start": 2405,
"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": "Q",
"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.2285G>A",
"hgvs_p": "p.Arg762Gln",
"transcript": "XM_017016521.3",
"protein_id": "XP_016872010.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 931,
"cds_start": 2285,
"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": "Q",
"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.2159G>A",
"hgvs_p": "p.Arg720Gln",
"transcript": "XM_047425622.1",
"protein_id": "XP_047281578.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 889,
"cds_start": 2159,
"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": "Q",
"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.2156G>A",
"hgvs_p": "p.Arg719Gln",
"transcript": "XM_047425623.1",
"protein_id": "XP_047281579.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 888,
"cds_start": 2156,
"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": "Q",
"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.2108G>A",
"hgvs_p": "p.Arg703Gln",
"transcript": "XM_047425624.1",
"protein_id": "XP_047281580.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 872,
"cds_start": 2108,
"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": "Q",
"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.1490G>A",
"hgvs_p": "p.Arg497Gln",
"transcript": "XM_047425627.1",
"protein_id": "XP_047281583.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 666,
"cds_start": 1490,
"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": "Q",
"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.1337G>A",
"hgvs_p": "p.Arg446Gln",
"transcript": "XM_011540063.4",
"protein_id": "XP_011538365.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 615,
"cds_start": 1337,
"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.630G>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.200G>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.1000G>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": "rs142932551",
"frequency_reference_population": 0.000035938236,
"hom_count_reference_population": 0,
"allele_count_reference_population": 58,
"gnomad_exomes_af": 0.0000342069,
"gnomad_genomes_af": 0.0000525673,
"gnomad_exomes_ac": 50,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7962679862976074,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.395,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3285,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.655,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001351356.2",
"gene_symbol": "MMS19",
"hgnc_id": 13824,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2699G>A",
"hgvs_p": "p.Arg900Gln"
}
],
"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
}