← 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: 8-144106893-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144106893&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144106893,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_032272.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "NM_032272.5",
"protein_id": "NP_115648.2",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000322428.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032272.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000322428.10",
"protein_id": "ENSP00000318604.5",
"transcript_support_level": 1,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032272.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322428.10"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Glu257Lys",
"transcript": "ENST00000876672.1",
"protein_id": "ENSP00000546731.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 295,
"cds_start": 769,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876672.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Glu257Lys",
"transcript": "ENST00000534585.5",
"protein_id": "ENSP00000433979.1",
"transcript_support_level": 5,
"aa_start": 257,
"aa_end": null,
"aa_length": 286,
"cds_start": 769,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534585.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Glu257Lys",
"transcript": "ENST00000876670.1",
"protein_id": "ENSP00000546729.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 286,
"cds_start": 769,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876670.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Glu257Lys",
"transcript": "ENST00000876671.1",
"protein_id": "ENSP00000546730.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 286,
"cds_start": 769,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876671.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.769G>A",
"hgvs_p": "p.Glu257Lys",
"transcript": "ENST00000964344.1",
"protein_id": "ENSP00000634403.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 286,
"cds_start": 769,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964344.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876667.1",
"protein_id": "ENSP00000546726.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 265,
"cds_start": 679,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876667.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.685G>A",
"hgvs_p": "p.Glu229Lys",
"transcript": "ENST00000876673.1",
"protein_id": "ENSP00000546732.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 258,
"cds_start": 685,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876673.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000532522.5",
"protein_id": "ENSP00000436720.1",
"transcript_support_level": 5,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532522.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000715465.1",
"protein_id": "ENSP00000520454.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715465.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876665.1",
"protein_id": "ENSP00000546724.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876665.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876666.1",
"protein_id": "ENSP00000546725.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876666.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876668.1",
"protein_id": "ENSP00000546727.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876668.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876674.1",
"protein_id": "ENSP00000546733.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876674.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876675.1",
"protein_id": "ENSP00000546734.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876675.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000876676.1",
"protein_id": "ENSP00000546735.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876676.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000964343.1",
"protein_id": "ENSP00000634402.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964343.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000964345.1",
"protein_id": "ENSP00000634404.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964345.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys",
"transcript": "ENST00000964350.1",
"protein_id": "ENSP00000634409.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 256,
"cds_start": 679,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964350.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.673G>A",
"hgvs_p": "p.Glu225Lys",
"transcript": "ENST00000876669.1",
"protein_id": "ENSP00000546728.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 254,
"cds_start": 673,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876669.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.574G>A",
"hgvs_p": "p.Glu192Lys",
"transcript": "ENST00000964346.1",
"protein_id": "ENSP00000634405.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 221,
"cds_start": 574,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964346.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Glu187Lys",
"transcript": "ENST00000964347.1",
"protein_id": "ENSP00000634406.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 216,
"cds_start": 559,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964347.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Glu184Lys",
"transcript": "ENST00000964349.1",
"protein_id": "ENSP00000634408.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 213,
"cds_start": 550,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964349.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.133G>A",
"hgvs_p": "p.Glu45Lys",
"transcript": "ENST00000534811.1",
"protein_id": "ENSP00000436639.1",
"transcript_support_level": 2,
"aa_start": 45,
"aa_end": null,
"aa_length": 164,
"cds_start": 133,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.621-195G>A",
"hgvs_p": null,
"transcript": "ENST00000964348.1",
"protein_id": "ENSP00000634407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SHARPIN",
"gene_hgnc_id": 25321,
"hgvs_c": "n.108-1031C>T",
"hgvs_p": null,
"transcript": "ENST00000533184.1",
"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": "pseudogene",
"feature": "ENST00000533184.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"hgvs_c": "c.*12G>A",
"hgvs_p": null,
"transcript": "ENST00000527058.1",
"protein_id": "ENSP00000436030.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527058.1"
}
],
"gene_symbol": "MAF1",
"gene_hgnc_id": 24966,
"dbsnp": "rs1311364593",
"frequency_reference_population": 0.0000052247833,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000362595,
"gnomad_genomes_af": 0.0000197091,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.18274003267288208,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.115,
"revel_prediction": "Benign",
"alphamissense_score": 0.1482,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.257,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032272.5",
"gene_symbol": "MAF1",
"hgnc_id": 24966,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Glu227Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000533184.1",
"gene_symbol": "SHARPIN",
"hgnc_id": 25321,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.108-1031C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}