← 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: 7-128947293-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=128947293&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 128947293,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001098629.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "NM_001098629.3",
"protein_id": "NP_001092099.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357234.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098629.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000357234.10",
"protein_id": "ENSP00000349770.5",
"transcript_support_level": 1,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001098629.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357234.10"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "ENST00000402030.6",
"protein_id": "ENSP00000385352.2",
"transcript_support_level": 1,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402030.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.481+237C>T",
"hgvs_p": null,
"transcript": "ENST00000477535.5",
"protein_id": "ENSP00000419950.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477535.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "NM_001347928.2",
"protein_id": "NP_001334857.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347928.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "NM_001364314.2",
"protein_id": "NP_001351243.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364314.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000489702.6",
"protein_id": "ENSP00000418037.2",
"transcript_support_level": 5,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000489702.6"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000898739.1",
"protein_id": "ENSP00000568798.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898739.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000898742.1",
"protein_id": "ENSP00000568801.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898742.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000898746.1",
"protein_id": "ENSP00000568805.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898746.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000898747.1",
"protein_id": "ENSP00000568806.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898747.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000956593.1",
"protein_id": "ENSP00000626652.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956593.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "ENST00000956594.1",
"protein_id": "ENSP00000626653.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956594.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.539C>T",
"hgvs_p": "p.Pro180Leu",
"transcript": "ENST00000898743.1",
"protein_id": "ENSP00000568802.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 512,
"cds_start": 539,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898743.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.539C>T",
"hgvs_p": "p.Pro180Leu",
"transcript": "ENST00000956592.1",
"protein_id": "ENSP00000626651.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 512,
"cds_start": 539,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956592.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "NM_001098627.4",
"protein_id": "NP_001092097.2",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098627.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "NM_001098630.3",
"protein_id": "NP_001092100.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098630.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "NM_032643.5",
"protein_id": "NP_116032.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032643.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "ENST00000473745.5",
"protein_id": "ENSP00000419149.1",
"transcript_support_level": 5,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473745.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "ENST00000898740.1",
"protein_id": "ENSP00000568799.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898740.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "ENST00000898744.1",
"protein_id": "ENSP00000568803.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898744.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "ENST00000898745.1",
"protein_id": "ENSP00000568804.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898745.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Pro154Leu",
"transcript": "ENST00000898741.1",
"protein_id": "ENSP00000568800.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 486,
"cds_start": 461,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898741.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_006715974.3",
"protein_id": "XP_006716037.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715974.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_011516158.4",
"protein_id": "XP_011514460.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516158.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_011516159.4",
"protein_id": "XP_011514461.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516159.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_011516160.2",
"protein_id": "XP_011514462.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516160.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_047420336.1",
"protein_id": "XP_047276292.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 514,
"cds_start": 545,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420336.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu",
"transcript": "XM_047420337.1",
"protein_id": "XP_047276293.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 504,
"cds_start": 545,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420337.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "XM_047420338.1",
"protein_id": "XP_047276294.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420338.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "XM_047420339.1",
"protein_id": "XP_047276295.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 498,
"cds_start": 497,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420339.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.497C>T",
"hgvs_p": "p.Pro166Leu",
"transcript": "XM_047420340.1",
"protein_id": "XP_047276296.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 488,
"cds_start": 497,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.481+237C>T",
"hgvs_p": null,
"transcript": "NM_001242452.3",
"protein_id": "NP_001229381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242452.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.798C>T",
"hgvs_p": null,
"transcript": "ENST00000461416.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": "ENST00000461416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.*25C>T",
"hgvs_p": null,
"transcript": "ENST00000465603.5",
"protein_id": "ENSP00000418534.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000465603.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.495C>T",
"hgvs_p": null,
"transcript": "ENST00000652142.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": "ENST00000652142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.781C>T",
"hgvs_p": null,
"transcript": "ENST00000700148.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": "retained_intron",
"feature": "ENST00000700148.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.3047C>T",
"hgvs_p": null,
"transcript": "ENST00000700151.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": "retained_intron",
"feature": "ENST00000700151.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.2587C>T",
"hgvs_p": null,
"transcript": "ENST00000700152.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": "retained_intron",
"feature": "ENST00000700152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.1961C>T",
"hgvs_p": null,
"transcript": "ENST00000700153.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": "retained_intron",
"feature": "ENST00000700153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.*25C>T",
"hgvs_p": null,
"transcript": "ENST00000465603.5",
"protein_id": "ENSP00000418534.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000465603.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.*37C>T",
"hgvs_p": null,
"transcript": "ENST00000650798.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": "ENST00000650798.1"
}
],
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"dbsnp": "rs764065524",
"frequency_reference_population": 0.00002365906,
"hom_count_reference_population": 0,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.0000240255,
"gnomad_genomes_af": 0.0000200852,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17245018482208252,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.383,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0864,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.506,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001098629.3",
"gene_symbol": "IRF5",
"hgnc_id": 6120,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.545C>T",
"hgvs_p": "p.Pro182Leu"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}