← 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: 2-55240079-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=55240079&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 55240079,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002453.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_002453.3",
"protein_id": "NP_002444.2",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263629.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002453.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000263629.9",
"protein_id": "ENSP00000263629.4",
"transcript_support_level": 1,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002453.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263629.9"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1850G>T",
"hgvs_p": "p.Arg617Leu",
"transcript": "ENST00000956673.1",
"protein_id": "ENSP00000626732.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 743,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956673.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1823G>T",
"hgvs_p": "p.Arg608Leu",
"transcript": "ENST00000918027.1",
"protein_id": "ENSP00000588086.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 734,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918027.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1823G>T",
"hgvs_p": "p.Arg608Leu",
"transcript": "ENST00000956667.1",
"protein_id": "ENSP00000626726.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 734,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956667.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_001005369.1",
"protein_id": "NP_001005369.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005369.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_001321001.1",
"protein_id": "NP_001307930.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321001.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_001321002.1",
"protein_id": "NP_001307931.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321002.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_001321003.1",
"protein_id": "NP_001307932.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321003.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "NM_001321004.1",
"protein_id": "NP_001307933.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321004.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000394600.7",
"protein_id": "ENSP00000378099.3",
"transcript_support_level": 2,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394600.7"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000403721.5",
"protein_id": "ENSP00000384481.1",
"transcript_support_level": 5,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403721.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853164.1",
"protein_id": "ENSP00000523223.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853164.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853170.1",
"protein_id": "ENSP00000523229.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853170.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853173.1",
"protein_id": "ENSP00000523232.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853173.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853177.1",
"protein_id": "ENSP00000523236.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853177.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853178.1",
"protein_id": "ENSP00000523237.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853178.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918019.1",
"protein_id": "ENSP00000588078.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918019.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918023.1",
"protein_id": "ENSP00000588082.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918023.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918024.1",
"protein_id": "ENSP00000588083.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918024.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918028.1",
"protein_id": "ENSP00000588087.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918028.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918032.1",
"protein_id": "ENSP00000588091.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918032.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918033.1",
"protein_id": "ENSP00000588092.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918033.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000956665.1",
"protein_id": "ENSP00000626724.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956665.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000956666.1",
"protein_id": "ENSP00000626725.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956666.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000956668.1",
"protein_id": "ENSP00000626727.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956668.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000956669.1",
"protein_id": "ENSP00000626728.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956669.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1772G>T",
"hgvs_p": "p.Arg591Leu",
"transcript": "ENST00000853172.1",
"protein_id": "ENSP00000523231.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 717,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853172.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1772G>T",
"hgvs_p": "p.Arg591Leu",
"transcript": "ENST00000918026.1",
"protein_id": "ENSP00000588085.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 717,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918026.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000853167.1",
"protein_id": "ENSP00000523226.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 715,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853167.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1739G>T",
"hgvs_p": "p.Arg580Leu",
"transcript": "ENST00000853169.1",
"protein_id": "ENSP00000523228.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 706,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853169.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1703G>T",
"hgvs_p": "p.Arg568Leu",
"transcript": "ENST00000918018.1",
"protein_id": "ENSP00000588077.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 694,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918018.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1688G>T",
"hgvs_p": "p.Arg563Leu",
"transcript": "ENST00000918021.1",
"protein_id": "ENSP00000588080.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 689,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918021.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1688G>T",
"hgvs_p": "p.Arg563Leu",
"transcript": "ENST00000918022.1",
"protein_id": "ENSP00000588081.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 689,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918022.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1688G>T",
"hgvs_p": "p.Arg563Leu",
"transcript": "ENST00000918031.1",
"protein_id": "ENSP00000588090.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 689,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918031.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "ENST00000918025.1",
"protein_id": "ENSP00000588084.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 680,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918025.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "ENST00000853171.1",
"protein_id": "ENSP00000523230.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853171.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "ENST00000853174.1",
"protein_id": "ENSP00000523233.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853174.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "ENST00000918030.1",
"protein_id": "ENSP00000588089.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918030.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1613G>T",
"hgvs_p": "p.Arg538Leu",
"transcript": "ENST00000918020.1",
"protein_id": "ENSP00000588079.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 664,
"cds_start": 1613,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918020.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1595G>T",
"hgvs_p": "p.Arg532Leu",
"transcript": "ENST00000853176.1",
"protein_id": "ENSP00000523235.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 658,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853176.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1472G>T",
"hgvs_p": "p.Arg491Leu",
"transcript": "ENST00000853175.1",
"protein_id": "ENSP00000523234.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 617,
"cds_start": 1472,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853175.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1469G>T",
"hgvs_p": "p.Arg490Leu",
"transcript": "ENST00000853165.1",
"protein_id": "ENSP00000523224.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 616,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853165.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1469G>T",
"hgvs_p": "p.Arg490Leu",
"transcript": "ENST00000956672.1",
"protein_id": "ENSP00000626731.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 616,
"cds_start": 1469,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956672.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1439G>T",
"hgvs_p": "p.Arg480Leu",
"transcript": "ENST00000956670.1",
"protein_id": "ENSP00000626729.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 606,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956670.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1292G>T",
"hgvs_p": "p.Arg431Leu",
"transcript": "ENST00000853168.1",
"protein_id": "ENSP00000523227.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 557,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853168.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1292G>T",
"hgvs_p": "p.Arg431Leu",
"transcript": "ENST00000918029.1",
"protein_id": "ENSP00000588088.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 557,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918029.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1073G>T",
"hgvs_p": "p.Arg358Leu",
"transcript": "NM_001321005.1",
"protein_id": "NP_001307934.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 484,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321005.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.833G>T",
"hgvs_p": "p.Arg278Leu",
"transcript": "ENST00000418823.4",
"protein_id": "ENSP00000403492.4",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 299,
"cds_start": 833,
"cds_end": null,
"cds_length": 901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418823.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_011532871.3",
"protein_id": "XP_011531173.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532871.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_017004162.3",
"protein_id": "XP_016859651.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004162.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_017004163.2",
"protein_id": "XP_016859652.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004163.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_047444423.1",
"protein_id": "XP_047300379.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444423.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_047444424.1",
"protein_id": "XP_047300380.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444424.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu",
"transcript": "XM_047444425.1",
"protein_id": "XP_047300381.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 727,
"cds_start": 1802,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444425.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_017004164.3",
"protein_id": "XP_016859653.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004164.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444426.1",
"protein_id": "XP_047300382.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444426.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444427.1",
"protein_id": "XP_047300383.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444427.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444428.1",
"protein_id": "XP_047300384.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444428.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444429.1",
"protein_id": "XP_047300385.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444429.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444430.1",
"protein_id": "XP_047300386.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444430.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1625G>T",
"hgvs_p": "p.Arg542Leu",
"transcript": "XM_047444431.1",
"protein_id": "XP_047300387.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 668,
"cds_start": 1625,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444431.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1514G>T",
"hgvs_p": "p.Arg505Leu",
"transcript": "XM_047444432.1",
"protein_id": "XP_047300388.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 631,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444432.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1514G>T",
"hgvs_p": "p.Arg505Leu",
"transcript": "XM_047444433.1",
"protein_id": "XP_047300389.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 631,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444433.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1706-12G>T",
"hgvs_p": null,
"transcript": "ENST00000956671.1",
"protein_id": "ENSP00000626730.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 691,
"cds_start": null,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956671.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"hgvs_c": "c.1373-12G>T",
"hgvs_p": null,
"transcript": "ENST00000853166.1",
"protein_id": "ENSP00000523225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853166.1"
}
],
"gene_symbol": "MTIF2",
"gene_hgnc_id": 7441,
"dbsnp": "rs186600074",
"frequency_reference_population": 0.000008676058,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000889523,
"gnomad_genomes_af": 0.00000657125,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3339826464653015,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.33000001311302185,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.16,
"revel_prediction": "Benign",
"alphamissense_score": 0.1565,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.075,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.33,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002453.3",
"gene_symbol": "MTIF2",
"hgnc_id": 7441,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1802G>T",
"hgvs_p": "p.Arg601Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}