← 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: 11-64219559-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=64219559&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 64219559,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000345728.10",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "NM_031471.6",
"protein_id": "NP_113659.3",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": "ENST00000345728.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000345728.10",
"protein_id": "ENSP00000339950.5",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": "NM_031471.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000279227.10",
"protein_id": "ENSP00000279227.5",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 667,
"cds_start": 930,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1089,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.951G>A",
"hgvs_p": "p.Val317Val",
"transcript": "ENST00000698865.1",
"protein_id": "ENSP00000513992.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 670,
"cds_start": 951,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1057,
"cdna_end": null,
"cdna_length": 2502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "NM_001382362.1",
"protein_id": "NP_001369291.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 667,
"cds_start": 930,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 2508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "NM_178443.3",
"protein_id": "NP_848537.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 667,
"cds_start": 930,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698860.1",
"protein_id": "ENSP00000513988.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 667,
"cds_start": 930,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "NM_001382361.1",
"protein_id": "NP_001369290.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1035,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "NM_001382448.1",
"protein_id": "NP_001369377.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1135,
"cdna_end": null,
"cdna_length": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000544997.6",
"protein_id": "ENSP00000445778.2",
"transcript_support_level": 3,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1124,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698852.1",
"protein_id": "ENSP00000513984.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 2369,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698861.1",
"protein_id": "ENSP00000513989.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1064,
"cdna_end": null,
"cdna_length": 2520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698863.1",
"protein_id": "ENSP00000513991.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1288,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698870.1",
"protein_id": "ENSP00000513996.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 663,
"cds_start": 930,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698878.1",
"protein_id": "ENSP00000514000.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 661,
"cds_start": 930,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 1043,
"cdna_end": null,
"cdna_length": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val",
"transcript": "ENST00000698869.1",
"protein_id": "ENSP00000513995.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 585,
"cds_start": 930,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.390G>A",
"hgvs_p": "p.Val130Val",
"transcript": "NM_001382364.1",
"protein_id": "NP_001369293.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 487,
"cds_start": 390,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.390G>A",
"hgvs_p": "p.Val130Val",
"transcript": "NM_001382363.1",
"protein_id": "NP_001369292.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 483,
"cds_start": 390,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 2432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.390G>A",
"hgvs_p": "p.Val130Val",
"transcript": "ENST00000541252.2",
"protein_id": "ENSP00000438885.2",
"transcript_support_level": 3,
"aa_start": 130,
"aa_end": null,
"aa_length": 483,
"cds_start": 390,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.390G>A",
"hgvs_p": "p.Val130Val",
"transcript": "ENST00000698874.1",
"protein_id": "ENSP00000513999.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 483,
"cds_start": 390,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.390G>A",
"hgvs_p": "p.Val130Val",
"transcript": "XM_047427676.1",
"protein_id": "XP_047283632.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 487,
"cds_start": 390,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1898G>A",
"hgvs_p": null,
"transcript": "ENST00000540554.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.83G>A",
"hgvs_p": null,
"transcript": "ENST00000540957.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.247G>A",
"hgvs_p": null,
"transcript": "ENST00000541326.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1024G>A",
"hgvs_p": null,
"transcript": "ENST00000546255.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698845.1",
"protein_id": "ENSP00000513981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1067G>A",
"hgvs_p": null,
"transcript": "ENST00000698846.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*335G>A",
"hgvs_p": null,
"transcript": "ENST00000698847.1",
"protein_id": "ENSP00000513982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.107G>A",
"hgvs_p": null,
"transcript": "ENST00000698848.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.50G>A",
"hgvs_p": null,
"transcript": "ENST00000698849.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.407G>A",
"hgvs_p": null,
"transcript": "ENST00000698850.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*159G>A",
"hgvs_p": null,
"transcript": "ENST00000698853.1",
"protein_id": "ENSP00000513985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*159G>A",
"hgvs_p": null,
"transcript": "ENST00000698854.1",
"protein_id": "ENSP00000513986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.2582G>A",
"hgvs_p": null,
"transcript": "ENST00000698855.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.2066G>A",
"hgvs_p": null,
"transcript": "ENST00000698856.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1094G>A",
"hgvs_p": null,
"transcript": "ENST00000698859.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698862.1",
"protein_id": "ENSP00000513990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1036G>A",
"hgvs_p": null,
"transcript": "ENST00000698864.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*335G>A",
"hgvs_p": null,
"transcript": "ENST00000698866.1",
"protein_id": "ENSP00000513993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.4804G>A",
"hgvs_p": null,
"transcript": "ENST00000698867.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1352G>A",
"hgvs_p": null,
"transcript": "ENST00000698871.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.390G>A",
"hgvs_p": null,
"transcript": "ENST00000698872.1",
"protein_id": "ENSP00000513997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698873.1",
"protein_id": "ENSP00000513998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.790G>A",
"hgvs_p": null,
"transcript": "ENST00000698875.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.869G>A",
"hgvs_p": null,
"transcript": "ENST00000698876.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.498G>A",
"hgvs_p": null,
"transcript": "ENST00000698877.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.768G>A",
"hgvs_p": null,
"transcript": "ENST00000698880.1",
"protein_id": "ENSP00000514002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698845.1",
"protein_id": "ENSP00000513981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*335G>A",
"hgvs_p": null,
"transcript": "ENST00000698847.1",
"protein_id": "ENSP00000513982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*159G>A",
"hgvs_p": null,
"transcript": "ENST00000698853.1",
"protein_id": "ENSP00000513985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*159G>A",
"hgvs_p": null,
"transcript": "ENST00000698854.1",
"protein_id": "ENSP00000513986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698862.1",
"protein_id": "ENSP00000513990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*335G>A",
"hgvs_p": null,
"transcript": "ENST00000698866.1",
"protein_id": "ENSP00000513993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*125G>A",
"hgvs_p": null,
"transcript": "ENST00000698873.1",
"protein_id": "ENSP00000513998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.895-181G>A",
"hgvs_p": null,
"transcript": "ENST00000698868.1",
"protein_id": "ENSP00000513994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": -4,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*435G>A",
"hgvs_p": null,
"transcript": "ENST00000698879.1",
"protein_id": "ENSP00000514001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"dbsnp": "rs199508330",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.158,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000345728.10",
"gene_symbol": "FERMT3",
"hgnc_id": 23151,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.930G>A",
"hgvs_p": "p.Val310Val"
}
],
"clinvar_disease": "Leukocyte adhesion deficiency 3",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Leukocyte adhesion deficiency 3",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}