← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-28059705-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=28059705&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 28059705,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_173496.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "NM_001318170.2",
"protein_id": "NP_001305099.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000683449.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318170.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000683449.1",
"protein_id": "ENSP00000507917.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001318170.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683449.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000375719.7",
"protein_id": "ENSP00000364871.3",
"transcript_support_level": 1,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375719.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "n.1243G>T",
"hgvs_p": null,
"transcript": "ENST00000496637.6",
"protein_id": "ENSP00000473899.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000496637.6"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1267G>T",
"hgvs_p": "p.Val423Phe",
"transcript": "ENST00000893174.1",
"protein_id": "ENSP00000563233.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 584,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893174.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "NM_173496.5",
"protein_id": "NP_775767.2",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173496.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000337532.9",
"protein_id": "ENSP00000337907.5",
"transcript_support_level": 5,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337532.9"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000375732.5",
"protein_id": "ENSP00000364884.1",
"transcript_support_level": 2,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375732.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000893162.1",
"protein_id": "ENSP00000563221.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893162.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000893165.1",
"protein_id": "ENSP00000563224.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893165.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000893168.1",
"protein_id": "ENSP00000563227.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893168.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000893169.1",
"protein_id": "ENSP00000563228.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893169.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000935550.1",
"protein_id": "ENSP00000605609.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935550.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000957212.1",
"protein_id": "ENSP00000627271.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957212.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000957213.1",
"protein_id": "ENSP00000627272.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957213.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "ENST00000957214.1",
"protein_id": "ENSP00000627273.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957214.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1240G>T",
"hgvs_p": "p.Val414Phe",
"transcript": "ENST00000893173.1",
"protein_id": "ENSP00000563232.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 575,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893173.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1237G>T",
"hgvs_p": "p.Val413Phe",
"transcript": "ENST00000893164.1",
"protein_id": "ENSP00000563223.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 574,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893164.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1237G>T",
"hgvs_p": "p.Val413Phe",
"transcript": "ENST00000893170.1",
"protein_id": "ENSP00000563229.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 574,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893170.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1162G>T",
"hgvs_p": "p.Val388Phe",
"transcript": "ENST00000893163.1",
"protein_id": "ENSP00000563222.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 549,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893163.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1162G>T",
"hgvs_p": "p.Val388Phe",
"transcript": "ENST00000893166.1",
"protein_id": "ENSP00000563225.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 549,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893166.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1111G>T",
"hgvs_p": "p.Val371Phe",
"transcript": "ENST00000893171.1",
"protein_id": "ENSP00000563230.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 532,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893171.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1084G>T",
"hgvs_p": "p.Val362Phe",
"transcript": "ENST00000893167.1",
"protein_id": "ENSP00000563226.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 523,
"cds_start": 1084,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893167.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1072G>T",
"hgvs_p": "p.Val358Phe",
"transcript": "ENST00000893172.1",
"protein_id": "ENSP00000563231.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 519,
"cds_start": 1072,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893172.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.526G>T",
"hgvs_p": "p.Val176Phe",
"transcript": "ENST00000441595.2",
"protein_id": "ENSP00000398319.1",
"transcript_support_level": 5,
"aa_start": 176,
"aa_end": null,
"aa_length": 311,
"cds_start": 526,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441595.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Val496Phe",
"transcript": "XM_017015741.2",
"protein_id": "XP_016871230.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 657,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015741.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "XM_011519337.3",
"protein_id": "XP_011517639.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519337.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "XM_047424644.1",
"protein_id": "XP_047280600.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424644.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "XM_047424645.1",
"protein_id": "XP_047280601.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424645.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "XM_047424646.1",
"protein_id": "XP_047280602.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424646.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe",
"transcript": "XM_047424647.1",
"protein_id": "XP_047280603.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 576,
"cds_start": 1243,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424647.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.1237G>T",
"hgvs_p": "p.Val413Phe",
"transcript": "XM_047424648.1",
"protein_id": "XP_047280604.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 574,
"cds_start": 1237,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424648.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.868G>T",
"hgvs_p": "p.Val290Phe",
"transcript": "XM_011519338.3",
"protein_id": "XP_011517640.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 451,
"cds_start": 868,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519338.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "c.868G>T",
"hgvs_p": "p.Val290Phe",
"transcript": "XM_047424649.1",
"protein_id": "XP_047280605.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 451,
"cds_start": 868,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "n.1578G>T",
"hgvs_p": null,
"transcript": "NR_134517.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_134517.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"hgvs_c": "n.1459G>T",
"hgvs_p": null,
"transcript": "NR_134518.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_134518.2"
}
],
"gene_symbol": "MPP7",
"gene_hgnc_id": 26542,
"dbsnp": "rs1449503978",
"frequency_reference_population": 6.8434184e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84342e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8147915601730347,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.423,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5367,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.542,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.08,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_173496.5",
"gene_symbol": "MPP7",
"hgnc_id": 26542,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1243G>T",
"hgvs_p": "p.Val415Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}