← 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-46726761-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46726761&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46726761,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000506.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "NM_000506.5",
"protein_id": "NP_000497.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 622,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000311907.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000506.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000311907.10",
"protein_id": "ENSP00000308541.5",
"transcript_support_level": 1,
"aa_start": 352,
"aa_end": null,
"aa_length": 622,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000506.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311907.10"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1150G>A",
"hgvs_p": "p.Glu384Lys",
"transcript": "ENST00000862106.1",
"protein_id": "ENSP00000532165.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 654,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862106.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862102.1",
"protein_id": "ENSP00000532161.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 637,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862102.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862104.1",
"protein_id": "ENSP00000532163.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 635,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862104.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1081G>A",
"hgvs_p": "p.Glu361Lys",
"transcript": "ENST00000862111.1",
"protein_id": "ENSP00000532170.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 631,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862111.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1075G>A",
"hgvs_p": "p.Glu359Lys",
"transcript": "ENST00000862105.1",
"protein_id": "ENSP00000532164.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 629,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862105.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1051G>A",
"hgvs_p": "p.Glu351Lys",
"transcript": "ENST00000862096.1",
"protein_id": "ENSP00000532155.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 621,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862096.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1042G>A",
"hgvs_p": "p.Glu348Lys",
"transcript": "ENST00000862107.1",
"protein_id": "ENSP00000532166.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 618,
"cds_start": 1042,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862107.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862112.1",
"protein_id": "ENSP00000532171.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 616,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862112.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1033G>A",
"hgvs_p": "p.Glu345Lys",
"transcript": "ENST00000862123.1",
"protein_id": "ENSP00000532182.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 615,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862123.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1075G>A",
"hgvs_p": "p.Glu359Lys",
"transcript": "ENST00000862109.1",
"protein_id": "ENSP00000532168.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 610,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862109.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Glu338Lys",
"transcript": "ENST00000862103.1",
"protein_id": "ENSP00000532162.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 608,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862103.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Glu335Lys",
"transcript": "ENST00000862093.1",
"protein_id": "ENSP00000532152.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 605,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862093.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Glu335Lys",
"transcript": "ENST00000862117.1",
"protein_id": "ENSP00000532176.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 605,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862117.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862095.1",
"protein_id": "ENSP00000532154.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 603,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862095.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.976G>A",
"hgvs_p": "p.Glu326Lys",
"transcript": "ENST00000862101.1",
"protein_id": "ENSP00000532160.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 596,
"cds_start": 976,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862101.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862100.1",
"protein_id": "ENSP00000532159.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 594,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862100.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862098.1",
"protein_id": "ENSP00000532157.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 592,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862098.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862099.1",
"protein_id": "ENSP00000532158.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 586,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862099.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000530231.5",
"protein_id": "ENSP00000433907.1",
"transcript_support_level": 5,
"aa_start": 352,
"aa_end": null,
"aa_length": 583,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530231.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.925G>A",
"hgvs_p": "p.Glu309Lys",
"transcript": "ENST00000862094.1",
"protein_id": "ENSP00000532153.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 579,
"cds_start": 925,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862094.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Glu335Lys",
"transcript": "ENST00000862121.1",
"protein_id": "ENSP00000532180.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 577,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862121.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Glu335Lys",
"transcript": "ENST00000862115.1",
"protein_id": "ENSP00000532174.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 569,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862115.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862113.1",
"protein_id": "ENSP00000532172.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 566,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862113.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys",
"transcript": "ENST00000862122.1",
"protein_id": "ENSP00000532181.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 564,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862122.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.925G>A",
"hgvs_p": "p.Glu309Lys",
"transcript": "ENST00000862116.1",
"protein_id": "ENSP00000532175.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 551,
"cds_start": 925,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862116.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.925G>A",
"hgvs_p": "p.Glu309Lys",
"transcript": "ENST00000862110.1",
"protein_id": "ENSP00000532169.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 543,
"cds_start": 925,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862110.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Glu271Lys",
"transcript": "ENST00000862097.1",
"protein_id": "ENSP00000532156.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 541,
"cds_start": 811,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862097.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.925G>A",
"hgvs_p": "p.Glu309Lys",
"transcript": "ENST00000862119.1",
"protein_id": "ENSP00000532178.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 540,
"cds_start": 925,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862119.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.760G>A",
"hgvs_p": "p.Glu254Lys",
"transcript": "ENST00000862108.1",
"protein_id": "ENSP00000532167.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 524,
"cds_start": 760,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862108.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Glu247Lys",
"transcript": "ENST00000862120.1",
"protein_id": "ENSP00000532179.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 517,
"cds_start": 739,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862120.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1059G>A",
"hgvs_p": "p.Pro353Pro",
"transcript": "ENST00000862118.1",
"protein_id": "ENSP00000532177.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 638,
"cds_start": 1059,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862118.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.948G>A",
"hgvs_p": "p.Pro316Pro",
"transcript": "ENST00000862114.1",
"protein_id": "ENSP00000532173.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 601,
"cds_start": 948,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862114.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.*135G>A",
"hgvs_p": null,
"transcript": "ENST00000442468.1",
"protein_id": "ENSP00000387413.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442468.1"
}
],
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"dbsnp": "rs121918484",
"frequency_reference_population": 0.0000055758906,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000478835,
"gnomad_genomes_af": 0.0000131396,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9797399044036865,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.825,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.692,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.1,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PP2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PP2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000506.5",
"gene_symbol": "F2",
"hgnc_id": 3535,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1054G>A",
"hgvs_p": "p.Glu352Lys"
}
],
"clinvar_disease": "Congenital prothrombin deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Congenital prothrombin deficiency",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}