← 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-190999674-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=190999674&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 190999674,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000361099.8",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_007315.4",
"protein_id": "NP_009330.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4116,
"mane_select": "ENST00000361099.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000361099.8",
"protein_id": "ENSP00000354394.4",
"transcript_support_level": 1,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4116,
"mane_select": "NM_007315.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000409465.5",
"protein_id": "ENSP00000386244.1",
"transcript_support_level": 1,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 925,
"cdna_end": null,
"cdna_length": 3097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000392322.7",
"protein_id": "ENSP00000376136.3",
"transcript_support_level": 1,
"aa_start": 165,
"aa_end": null,
"aa_length": 712,
"cds_start": 493,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 2716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000452281.6",
"protein_id": "ENSP00000394512.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673952.1",
"protein_id": "ENSP00000501115.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 791,
"cds_start": 493,
"cds_end": null,
"cds_length": 2376,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673847.1",
"protein_id": "ENSP00000501185.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 779,
"cds_start": 493,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.529G>C",
"hgvs_p": "p.Asp177His",
"transcript": "NM_001384891.1",
"protein_id": "NP_001371820.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 762,
"cds_start": 529,
"cds_end": null,
"cds_length": 2289,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 4152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384886.1",
"protein_id": "NP_001371815.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 758,
"cds_start": 493,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.499G>C",
"hgvs_p": "p.Asp167His",
"transcript": "NM_001384881.1",
"protein_id": "NP_001371810.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 752,
"cds_start": 499,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 4199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001437284.1",
"protein_id": "NP_001424213.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000540176.6",
"protein_id": "ENSP00000438703.2",
"transcript_support_level": 5,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 4020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000698141.1",
"protein_id": "ENSP00000513582.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 750,
"cds_start": 493,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 893,
"cdna_end": null,
"cdna_length": 5495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384882.1",
"protein_id": "NP_001371811.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 748,
"cds_start": 493,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673777.1",
"protein_id": "ENSP00000500982.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 748,
"cds_start": 493,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 3875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673816.1",
"protein_id": "ENSP00000501127.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 748,
"cds_start": 493,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673942.1",
"protein_id": "ENSP00000501145.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 748,
"cds_start": 493,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 3937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384889.1",
"protein_id": "NP_001371818.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 746,
"cds_start": 493,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384888.1",
"protein_id": "NP_001371817.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 740,
"cds_start": 493,
"cds_end": null,
"cds_length": 2223,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384880.1",
"protein_id": "NP_001371809.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 730,
"cds_start": 493,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000698142.1",
"protein_id": "ENSP00000513583.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 730,
"cds_start": 493,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 4498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.403G>C",
"hgvs_p": "p.Asp135His",
"transcript": "NM_001384890.1",
"protein_id": "NP_001371819.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 720,
"cds_start": 403,
"cds_end": null,
"cds_length": 2163,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 4026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384887.1",
"protein_id": "NP_001371816.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 719,
"cds_start": 493,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 4023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.486G>C",
"hgvs_p": "p.Lys162Asn",
"transcript": "NM_001384883.1",
"protein_id": "NP_001371812.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 717,
"cds_start": 486,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_139266.3",
"protein_id": "NP_644671.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 712,
"cds_start": 493,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 2718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000392323.6",
"protein_id": "ENSP00000376137.3",
"transcript_support_level": 2,
"aa_start": 165,
"aa_end": null,
"aa_length": 712,
"cds_start": 493,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000673841.1",
"protein_id": "ENSP00000501225.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 712,
"cds_start": 493,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "NM_001384885.1",
"protein_id": "NP_001371814.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 697,
"cds_start": 493,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.499G>C",
"hgvs_p": "p.Asp167His",
"transcript": "NM_001384884.1",
"protein_id": "NP_001371813.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 671,
"cds_start": 499,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 3956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.403G>C",
"hgvs_p": "p.Asp135His",
"transcript": "ENST00000424722.6",
"protein_id": "ENSP00000402548.2",
"transcript_support_level": 3,
"aa_start": 135,
"aa_end": null,
"aa_length": 376,
"cds_start": 403,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 702,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His",
"transcript": "ENST00000698145.1",
"protein_id": "ENSP00000513585.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 212,
"cds_start": 493,
"cds_end": null,
"cds_length": 639,
"cdna_start": 772,
"cdna_end": null,
"cdna_length": 1489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000415035.2",
"protein_id": "ENSP00000388240.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.792G>C",
"hgvs_p": null,
"transcript": "ENST00000673638.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000673734.1",
"protein_id": "ENSP00000501040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000673858.1",
"protein_id": "ENSP00000501196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.792G>C",
"hgvs_p": null,
"transcript": "ENST00000673859.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000673885.1",
"protein_id": "ENSP00000501159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000674080.1",
"protein_id": "ENSP00000501164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000674081.1",
"protein_id": "ENSP00000501289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000674153.1",
"protein_id": "ENSP00000501120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.653G>C",
"hgvs_p": null,
"transcript": "ENST00000698143.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000698144.1",
"protein_id": "ENSP00000513584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.*243G>C",
"hgvs_p": null,
"transcript": "ENST00000698146.1",
"protein_id": "ENSP00000513586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.820G>C",
"hgvs_p": null,
"transcript": "ENST00000698147.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.820G>C",
"hgvs_p": null,
"transcript": "ENST00000698148.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.493G>C",
"hgvs_p": null,
"transcript": "ENST00000698149.1",
"protein_id": "ENSP00000513587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.820G>C",
"hgvs_p": null,
"transcript": "ENST00000698151.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.*243G>C",
"hgvs_p": null,
"transcript": "ENST00000698146.1",
"protein_id": "ENSP00000513586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.128+10202G>C",
"hgvs_p": null,
"transcript": "ENST00000423282.2",
"protein_id": "ENSP00000388772.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.38+10202G>C",
"hgvs_p": null,
"transcript": "ENST00000673863.1",
"protein_id": "ENSP00000501286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "n.310+13847G>C",
"hgvs_p": null,
"transcript": "ENST00000674028.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"dbsnp": "rs387906767",
"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.7519946098327637,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.532,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9573,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.995,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000361099.8",
"gene_symbol": "STAT1",
"hgnc_id": 11362,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.493G>C",
"hgvs_p": "p.Asp165His"
}
],
"clinvar_disease": "Autoimmune enteropathy and endocrinopathy - susceptibility to chronic infections syndrome,Mendelian susceptibility to mycobacterial diseases due to partial STAT1 deficiency",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Autoimmune enteropathy and endocrinopathy - susceptibility to chronic infections syndrome|Mendelian susceptibility to mycobacterial diseases due to partial STAT1 deficiency",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}