← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-191030975-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=191030975&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 191030975,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_003151.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "NM_003151.4",
"protein_id": "NP_003142.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392320.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003151.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000392320.7",
"protein_id": "ENSP00000376134.2",
"transcript_support_level": 1,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003151.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392320.7"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000358470.8",
"protein_id": "ENSP00000351255.4",
"transcript_support_level": 1,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358470.8"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000450994.2",
"protein_id": "ENSP00000412397.2",
"transcript_support_level": 1,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450994.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2391T>C",
"hgvs_p": "p.Thr797Thr",
"transcript": "ENST00000714287.1",
"protein_id": "ENSP00000519567.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 806,
"cds_start": 2391,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714287.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "NM_001243835.2",
"protein_id": "NP_001230764.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243835.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000432798.2",
"protein_id": "ENSP00000414322.2",
"transcript_support_level": 5,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432798.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000960213.1",
"protein_id": "ENSP00000630272.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960213.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2214T>C",
"hgvs_p": "p.Thr738Thr",
"transcript": "ENST00000960215.1",
"protein_id": "ENSP00000630274.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 747,
"cds_start": 2214,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960215.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2214T>C",
"hgvs_p": "p.Thr738Thr",
"transcript": "ENST00000960218.1",
"protein_id": "ENSP00000630277.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 747,
"cds_start": 2214,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960218.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2211T>C",
"hgvs_p": "p.Thr737Thr",
"transcript": "ENST00000960214.1",
"protein_id": "ENSP00000630273.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 746,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960214.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2208T>C",
"hgvs_p": "p.Thr736Thr",
"transcript": "ENST00000960217.1",
"protein_id": "ENSP00000630276.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 745,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960217.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2187T>C",
"hgvs_p": "p.Thr729Thr",
"transcript": "ENST00000960216.1",
"protein_id": "ENSP00000630275.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 738,
"cds_start": 2187,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960216.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2172T>C",
"hgvs_p": "p.Thr724Thr",
"transcript": "ENST00000960212.1",
"protein_id": "ENSP00000630271.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 733,
"cds_start": 2172,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960212.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2136T>C",
"hgvs_p": "p.Thr712Thr",
"transcript": "ENST00000413064.6",
"protein_id": "ENSP00000403238.2",
"transcript_support_level": 5,
"aa_start": 712,
"aa_end": null,
"aa_length": 721,
"cds_start": 2136,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413064.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "XM_006712719.4",
"protein_id": "XP_006712782.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712719.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "XM_047445603.1",
"protein_id": "XP_047301559.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445603.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr",
"transcript": "XM_047445604.1",
"protein_id": "XP_047301560.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 748,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445604.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4-AS1",
"gene_hgnc_id": 55764,
"hgvs_c": "n.225A>G",
"hgvs_p": null,
"transcript": "ENST00000429796.1",
"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": "ENST00000429796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4-AS1",
"gene_hgnc_id": 55764,
"hgvs_c": "n.121A>G",
"hgvs_p": null,
"transcript": "ENST00000456176.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": "ENST00000456176.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "n.*871T>C",
"hgvs_p": null,
"transcript": "ENST00000714286.1",
"protein_id": "ENSP00000519566.1",
"transcript_support_level": null,
"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": "ENST00000714286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4-AS1",
"gene_hgnc_id": 55764,
"hgvs_c": "n.121A>G",
"hgvs_p": null,
"transcript": "NR_136318.1",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_136318.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "n.*871T>C",
"hgvs_p": null,
"transcript": "ENST00000714286.1",
"protein_id": "ENSP00000519566.1",
"transcript_support_level": null,
"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": "ENST00000714286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"hgvs_c": "n.*233T>C",
"hgvs_p": null,
"transcript": "ENST00000463951.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000463951.1"
}
],
"gene_symbol": "STAT4",
"gene_hgnc_id": 11365,
"dbsnp": "rs757844095",
"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.3799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.629,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_003151.4",
"gene_symbol": "STAT4",
"hgnc_id": 11365,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.2217T>C",
"hgvs_p": "p.Thr739Thr"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000429796.1",
"gene_symbol": "STAT4-AS1",
"hgnc_id": 55764,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.225A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}