← 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: 21-33241945-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=33241945&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "21",
"pos": 33241945,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001289125.3",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001289125.3",
"protein_id": "NP_001276054.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 515,
"cds_start": 23,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 385,
"cdna_end": null,
"cdna_length": 4074,
"mane_select": "ENST00000342136.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000342136.9",
"protein_id": "ENSP00000343957.5",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 515,
"cds_start": 23,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 385,
"cdna_end": null,
"cdna_length": 4074,
"mane_select": "NM_001289125.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2-IL10RB",
"gene_hgnc_id": null,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000433395.7",
"protein_id": "ENSP00000388223.3",
"transcript_support_level": 5,
"aa_start": 8,
"aa_end": null,
"aa_length": 545,
"cds_start": 23,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000382264.7",
"protein_id": "ENSP00000371699.3",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 331,
"cds_start": 23,
"cds_end": null,
"cds_length": 996,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 1389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000404220.7",
"protein_id": "ENSP00000384309.2",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 331,
"cds_start": 23,
"cds_end": null,
"cds_length": 996,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000342101.7",
"protein_id": "ENSP00000343289.3",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 239,
"cds_start": 23,
"cds_end": null,
"cds_length": 720,
"cdna_start": 187,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2-IL10RB",
"gene_hgnc_id": null,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001414505.1",
"protein_id": "NP_001401434.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 545,
"cds_start": 23,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_207585.3",
"protein_id": "NP_997468.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 515,
"cds_start": 23,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 4028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "ENST00000683941.1",
"protein_id": "ENSP00000508013.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 515,
"cds_start": 23,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 183,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001385055.1",
"protein_id": "NP_001371984.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 451,
"cds_start": 23,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_000874.5",
"protein_id": "NP_000865.2",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 331,
"cds_start": 23,
"cds_end": null,
"cds_length": 996,
"cdna_start": 385,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_207584.3",
"protein_id": "NP_997467.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 331,
"cds_start": 23,
"cds_end": null,
"cds_length": 996,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 4260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001385054.1",
"protein_id": "NP_001371983.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 241,
"cds_start": 23,
"cds_end": null,
"cds_length": 726,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001289126.2",
"protein_id": "NP_001276055.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 239,
"cds_start": 23,
"cds_end": null,
"cds_length": 720,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser",
"transcript": "NM_001289128.2",
"protein_id": "NP_001276057.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 239,
"cds_start": 23,
"cds_end": null,
"cds_length": 720,
"cdna_start": 385,
"cdna_end": null,
"cdna_length": 3943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.95T>C",
"hgvs_p": "p.Phe32Ser",
"transcript": "ENST00000447980.1",
"protein_id": "ENSP00000402311.1",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 203,
"cds_start": 95,
"cds_end": null,
"cds_length": 612,
"cdna_start": 209,
"cdna_end": null,
"cdna_length": 726,
"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": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "n.23T>C",
"hgvs_p": null,
"transcript": "ENST00000382238.6",
"protein_id": "ENSP00000371673.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1127,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "n.295T>C",
"hgvs_p": null,
"transcript": "ENST00000420068.1",
"protein_id": null,
"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": 505,
"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": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2-IL10RB",
"gene_hgnc_id": null,
"hgvs_c": "n.23T>C",
"hgvs_p": null,
"transcript": "ENST00000646150.1",
"protein_id": "ENSP00000496248.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3770,
"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": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2-IL10RB",
"gene_hgnc_id": null,
"hgvs_c": "n.23T>C",
"hgvs_p": null,
"transcript": "ENST00000682009.1",
"protein_id": "ENSP00000506919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2941,
"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": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2-IL10RB",
"gene_hgnc_id": null,
"hgvs_c": "n.23T>C",
"hgvs_p": null,
"transcript": "ENST00000683116.1",
"protein_id": "ENSP00000508125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3943,
"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": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "n.233T>C",
"hgvs_p": null,
"transcript": "ENST00000700427.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": 2545,
"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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "n.257T>C",
"hgvs_p": null,
"transcript": "ENST00000700429.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": 9035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.-119-3006T>C",
"hgvs_p": null,
"transcript": "ENST00000443073.5",
"protein_id": "ENSP00000403569.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 228,
"cds_start": -4,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"hgvs_c": "c.-119-3006T>C",
"hgvs_p": null,
"transcript": "ENST00000413881.5",
"protein_id": "ENSP00000413160.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": -4,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IFNAR2",
"gene_hgnc_id": 5433,
"dbsnp": "rs2229207",
"frequency_reference_population": 0.08339706,
"hom_count_reference_population": 6307,
"allele_count_reference_population": 134141,
"gnomad_exomes_af": 0.0825257,
"gnomad_genomes_af": 0.0917339,
"gnomad_exomes_ac": 120178,
"gnomad_genomes_ac": 13963,
"gnomad_exomes_homalt": 5608,
"gnomad_genomes_homalt": 699,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0010520219802856445,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0849,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.305,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001289125.3",
"gene_symbol": "IFNAR2",
"hgnc_id": 5433,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000433395.7",
"gene_symbol": "IFNAR2-IL10RB",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.23T>C",
"hgvs_p": "p.Phe8Ser"
}
],
"clinvar_disease": " susceptibility to,Hepatitis B virus,Immunodeficiency 45,Mortality risk in patients with severe coronavirus disease (COVID-19),not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "Hepatitis B virus, susceptibility to|Immunodeficiency 45|not provided|not specified|Mortality risk in patients with severe coronavirus disease (COVID-19)",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}