← 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: 19-49662445-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49662445&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49662445,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000377139.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "NM_001571.6",
"protein_id": "NP_001562.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": "ENST00000377139.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000377139.8",
"protein_id": "ENSP00000366344.3",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": "NM_001571.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000601291.5",
"protein_id": "ENSP00000471896.1",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 452,
"cds_start": 581,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 1556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000309877.11",
"protein_id": "ENSP00000310127.6",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000599223.5",
"protein_id": "ENSP00000471358.1",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 300,
"cds_start": 581,
"cds_end": null,
"cds_length": 903,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000377135.8",
"protein_id": "ENSP00000366339.5",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000593922.5",
"protein_id": "ENSP00000472601.1",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000599144.5",
"protein_id": "ENSP00000470069.1",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 345,
"cdna_end": null,
"cdna_length": 1117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000596765.5",
"protein_id": "ENSP00000470512.1",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 154,
"cds_start": 143,
"cds_end": null,
"cds_length": 465,
"cdna_start": 319,
"cdna_end": null,
"cdna_length": 710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000600022.5",
"protein_id": "ENSP00000472700.1",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 154,
"cds_start": 143,
"cds_end": null,
"cds_length": 465,
"cdna_start": 491,
"cdna_end": null,
"cdna_length": 882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "NM_001197122.2",
"protein_id": "NP_001184051.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 452,
"cds_start": 581,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000597198.5",
"protein_id": "ENSP00000469113.1",
"transcript_support_level": 2,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000600911.5",
"protein_id": "ENSP00000470431.1",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 408,
"cds_start": 581,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "NM_001197123.2",
"protein_id": "NP_001184052.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 392,
"cds_start": 476,
"cds_end": null,
"cds_length": 1179,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "NM_001197124.2",
"protein_id": "NP_001184053.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 300,
"cds_start": 581,
"cds_end": null,
"cds_length": 903,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 1214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000598108.5",
"protein_id": "ENSP00000472223.1",
"transcript_support_level": 3,
"aa_start": 194,
"aa_end": null,
"aa_length": 286,
"cds_start": 581,
"cds_end": null,
"cds_length": 861,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 1118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "NM_001197125.2",
"protein_id": "NP_001184054.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 1422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "NM_001197126.2",
"protein_id": "NP_001184055.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 1250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000598808.5",
"protein_id": "ENSP00000472582.1",
"transcript_support_level": 5,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 1468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "ENST00000596756.5",
"protein_id": "ENSP00000473128.1",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 263,
"cds_start": 581,
"cds_end": null,
"cds_length": 793,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "NM_001197127.2",
"protein_id": "NP_001184056.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 154,
"cds_start": 143,
"cds_end": null,
"cds_length": 465,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 1041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "NM_001197128.2",
"protein_id": "NP_001184057.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 154,
"cds_start": 143,
"cds_end": null,
"cds_length": 465,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000596822.5",
"protein_id": "ENSP00000468911.1",
"transcript_support_level": 3,
"aa_start": 48,
"aa_end": null,
"aa_length": 135,
"cds_start": 143,
"cds_end": null,
"cds_length": 408,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000595034.5",
"protein_id": "ENSP00000469067.1",
"transcript_support_level": 3,
"aa_start": 48,
"aa_end": null,
"aa_length": 118,
"cds_start": 143,
"cds_end": null,
"cds_length": 359,
"cdna_start": 523,
"cdna_end": null,
"cdna_length": 739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000593818.5",
"protein_id": "ENSP00000471517.1",
"transcript_support_level": 2,
"aa_start": 48,
"aa_end": null,
"aa_length": 104,
"cds_start": 143,
"cds_end": null,
"cds_length": 317,
"cdna_start": 750,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "ENST00000601373.5",
"protein_id": "ENSP00000471402.1",
"transcript_support_level": 2,
"aa_start": 48,
"aa_end": null,
"aa_length": 83,
"cds_start": 143,
"cds_end": null,
"cds_length": 253,
"cdna_start": 570,
"cdna_end": null,
"cdna_length": 680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "XM_006723197.1",
"protein_id": "XP_006723260.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 452,
"cds_start": 581,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 1607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "XM_006723198.2",
"protein_id": "XP_006723261.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 452,
"cds_start": 581,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "XM_017026766.2",
"protein_id": "XP_016882255.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 812,
"cdna_end": null,
"cdna_length": 1591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln",
"transcript": "XM_017026767.2",
"protein_id": "XP_016882256.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 427,
"cds_start": 581,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.476G>A",
"hgvs_p": "p.Arg159Gln",
"transcript": "XM_006723200.2",
"protein_id": "XP_006723263.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 417,
"cds_start": 476,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 1295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.422G>A",
"hgvs_p": "p.Arg141Gln",
"transcript": "XM_047438782.1",
"protein_id": "XP_047294738.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 399,
"cds_start": 422,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.422G>A",
"hgvs_p": "p.Arg141Gln",
"transcript": "XM_047438783.1",
"protein_id": "XP_047294739.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 374,
"cds_start": 422,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 2053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "XM_006723201.2",
"protein_id": "XP_006723264.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 306,
"cds_start": 143,
"cds_end": null,
"cds_length": 921,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "XM_024451494.2",
"protein_id": "XP_024307262.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 306,
"cds_start": 143,
"cds_end": null,
"cds_length": 921,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "XM_024451495.2",
"protein_id": "XP_024307263.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 306,
"cds_start": 143,
"cds_end": null,
"cds_length": 921,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 1555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "XM_047438784.1",
"protein_id": "XP_047294740.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 306,
"cds_start": 143,
"cds_end": null,
"cds_length": 921,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.143G>A",
"hgvs_p": "p.Arg48Gln",
"transcript": "XM_047438785.1",
"protein_id": "XP_047294741.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 281,
"cds_start": 143,
"cds_end": null,
"cds_length": 846,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 1509,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.782G>A",
"hgvs_p": null,
"transcript": "ENST00000594387.1",
"protein_id": null,
"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": 800,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.497G>A",
"hgvs_p": null,
"transcript": "ENST00000595240.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 567,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.581G>A",
"hgvs_p": null,
"transcript": "ENST00000597636.5",
"protein_id": "ENSP00000470436.1",
"transcript_support_level": 5,
"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": 2874,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.963G>A",
"hgvs_p": null,
"transcript": "NR_045568.2",
"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": 1742,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.589G>A",
"hgvs_p": null,
"transcript": "XR_007066794.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": 1577,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.589G>A",
"hgvs_p": null,
"transcript": "XR_007066795.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": 1555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.434-117G>A",
"hgvs_p": null,
"transcript": "ENST00000593337.5",
"protein_id": "ENSP00000473176.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 152,
"cds_start": -4,
"cds_end": null,
"cds_length": 461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.*94G>A",
"hgvs_p": null,
"transcript": "ENST00000442265.2",
"protein_id": "ENSP00000400378.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": -4,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.-116G>A",
"hgvs_p": null,
"transcript": "ENST00000602190.1",
"protein_id": null,
"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": 413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "c.*9G>A",
"hgvs_p": null,
"transcript": "ENST00000601809.5",
"protein_id": "ENSP00000470140.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 189,
"cds_start": -4,
"cds_end": null,
"cds_length": 572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"hgvs_c": "n.*372G>A",
"hgvs_p": null,
"transcript": "ENST00000596788.1",
"protein_id": "ENSP00000473232.1",
"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": 447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IRF3",
"gene_hgnc_id": 6118,
"dbsnp": "rs2230667",
"frequency_reference_population": 0.000035687408,
"hom_count_reference_population": 1,
"allele_count_reference_population": 57,
"gnomad_exomes_af": 0.0000373725,
"gnomad_genomes_af": 0.0000196993,
"gnomad_exomes_ac": 54,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.011281043291091919,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.167,
"revel_prediction": "Benign",
"alphamissense_score": 0.0638,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.68,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000377139.8",
"gene_symbol": "IRF3",
"hgnc_id": 6118,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.581G>A",
"hgvs_p": "p.Arg194Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}