← 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-59153374-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=59153374&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 59153374,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000675163.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001312909.2",
"protein_id": "NP_001299838.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2324,
"cdna_end": null,
"cdna_length": 3989,
"mane_select": "ENST00000675163.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000675163.1",
"protein_id": "ENSP00000501952.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2324,
"cdna_end": null,
"cdna_length": 3989,
"mane_select": "NM_001312909.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000531147.1",
"protein_id": "ENSP00000431631.1",
"transcript_support_level": 1,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2334,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001142519.3",
"protein_id": "NP_001135991.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001142520.3",
"protein_id": "NP_001135992.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2109,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001142521.3",
"protein_id": "NP_001135993.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1922,
"cdna_end": null,
"cdna_length": 3587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001312910.2",
"protein_id": "NP_001299839.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2148,
"cdna_end": null,
"cdna_length": 3813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001312911.2",
"protein_id": "NP_001299840.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1940,
"cdna_end": null,
"cdna_length": 3605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001369457.1",
"protein_id": "NP_001356386.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1770,
"cdna_end": null,
"cdna_length": 3435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374804.1",
"protein_id": "NP_001361733.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4416,
"cdna_end": null,
"cdna_length": 6081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374848.1",
"protein_id": "NP_001361777.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2285,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374849.1",
"protein_id": "NP_001361778.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2417,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374850.1",
"protein_id": "NP_001361779.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2118,
"cdna_end": null,
"cdna_length": 3783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374851.1",
"protein_id": "NP_001361780.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2166,
"cdna_end": null,
"cdna_length": 3831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374852.1",
"protein_id": "NP_001361781.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2358,
"cdna_end": null,
"cdna_length": 4023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374853.1",
"protein_id": "NP_001361782.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 3973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374854.1",
"protein_id": "NP_001361783.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2347,
"cdna_end": null,
"cdna_length": 4012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374855.1",
"protein_id": "NP_001361784.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2095,
"cdna_end": null,
"cdna_length": 3760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374856.1",
"protein_id": "NP_001361785.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2056,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374857.1",
"protein_id": "NP_001361786.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2373,
"cdna_end": null,
"cdna_length": 4038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374858.1",
"protein_id": "NP_001361787.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4320,
"cdna_end": null,
"cdna_length": 5985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374859.1",
"protein_id": "NP_001361788.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2071,
"cdna_end": null,
"cdna_length": 3736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374860.1",
"protein_id": "NP_001361789.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4439,
"cdna_end": null,
"cdna_length": 6104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374861.1",
"protein_id": "NP_001361790.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4478,
"cdna_end": null,
"cdna_length": 6143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374862.1",
"protein_id": "NP_001361791.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4631,
"cdna_end": null,
"cdna_length": 6296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374863.1",
"protein_id": "NP_001361792.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4670,
"cdna_end": null,
"cdna_length": 6335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374864.1",
"protein_id": "NP_001361793.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4455,
"cdna_end": null,
"cdna_length": 6120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374865.1",
"protein_id": "NP_001361794.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4647,
"cdna_end": null,
"cdna_length": 6312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374866.1",
"protein_id": "NP_001361795.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4740,
"cdna_end": null,
"cdna_length": 6405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374867.1",
"protein_id": "NP_001361796.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1817,
"cdna_end": null,
"cdna_length": 3482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374868.1",
"protein_id": "NP_001361797.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1778,
"cdna_end": null,
"cdna_length": 3443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374869.1",
"protein_id": "NP_001361798.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 3516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_001374870.1",
"protein_id": "NP_001361799.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 3477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_022074.4",
"protein_id": "NP_071357.2",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1847,
"cdna_end": null,
"cdna_length": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "NM_198847.3",
"protein_id": "NP_942144.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000361723.7",
"protein_id": "ENSP00000355264.3",
"transcript_support_level": 2,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1930,
"cdna_end": null,
"cdna_length": 3592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000420244.6",
"protein_id": "ENSP00000406683.1",
"transcript_support_level": 3,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2777,
"cdna_end": null,
"cdna_length": 4439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000527629.6",
"protein_id": "ENSP00000436128.2",
"transcript_support_level": 3,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2023,
"cdna_end": null,
"cdna_length": 2153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000528737.5",
"protein_id": "ENSP00000434435.1",
"transcript_support_level": 2,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 4524,
"cdna_end": null,
"cdna_length": 6189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000529985.3",
"protein_id": "ENSP00000502754.2",
"transcript_support_level": 2,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2091,
"cdna_end": null,
"cdna_length": 2221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000531408.6",
"protein_id": "ENSP00000432821.2",
"transcript_support_level": 3,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1841,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000533703.1",
"protein_id": "ENSP00000433154.1",
"transcript_support_level": 2,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2537,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000674617.1",
"protein_id": "ENSP00000501786.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2026,
"cdna_end": null,
"cdna_length": 3676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000675806.2",
"protein_id": "ENSP00000501617.2",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2370,
"cdna_end": null,
"cdna_length": 2500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000676340.1",
"protein_id": "ENSP00000501909.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2589,
"cdna_end": null,
"cdna_length": 4203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000676459.1",
"protein_id": "ENSP00000501771.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2354,
"cdna_end": null,
"cdna_length": 3708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His",
"transcript": "ENST00000682018.1",
"protein_id": "ENSP00000507215.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 611,
"cds_start": 1706,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 2053,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"hgvs_c": "c.1586G>A",
"hgvs_p": "p.Arg529His",
"transcript": "ENST00000684135.1",
"protein_id": "ENSP00000508374.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 571,
"cds_start": 1586,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 1959,
"cdna_end": null,
"cdna_length": 2089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FAM111A-DT",
"gene_hgnc_id": 53752,
"hgvs_c": "n.177-13207C>T",
"hgvs_p": null,
"transcript": "ENST00000827446.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": 993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FAM111A",
"gene_hgnc_id": 24725,
"dbsnp": "rs587777011",
"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.24506095051765442,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.031,
"revel_prediction": "Benign",
"alphamissense_score": 0.0854,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.507,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP5_Very_Strong,BP4",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 1,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong",
"BP4"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000675163.1",
"gene_symbol": "FAM111A",
"hgnc_id": 24725,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1706G>A",
"hgvs_p": "p.Arg569His"
},
{
"score": 9,
"benign_score": 1,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong",
"BP4"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000827446.1",
"gene_symbol": "FAM111A-DT",
"hgnc_id": 53752,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.177-13207C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal dominant Kenny-Caffey syndrome,Inborn genetic diseases,Osteocraniostenosis,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 LP:1 O:1",
"phenotype_combined": "Autosomal dominant Kenny-Caffey syndrome|Osteocraniostenosis|Osteocraniostenosis;Autosomal dominant Kenny-Caffey syndrome|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}