← 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-64220649-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=64220649&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 64220649,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000345728.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "NM_031471.6",
"protein_id": "NP_113659.3",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": "ENST00000345728.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000345728.10",
"protein_id": "ENSP00000339950.5",
"transcript_support_level": 1,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": "NM_031471.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1537C>A",
"hgvs_p": "p.Arg513Arg",
"transcript": "ENST00000279227.10",
"protein_id": "ENSP00000279227.5",
"transcript_support_level": 1,
"aa_start": 513,
"aa_end": null,
"aa_length": 667,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1696,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1546C>A",
"hgvs_p": "p.Arg516Arg",
"transcript": "ENST00000698865.1",
"protein_id": "ENSP00000513992.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 670,
"cds_start": 1546,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1652,
"cdna_end": null,
"cdna_length": 2502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1537C>A",
"hgvs_p": "p.Arg513Arg",
"transcript": "NM_001382362.1",
"protein_id": "NP_001369291.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 667,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1642,
"cdna_end": null,
"cdna_length": 2508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1537C>A",
"hgvs_p": "p.Arg513Arg",
"transcript": "NM_178443.3",
"protein_id": "NP_848537.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 667,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1645,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1537C>A",
"hgvs_p": "p.Arg513Arg",
"transcript": "ENST00000698860.1",
"protein_id": "ENSP00000513988.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 667,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2004,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "NM_001382361.1",
"protein_id": "NP_001369290.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1630,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "NM_001382448.1",
"protein_id": "NP_001369377.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1730,
"cdna_end": null,
"cdna_length": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000544997.6",
"protein_id": "ENSP00000445778.2",
"transcript_support_level": 3,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1719,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000698852.1",
"protein_id": "ENSP00000513984.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 2964,
"cdna_end": null,
"cdna_length": 3772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000698861.1",
"protein_id": "ENSP00000513989.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1659,
"cdna_end": null,
"cdna_length": 2520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000698863.1",
"protein_id": "ENSP00000513991.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1883,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg",
"transcript": "ENST00000698870.1",
"protein_id": "ENSP00000513996.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 663,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1674,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1519C>A",
"hgvs_p": "p.Arg507Arg",
"transcript": "ENST00000698878.1",
"protein_id": "ENSP00000514000.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 661,
"cds_start": 1519,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1390C>A",
"hgvs_p": "p.Arg464Arg",
"transcript": "ENST00000698868.1",
"protein_id": "ENSP00000513994.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 618,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 2334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.997C>A",
"hgvs_p": "p.Arg333Arg",
"transcript": "NM_001382364.1",
"protein_id": "NP_001369293.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 487,
"cds_start": 997,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1578,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.985C>A",
"hgvs_p": "p.Arg329Arg",
"transcript": "NM_001382363.1",
"protein_id": "NP_001369292.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 483,
"cds_start": 985,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1566,
"cdna_end": null,
"cdna_length": 2432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.985C>A",
"hgvs_p": "p.Arg329Arg",
"transcript": "ENST00000541252.2",
"protein_id": "ENSP00000438885.2",
"transcript_support_level": 3,
"aa_start": 329,
"aa_end": null,
"aa_length": 483,
"cds_start": 985,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1500,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.985C>A",
"hgvs_p": "p.Arg329Arg",
"transcript": "ENST00000698874.1",
"protein_id": "ENSP00000513999.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 483,
"cds_start": 985,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.214C>A",
"hgvs_p": "p.Arg72Arg",
"transcript": "ENST00000545896.2",
"protein_id": "ENSP00000440209.2",
"transcript_support_level": 5,
"aa_start": 72,
"aa_end": null,
"aa_length": 130,
"cds_start": 214,
"cds_end": null,
"cds_length": 393,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.997C>A",
"hgvs_p": "p.Arg333Arg",
"transcript": "XM_047427676.1",
"protein_id": "XP_047283632.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 487,
"cds_start": 997,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1105,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.2703C>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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.946C>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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1829C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*720C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1771C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*930C>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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.645C>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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1293C>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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*754C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*855C>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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.3177C>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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.2871C>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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1689C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*821C>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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1740C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*1039C>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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.5500C>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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.2048C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*314C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*720C>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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1385C>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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1573C>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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.1093C>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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*53C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*720C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*930C>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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*754C>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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*855C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*821C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*1039C>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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*314C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*720C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*53C>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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "c.1311+323C>A",
"hgvs_p": null,
"transcript": "ENST00000698869.1",
"protein_id": "ENSP00000513995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 585,
"cds_start": -4,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2173,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*199C>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": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"hgvs_c": "n.*167C>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
}
],
"gene_symbol": "FERMT3",
"gene_hgnc_id": 23151,
"dbsnp": "rs121918295",
"frequency_reference_population": 6.85385e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85385e-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.16764920949935913,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.055,
"revel_prediction": "Benign",
"alphamissense_score": 0.2838,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.713,
"phylop100way_prediction": "Uncertain_significance",
"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": 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": "ENST00000345728.10",
"gene_symbol": "FERMT3",
"hgnc_id": 23151,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1525C>A",
"hgvs_p": "p.Arg509Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}