← 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-128945898-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=128945898&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 128945898,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001098629.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001098629.3",
"protein_id": "NP_001092099.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": "ENST00000357234.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000357234.10",
"protein_id": "ENSP00000349770.5",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": "NM_001098629.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000402030.6",
"protein_id": "ENSP00000385352.2",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000477535.5",
"protein_id": "ENSP00000419950.1",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 412,
"cds_start": 249,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 370,
"cdna_end": null,
"cdna_length": 1374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001347928.2",
"protein_id": "NP_001334857.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001364314.2",
"protein_id": "NP_001351243.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000489702.6",
"protein_id": "ENSP00000418037.2",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 2988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001098627.4",
"protein_id": "NP_001092097.2",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001098630.3",
"protein_id": "NP_001092100.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_032643.5",
"protein_id": "NP_116032.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 2757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000473745.5",
"protein_id": "ENSP00000419149.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 2282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "NM_001242452.3",
"protein_id": "NP_001229381.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 412,
"cds_start": 249,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000479582.5",
"protein_id": "ENSP00000417770.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 140,
"cds_start": 249,
"cds_end": null,
"cds_length": 425,
"cdna_start": 461,
"cdna_end": null,
"cdna_length": 637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "ENST00000464557.5",
"protein_id": "ENSP00000419056.1",
"transcript_support_level": 4,
"aa_start": 83,
"aa_end": null,
"aa_length": 105,
"cds_start": 249,
"cds_end": null,
"cds_length": 318,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_006715974.3",
"protein_id": "XP_006716037.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_011516158.4",
"protein_id": "XP_011514460.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 2982,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_011516159.4",
"protein_id": "XP_011514461.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 2526,
"cdna_end": null,
"cdna_length": 5042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_011516160.2",
"protein_id": "XP_011514462.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 1063,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_047420336.1",
"protein_id": "XP_047276292.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 514,
"cds_start": 249,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 3128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_047420337.1",
"protein_id": "XP_047276293.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 504,
"cds_start": 249,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_047420338.1",
"protein_id": "XP_047276294.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1063,
"cdna_end": null,
"cdna_length": 3531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_047420339.1",
"protein_id": "XP_047276295.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 498,
"cds_start": 249,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro",
"transcript": "XM_047420340.1",
"protein_id": "XP_047276296.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 488,
"cds_start": 249,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2821,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.329G>A",
"hgvs_p": null,
"transcript": "ENST00000461416.1",
"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": 1057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.249G>A",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.*10G>A",
"hgvs_p": null,
"transcript": "ENST00000473787.5",
"protein_id": "ENSP00000420274.1",
"transcript_support_level": 4,
"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": 587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.373G>A",
"hgvs_p": null,
"transcript": "ENST00000488569.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": 923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.289G>A",
"hgvs_p": null,
"transcript": "ENST00000650798.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": 514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.281G>A",
"hgvs_p": null,
"transcript": "ENST00000652142.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": 497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.312G>A",
"hgvs_p": null,
"transcript": "ENST00000700148.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": 2990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.2118G>A",
"hgvs_p": null,
"transcript": "ENST00000700151.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": 5256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.2118G>A",
"hgvs_p": null,
"transcript": "ENST00000700152.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": 4796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.1713G>A",
"hgvs_p": null,
"transcript": "ENST00000700153.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": 4170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"hgvs_c": "n.*10G>A",
"hgvs_p": null,
"transcript": "ENST00000473787.5",
"protein_id": "ENSP00000420274.1",
"transcript_support_level": 4,
"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": 587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IRF5",
"gene_hgnc_id": 6120,
"dbsnp": "rs146462268",
"frequency_reference_population": 0.0009965962,
"hom_count_reference_population": 17,
"allele_count_reference_population": 1608,
"gnomad_exomes_af": 0.000521505,
"gnomad_genomes_af": 0.00555351,
"gnomad_exomes_ac": 762,
"gnomad_genomes_ac": 846,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 11,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -8.162,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001098629.3",
"gene_symbol": "IRF5",
"hgnc_id": 6120,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.249G>A",
"hgvs_p": "p.Pro83Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}