← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-227356053-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=227356053&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 227356053,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000304593.14",
"consequences": [
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.744+292T>C",
"hgvs_p": null,
"transcript": "NM_001277062.2",
"protein_id": "NP_001263991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": "ENST00000304593.14",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.744+292T>C",
"hgvs_p": null,
"transcript": "ENST00000304593.14",
"protein_id": "ENSP00000304898.10",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": "NM_001277062.2",
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.600+292T>C",
"hgvs_p": null,
"transcript": "ENST00000337110.11",
"protein_id": "ENSP00000338412.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1760,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.897+292T>C",
"hgvs_p": null,
"transcript": "NM_001277061.2",
"protein_id": "NP_001263990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2174,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.897+292T>C",
"hgvs_p": null,
"transcript": "NM_020194.5",
"protein_id": "NP_064579.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2014,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.897+292T>C",
"hgvs_p": null,
"transcript": "ENST00000353339.8",
"protein_id": "ENSP00000302037.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2174,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.819+292T>C",
"hgvs_p": null,
"transcript": "ENST00000707109.1",
"protein_id": "ENSP00000516738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": -4,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1955,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.777+292T>C",
"hgvs_p": null,
"transcript": "ENST00000707111.1",
"protein_id": "ENSP00000516740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 302,
"cds_start": -4,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1628,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.771+292T>C",
"hgvs_p": null,
"transcript": "ENST00000707110.1",
"protein_id": "ENSP00000516739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": -4,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1329,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.684+292T>C",
"hgvs_p": null,
"transcript": "ENST00000456345.2",
"protein_id": "ENSP00000415313.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": -4,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1713,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.663+292T>C",
"hgvs_p": null,
"transcript": "ENST00000409616.5",
"protein_id": "ENSP00000386641.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": -4,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.627+292T>C",
"hgvs_p": null,
"transcript": "NM_001277068.1",
"protein_id": "NP_001263997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": -4,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1630,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.600+292T>C",
"hgvs_p": null,
"transcript": "NM_001277063.2",
"protein_id": "NP_001263992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1777,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.585+292T>C",
"hgvs_p": null,
"transcript": "NM_001277064.2",
"protein_id": "NP_001263993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": -4,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1762,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.585+292T>C",
"hgvs_p": null,
"transcript": "ENST00000349901.11",
"protein_id": "ENSP00000304134.9",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": -4,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1716,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.534+292T>C",
"hgvs_p": null,
"transcript": "NM_001277067.1",
"protein_id": "NP_001263996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": -4,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1710,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.534+292T>C",
"hgvs_p": null,
"transcript": "ENST00000392059.6",
"protein_id": "ENSP00000375912.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": -4,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 769,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.525+292T>C",
"hgvs_p": null,
"transcript": "NM_001277065.2",
"protein_id": "NP_001263994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1702,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.525+292T>C",
"hgvs_p": null,
"transcript": "NM_001277066.2",
"protein_id": "NP_001263995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1590,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.525+292T>C",
"hgvs_p": null,
"transcript": "ENST00000354503.10",
"protein_id": "ENSP00000346498.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1085,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.525+292T>C",
"hgvs_p": null,
"transcript": "ENST00000409565.5",
"protein_id": "ENSP00000386964.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1548,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.138+292T>C",
"hgvs_p": null,
"transcript": "ENST00000524634.5",
"protein_id": "ENSP00000436289.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 89,
"cds_start": -4,
"cds_end": null,
"cds_length": 270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.2676+292T>C",
"hgvs_p": null,
"transcript": "ENST00000460756.5",
"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": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.978+292T>C",
"hgvs_p": null,
"transcript": "ENST00000476262.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 1824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.551+292T>C",
"hgvs_p": null,
"transcript": "ENST00000476924.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.464+292T>C",
"hgvs_p": null,
"transcript": "ENST00000477362.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.805+292T>C",
"hgvs_p": null,
"transcript": "ENST00000490857.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "n.521+292T>C",
"hgvs_p": null,
"transcript": "NR_102266.2",
"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": 1369,
"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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.897+292T>C",
"hgvs_p": null,
"transcript": "XM_011511500.2",
"protein_id": "XP_011509802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2069,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.837+292T>C",
"hgvs_p": null,
"transcript": "XM_047445127.1",
"protein_id": "XP_047301083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 322,
"cds_start": -4,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2009,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.822+292T>C",
"hgvs_p": null,
"transcript": "XM_017004512.2",
"protein_id": "XP_016860001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": -4,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2217,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.819+292T>C",
"hgvs_p": null,
"transcript": "XM_006712637.3",
"protein_id": "XP_006712700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": -4,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1887,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.762+292T>C",
"hgvs_p": null,
"transcript": "XM_047445128.1",
"protein_id": "XP_047301084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1934,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.759+292T>C",
"hgvs_p": null,
"transcript": "XM_047445129.1",
"protein_id": "XP_047301085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": -4,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1784,
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.738+292T>C",
"hgvs_p": null,
"transcript": "XM_024453009.2",
"protein_id": "XP_024308777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": -4,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.684+292T>C",
"hgvs_p": null,
"transcript": "XM_047445130.1",
"protein_id": "XP_047301086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": -4,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1708,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.678+292T>C",
"hgvs_p": null,
"transcript": "XM_047445131.1",
"protein_id": "XP_047301087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 269,
"cds_start": -4,
"cds_end": null,
"cds_length": 810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1850,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.663+292T>C",
"hgvs_p": null,
"transcript": "XM_047445132.1",
"protein_id": "XP_047301088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": -4,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"hgvs_c": "c.603+292T>C",
"hgvs_p": null,
"transcript": "XM_047445133.1",
"protein_id": "XP_047301089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": -4,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MFF",
"gene_hgnc_id": 24858,
"dbsnp": "rs7560053",
"frequency_reference_population": 0.6788367,
"hom_count_reference_population": 35331,
"allele_count_reference_population": 103266,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.678837,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 103266,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 35331,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"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.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.038,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000304593.14",
"gene_symbol": "MFF",
"hgnc_id": 24858,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.744+292T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}