← 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: 4-154563028-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=154563028&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 154563028,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005141.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_005141.5",
"protein_id": "NP_005132.2",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 491,
"cds_start": 10,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302068.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005141.5"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000302068.9",
"protein_id": "ENSP00000306099.4",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 491,
"cds_start": 10,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005141.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302068.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "n.17A>T",
"hgvs_p": null,
"transcript": "ENST00000497097.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000497097.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.-272A>T",
"hgvs_p": null,
"transcript": "ENST00000509493.1",
"protein_id": "ENSP00000426757.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": null,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509493.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382763.1",
"protein_id": "NP_001369692.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 488,
"cds_start": 10,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382763.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904942.1",
"protein_id": "ENSP00000575001.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 488,
"cds_start": 10,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904942.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382765.1",
"protein_id": "NP_001369694.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 483,
"cds_start": 10,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382765.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904940.1",
"protein_id": "ENSP00000574999.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 483,
"cds_start": 10,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904940.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904946.1",
"protein_id": "ENSP00000575005.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 472,
"cds_start": 10,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904946.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904943.1",
"protein_id": "ENSP00000575002.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 453,
"cds_start": 10,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904943.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904944.1",
"protein_id": "ENSP00000575003.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 449,
"cds_start": 10,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904944.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382759.1",
"protein_id": "NP_001369688.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 447,
"cds_start": 10,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382759.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001184741.1",
"protein_id": "NP_001171670.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 432,
"cds_start": 10,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184741.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382760.1",
"protein_id": "NP_001369689.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 425,
"cds_start": 10,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382760.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904939.1",
"protein_id": "ENSP00000574998.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 415,
"cds_start": 10,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904939.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382761.1",
"protein_id": "NP_001369690.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 414,
"cds_start": 10,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382761.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904941.1",
"protein_id": "ENSP00000575000.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 411,
"cds_start": 10,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904941.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382762.1",
"protein_id": "NP_001369691.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 391,
"cds_start": 10,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382762.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904947.1",
"protein_id": "ENSP00000575006.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 390,
"cds_start": 10,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904947.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "ENST00000904945.1",
"protein_id": "ENSP00000575004.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 377,
"cds_start": 10,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904945.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu",
"transcript": "NM_001382764.1",
"protein_id": "NP_001369693.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 362,
"cds_start": 10,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "c.-272A>T",
"hgvs_p": null,
"transcript": "ENST00000509493.1",
"protein_id": "ENSP00000426757.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": null,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "n.10A>T",
"hgvs_p": null,
"transcript": "ENST00000425838.5",
"protein_id": "ENSP00000398719.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000425838.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "n.18A>T",
"hgvs_p": null,
"transcript": "ENST00000498375.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000498375.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"hgvs_c": "n.-10A>T",
"hgvs_p": null,
"transcript": "ENST00000502545.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000502545.5"
}
],
"gene_symbol": "FGB",
"gene_hgnc_id": 3662,
"dbsnp": "rs767891657",
"frequency_reference_population": 0.0001756363,
"hom_count_reference_population": 0,
"allele_count_reference_population": 269,
"gnomad_exomes_af": 0.000188461,
"gnomad_genomes_af": 0.0000592199,
"gnomad_exomes_ac": 260,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.044619858264923096,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.8299999833106995,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.089,
"revel_prediction": "Benign",
"alphamissense_score": 0.1277,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.091,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.83,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate,BS1_Supporting",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BS1_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005141.5",
"gene_symbol": "FGB",
"hgnc_id": 3662,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.10A>T",
"hgvs_p": "p.Met4Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}