← 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-27312716-GGTGGTGCCA-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27312716&ref=GGTGGTGCCA&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27312716,
"ref": "GGTGGTGCCA",
"alt": "G",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_002437.5",
"consequences": [
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "NM_002437.5",
"protein_id": "NP_002428.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380044.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002437.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000380044.6",
"protein_id": "ENSP00000369383.1",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002437.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380044.6"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000233545.6",
"protein_id": "ENSP00000233545.2",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000233545.6"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000403262.6",
"protein_id": "ENSP00000385671.1",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 171,
"cds_start": 234,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403262.6"
},
{
"aa_ref": "WHH",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.199_207delTGGCACCAC",
"hgvs_p": "p.Trp67_His69del",
"transcript": "ENST00000402722.5",
"protein_id": "ENSP00000386000.1",
"transcript_support_level": 3,
"aa_start": 67,
"aa_end": null,
"aa_length": 99,
"cds_start": 199,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402722.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.384_392delTGGCACCAC",
"hgvs_p": "p.Gly129_Thr131del",
"transcript": "ENST00000911060.1",
"protein_id": "ENSP00000581119.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 226,
"cds_start": 384,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911060.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.303_311delTGGCACCAC",
"hgvs_p": "p.Gly102_Thr104del",
"transcript": "ENST00000931184.1",
"protein_id": "ENSP00000601243.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 199,
"cds_start": 303,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931184.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.279_287delTGGCACCAC",
"hgvs_p": "p.Gly94_Thr96del",
"transcript": "ENST00000405983.5",
"protein_id": "ENSP00000384586.1",
"transcript_support_level": 5,
"aa_start": 93,
"aa_end": null,
"aa_length": 191,
"cds_start": 279,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405983.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.279_287delTGGCACCAC",
"hgvs_p": "p.Gly94_Thr96del",
"transcript": "ENST00000931185.1",
"protein_id": "ENSP00000601244.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 191,
"cds_start": 279,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931185.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000911063.1",
"protein_id": "ENSP00000581122.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911063.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000931181.1",
"protein_id": "ENSP00000601240.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931181.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000931186.1",
"protein_id": "ENSP00000601245.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931186.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.231_239delTGGCACCAC",
"hgvs_p": "p.Gly78_Thr80del",
"transcript": "ENST00000931180.1",
"protein_id": "ENSP00000601239.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 175,
"cds_start": 231,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931180.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.231_239delTGGCACCAC",
"hgvs_p": "p.Gly78_Thr80del",
"transcript": "ENST00000949905.1",
"protein_id": "ENSP00000619964.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 175,
"cds_start": 231,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949905.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000402310.5",
"protein_id": "ENSP00000383955.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 170,
"cds_start": 234,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402310.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000911062.1",
"protein_id": "ENSP00000581121.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 165,
"cds_start": 234,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911062.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000931183.1",
"protein_id": "ENSP00000601242.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 165,
"cds_start": 234,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931183.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000911061.1",
"protein_id": "ENSP00000581120.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 158,
"cds_start": 234,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911061.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.162_170delTGGCACCAC",
"hgvs_p": "p.Gly55_Thr57del",
"transcript": "ENST00000949903.1",
"protein_id": "ENSP00000619962.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 152,
"cds_start": 162,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949903.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "ENST00000931182.1",
"protein_id": "ENSP00000601241.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 147,
"cds_start": 234,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931182.1"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.66_74delTGGCACCAC",
"hgvs_p": "p.Gly23_Thr25del",
"transcript": "ENST00000357186.10",
"protein_id": "ENSP00000349713.6",
"transcript_support_level": 2,
"aa_start": 22,
"aa_end": null,
"aa_length": 120,
"cds_start": 66,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357186.10"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.162_170delTGGCACCAC",
"hgvs_p": "p.Gly55_Thr57del",
"transcript": "ENST00000430991.5",
"protein_id": "ENSP00000406441.1",
"transcript_support_level": 5,
"aa_start": 54,
"aa_end": null,
"aa_length": 120,
"cds_start": 162,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430991.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.156_164delTGGCACCAC",
"hgvs_p": "p.Gly53_Thr55del",
"transcript": "ENST00000428910.5",
"protein_id": "ENSP00000405235.1",
"transcript_support_level": 5,
"aa_start": 52,
"aa_end": null,
"aa_length": 114,
"cds_start": 156,
"cds_end": null,
"cds_length": 347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428910.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del",
"transcript": "XM_005264326.5",
"protein_id": "XP_005264383.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 176,
"cds_start": 234,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264326.5"
},
{
"aa_ref": "PGTT",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.186_194delTGGCACCAC",
"hgvs_p": "p.Gly63_Thr65del",
"transcript": "XM_017004151.2",
"protein_id": "XP_016859640.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 160,
"cds_start": 186,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004151.2"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.186+269_186+277delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000405076.5",
"protein_id": "ENSP00000385175.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": null,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405076.5"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "c.186+269_186+277delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000949904.1",
"protein_id": "ENSP00000619963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": null,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949904.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.*35_*43delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000415514.5",
"protein_id": "ENSP00000388043.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000415514.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.199_207delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000426513.6",
"protein_id": "ENSP00000403824.2",
"transcript_support_level": 3,
"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": "ENST00000426513.6"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.262_270delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000475085.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": "ENST00000475085.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.211_219delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000616446.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": "ENST00000616446.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.663_671delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000616707.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "ENST00000616707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.260_268delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000617583.4",
"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": "ENST00000617583.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.290_298delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000621183.4",
"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": "ENST00000621183.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.250_258delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000621470.4",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000621470.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.407_415delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000622003.4",
"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": "ENST00000622003.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"hgvs_c": "n.*35_*43delTGGCACCAC",
"hgvs_p": null,
"transcript": "ENST00000415514.5",
"protein_id": "ENSP00000388043.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000415514.5"
}
],
"gene_symbol": "MPV17",
"gene_hgnc_id": 7224,
"dbsnp": "rs267607262",
"frequency_reference_population": 0.000001368107,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136811,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.219,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM4",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PM4"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_002437.5",
"gene_symbol": "MPV17",
"hgnc_id": 7224,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.234_242delTGGCACCAC",
"hgvs_p": "p.Gly79_Thr81del"
}
],
"clinvar_disease": "Mitochondrial DNA depletion syndrome 6 (hepatocerebral type)",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Mitochondrial DNA depletion syndrome 6 (hepatocerebral type)",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}