← 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-46728157-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46728157&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46728157,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000506.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "NM_000506.5",
"protein_id": "NP_000497.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 622,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000311907.10",
"protein_id": "ENSP00000308541.5",
"transcript_support_level": 1,
"aa_start": 431,
"aa_end": null,
"aa_length": 622,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1388G>A",
"hgvs_p": "p.Arg463His",
"transcript": "ENST00000862106.1",
"protein_id": "ENSP00000532165.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 654,
"cds_start": 1388,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1340G>A",
"hgvs_p": "p.Arg447His",
"transcript": "ENST00000862118.1",
"protein_id": "ENSP00000532177.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 638,
"cds_start": 1340,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1337G>A",
"hgvs_p": "p.Arg446His",
"transcript": "ENST00000862102.1",
"protein_id": "ENSP00000532161.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 637,
"cds_start": 1337,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444His",
"transcript": "ENST00000862104.1",
"protein_id": "ENSP00000532163.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 635,
"cds_start": 1331,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000862111.1",
"protein_id": "ENSP00000532170.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 631,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1313G>A",
"hgvs_p": "p.Arg438His",
"transcript": "ENST00000862105.1",
"protein_id": "ENSP00000532164.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 629,
"cds_start": 1313,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1289G>A",
"hgvs_p": "p.Arg430His",
"transcript": "ENST00000862096.1",
"protein_id": "ENSP00000532155.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 621,
"cds_start": 1289,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1280G>A",
"hgvs_p": "p.Arg427His",
"transcript": "ENST00000862107.1",
"protein_id": "ENSP00000532166.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 618,
"cds_start": 1280,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444His",
"transcript": "ENST00000862112.1",
"protein_id": "ENSP00000532171.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 616,
"cds_start": 1331,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1271G>A",
"hgvs_p": "p.Arg424His",
"transcript": "ENST00000862123.1",
"protein_id": "ENSP00000532182.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 615,
"cds_start": 1271,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1313G>A",
"hgvs_p": "p.Arg438His",
"transcript": "ENST00000862109.1",
"protein_id": "ENSP00000532168.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 610,
"cds_start": 1313,
"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": "R",
"aa_alt": "H",
"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.1250G>A",
"hgvs_p": "p.Arg417His",
"transcript": "ENST00000862103.1",
"protein_id": "ENSP00000532162.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 608,
"cds_start": 1250,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000862093.1",
"protein_id": "ENSP00000532152.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 605,
"cds_start": 1241,
"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": "R",
"aa_alt": "H",
"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.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000862117.1",
"protein_id": "ENSP00000532176.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 605,
"cds_start": 1241,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000862095.1",
"protein_id": "ENSP00000532154.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 603,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1229G>A",
"hgvs_p": "p.Arg410His",
"transcript": "ENST00000862114.1",
"protein_id": "ENSP00000532173.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 601,
"cds_start": 1229,
"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": "R",
"aa_alt": "H",
"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.1214G>A",
"hgvs_p": "p.Arg405His",
"transcript": "ENST00000862101.1",
"protein_id": "ENSP00000532160.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 596,
"cds_start": 1214,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000862100.1",
"protein_id": "ENSP00000532159.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 594,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000862098.1",
"protein_id": "ENSP00000532157.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 592,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000862099.1",
"protein_id": "ENSP00000532158.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 586,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000530231.5",
"protein_id": "ENSP00000433907.1",
"transcript_support_level": 5,
"aa_start": 431,
"aa_end": null,
"aa_length": 583,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"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.1163G>A",
"hgvs_p": "p.Arg388His",
"transcript": "ENST00000862094.1",
"protein_id": "ENSP00000532153.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 579,
"cds_start": 1163,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000862121.1",
"protein_id": "ENSP00000532180.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 577,
"cds_start": 1241,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1241G>A",
"hgvs_p": "p.Arg414His",
"transcript": "ENST00000862115.1",
"protein_id": "ENSP00000532174.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 569,
"cds_start": 1241,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His",
"transcript": "ENST00000862122.1",
"protein_id": "ENSP00000532181.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 564,
"cds_start": 1292,
"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": "R",
"aa_alt": "H",
"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.1163G>A",
"hgvs_p": "p.Arg388His",
"transcript": "ENST00000862116.1",
"protein_id": "ENSP00000532175.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 551,
"cds_start": 1163,
"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": "R",
"aa_alt": "H",
"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.1163G>A",
"hgvs_p": "p.Arg388His",
"transcript": "ENST00000862110.1",
"protein_id": "ENSP00000532169.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 543,
"cds_start": 1163,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1049G>A",
"hgvs_p": "p.Arg350His",
"transcript": "ENST00000862097.1",
"protein_id": "ENSP00000532156.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 541,
"cds_start": 1049,
"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": "R",
"aa_alt": "H",
"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.1163G>A",
"hgvs_p": "p.Arg388His",
"transcript": "ENST00000862119.1",
"protein_id": "ENSP00000532178.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 540,
"cds_start": 1163,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.998G>A",
"hgvs_p": "p.Arg333His",
"transcript": "ENST00000862108.1",
"protein_id": "ENSP00000532167.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 524,
"cds_start": 998,
"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": "R",
"aa_alt": "H",
"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.977G>A",
"hgvs_p": "p.Arg326His",
"transcript": "ENST00000862120.1",
"protein_id": "ENSP00000532179.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 517,
"cds_start": 977,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"hgvs_c": "c.1131-507G>A",
"hgvs_p": null,
"transcript": "ENST00000862113.1",
"protein_id": "ENSP00000532172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"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"
}
],
"gene_symbol": "F2",
"gene_hgnc_id": 3535,
"dbsnp": "rs121918482",
"frequency_reference_population": 0.000005496272,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000549627,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9759563207626343,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.91,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6068,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.36,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.705,
"phylop100way_prediction": "Pathogenic",
"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": "AR,AD",
"hgvs_c": "c.1292G>A",
"hgvs_p": "p.Arg431His"
}
],
"clinvar_disease": "DYSPROTHROMBINEMIA PROTHROMBIN HIMI-II",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "DYSPROTHROMBINEMIA PROTHROMBIN HIMI-II",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}