← 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: 6-137219326-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=137219326&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 137219326,
"ref": "A",
"alt": "T",
"effect": "start_lost",
"transcript": "NM_000416.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "NM_000416.3",
"protein_id": "NP_000407.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 489,
"cds_start": 2,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367739.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000416.3"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000367739.9",
"protein_id": "ENSP00000356713.5",
"transcript_support_level": 1,
"aa_start": 1,
"aa_end": null,
"aa_length": 489,
"cds_start": 2,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000416.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367739.9"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000957752.1",
"protein_id": "ENSP00000627811.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 487,
"cds_start": 2,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957752.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000911309.1",
"protein_id": "ENSP00000581368.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 464,
"cds_start": 2,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911309.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000957754.1",
"protein_id": "ENSP00000627813.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 464,
"cds_start": 2,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957754.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000957753.1",
"protein_id": "ENSP00000627812.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 458,
"cds_start": 2,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957753.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000458076.6",
"protein_id": "ENSP00000389249.2",
"transcript_support_level": 3,
"aa_start": 1,
"aa_end": null,
"aa_length": 455,
"cds_start": 2,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458076.6"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000696695.1",
"protein_id": "ENSP00000512816.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 435,
"cds_start": 2,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696695.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000696694.1",
"protein_id": "ENSP00000512815.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 257,
"cds_start": 2,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696694.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-140T>A",
"hgvs_p": null,
"transcript": "ENST00000414770.6",
"protein_id": "ENSP00000394230.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414770.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-140T>A",
"hgvs_p": null,
"transcript": "XM_011535793.3",
"protein_id": "XP_011534095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535793.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "n.124T>A",
"hgvs_p": null,
"transcript": "ENST00000478333.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": "ENST00000478333.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "n.2T>A",
"hgvs_p": null,
"transcript": "ENST00000696696.1",
"protein_id": "ENSP00000512817.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000696696.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "n.2T>A",
"hgvs_p": null,
"transcript": "ENST00000696698.1",
"protein_id": "ENSP00000512819.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000696698.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-399T>A",
"hgvs_p": null,
"transcript": "NM_001363526.1",
"protein_id": "NP_001350455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-399T>A",
"hgvs_p": null,
"transcript": "ENST00000646036.1",
"protein_id": "ENSP00000496387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646036.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-711T>A",
"hgvs_p": null,
"transcript": "ENST00000646898.1",
"protein_id": "ENSP00000494069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646898.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-179T>A",
"hgvs_p": null,
"transcript": "ENST00000645045.1",
"protein_id": "ENSP00000494493.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": null,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-693T>A",
"hgvs_p": null,
"transcript": "NM_001363527.1",
"protein_id": "NP_001350456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": null,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-693T>A",
"hgvs_p": null,
"transcript": "ENST00000644894.1",
"protein_id": "ENSP00000495272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": null,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644894.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-271T>A",
"hgvs_p": null,
"transcript": "ENST00000645753.1",
"protein_id": "ENSP00000495103.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 448,
"cds_start": null,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645753.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-246T>A",
"hgvs_p": null,
"transcript": "ENST00000696697.1",
"protein_id": "ENSP00000512818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 436,
"cds_start": null,
"cds_end": null,
"cds_length": 1313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-711T>A",
"hgvs_p": null,
"transcript": "XM_006715470.4",
"protein_id": "XP_006715533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715470.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "c.-289T>A",
"hgvs_p": null,
"transcript": "XM_011535794.2",
"protein_id": "XP_011534096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535794.2"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"hgvs_c": "n.-14T>A",
"hgvs_p": null,
"transcript": "ENST00000643119.1",
"protein_id": "ENSP00000495934.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000643119.1"
}
],
"gene_symbol": "IFNGR1",
"gene_hgnc_id": 5439,
"dbsnp": "rs387906593",
"frequency_reference_population": 0.0000043583077,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000275122,
"gnomad_genomes_af": 0.0000197073,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9716098308563232,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.561,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.289,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PP5",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PVS1_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000416.3",
"gene_symbol": "IFNGR1",
"hgnc_id": 5439,
"effects": [
"start_lost"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2T>A",
"hgvs_p": "p.Met1?"
}
],
"clinvar_disease": "Immunodeficiency 27A",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Immunodeficiency 27A",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}