← 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: 5-7876202-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=7876202&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 7876202,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000440940.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "NM_002454.3",
"protein_id": "NP_002445.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3245,
"mane_select": "ENST00000440940.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "ENST00000440940.7",
"protein_id": "ENSP00000402510.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3245,
"mane_select": "NM_002454.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.482+827G>A",
"hgvs_p": null,
"transcript": "ENST00000264668.6",
"protein_id": "ENSP00000264668.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 725,
"cds_start": -4,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*108+827G>A",
"hgvs_p": null,
"transcript": "ENST00000513439.5",
"protein_id": "ENSP00000426710.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": 2441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "NM_001364440.2",
"protein_id": "NP_001351369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "NM_001364441.2",
"protein_id": "NP_001351370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "NM_001364442.2",
"protein_id": "NP_001351371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "NM_024010.4",
"protein_id": "NP_076915.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.185+827G>A",
"hgvs_p": null,
"transcript": "ENST00000514220.5",
"protein_id": "ENSP00000423863.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "ENST00000502550.5",
"protein_id": "ENSP00000424599.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.616+827G>A",
"hgvs_p": null,
"transcript": "ENST00000502509.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*336+827G>A",
"hgvs_p": null,
"transcript": "ENST00000503550.5",
"protein_id": "ENSP00000424644.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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*108+827G>A",
"hgvs_p": null,
"transcript": "ENST00000508047.5",
"protein_id": "ENSP00000423139.1",
"transcript_support_level": 4,
"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": 535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.214+827G>A",
"hgvs_p": null,
"transcript": "ENST00000508890.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": 346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*70+827G>A",
"hgvs_p": null,
"transcript": "ENST00000510279.5",
"protein_id": "ENSP00000427200.1",
"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": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.425+827G>A",
"hgvs_p": null,
"transcript": "ENST00000510525.5",
"protein_id": "ENSP00000421991.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": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*70+827G>A",
"hgvs_p": null,
"transcript": "ENST00000511461.5",
"protein_id": "ENSP00000424719.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": 3076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.*70+827G>A",
"hgvs_p": null,
"transcript": "ENST00000514369.5",
"protein_id": "ENSP00000426132.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": 779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.480+827G>A",
"hgvs_p": null,
"transcript": "NR_134480.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.494+827G>A",
"hgvs_p": null,
"transcript": "NR_134481.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.340+827G>A",
"hgvs_p": null,
"transcript": "NR_134482.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.454+827G>A",
"hgvs_p": null,
"transcript": "NR_157168.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.314+827G>A",
"hgvs_p": null,
"transcript": "NR_157169.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.340+827G>A",
"hgvs_p": null,
"transcript": "NR_157170.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.314+827G>A",
"hgvs_p": null,
"transcript": "NR_157171.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.340+827G>A",
"hgvs_p": null,
"transcript": "NR_157172.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.468+827G>A",
"hgvs_p": null,
"transcript": "NR_157173.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.340+827G>A",
"hgvs_p": null,
"transcript": "NR_157174.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.494+827G>A",
"hgvs_p": null,
"transcript": "NR_157175.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.494+827G>A",
"hgvs_p": null,
"transcript": "NR_157176.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.494+827G>A",
"hgvs_p": null,
"transcript": "NR_157177.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "n.494+827G>A",
"hgvs_p": null,
"transcript": "NR_157178.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_024446064.2",
"protein_id": "XP_024301832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417233.1",
"protein_id": "XP_047273189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417234.1",
"protein_id": "XP_047273190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": -4,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417235.1",
"protein_id": "XP_047273191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417236.1",
"protein_id": "XP_047273192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417237.1",
"protein_id": "XP_047273193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": -4,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"hgvs_c": "c.401+827G>A",
"hgvs_p": null,
"transcript": "XM_047417238.1",
"protein_id": "XP_047273194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTRR",
"gene_hgnc_id": 7473,
"dbsnp": "rs3776467",
"frequency_reference_population": 0.6343831,
"hom_count_reference_population": 32654,
"allele_count_reference_population": 96529,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.634383,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 96529,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 32654,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.282,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000440940.7",
"gene_symbol": "MTRR",
"hgnc_id": 7473,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.401+827G>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
}