← 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-159684953-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=159684953&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 159684953,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000636.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.424G>T",
"hgvs_p": "p.Val142Phe",
"transcript": "NM_000636.4",
"protein_id": "NP_000627.2",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 222,
"cds_start": 424,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000538183.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000636.4"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.424G>T",
"hgvs_p": "p.Val142Phe",
"transcript": "ENST00000538183.7",
"protein_id": "ENSP00000446252.1",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 222,
"cds_start": 424,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000636.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538183.7"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.424G>T",
"hgvs_p": "p.Val142Phe",
"transcript": "ENST00000367055.8",
"protein_id": "ENSP00000356022.4",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 222,
"cds_start": 424,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367055.8"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.424G>T",
"hgvs_p": "p.Val142Phe",
"transcript": "NM_001024465.3",
"protein_id": "NP_001019636.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 222,
"cds_start": 424,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024465.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.421G>T",
"hgvs_p": "p.Val141Phe",
"transcript": "ENST00000881541.1",
"protein_id": "ENSP00000551600.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 221,
"cds_start": 421,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881541.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.412G>T",
"hgvs_p": "p.Val138Phe",
"transcript": "ENST00000942970.1",
"protein_id": "ENSP00000613029.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 218,
"cds_start": 412,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942970.1"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.493G>T",
"hgvs_p": "p.Val165Phe",
"transcript": "ENST00000545162.5",
"protein_id": "ENSP00000441362.1",
"transcript_support_level": 3,
"aa_start": 165,
"aa_end": null,
"aa_length": 189,
"cds_start": 493,
"cds_end": null,
"cds_length": 571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545162.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.307G>T",
"hgvs_p": "p.Val103Phe",
"transcript": "NM_001024466.3",
"protein_id": "NP_001019637.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 183,
"cds_start": 307,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024466.3"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.307G>T",
"hgvs_p": "p.Val103Phe",
"transcript": "NM_001322814.2",
"protein_id": "NP_001309743.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 183,
"cds_start": 307,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322814.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.307G>T",
"hgvs_p": "p.Val103Phe",
"transcript": "ENST00000337404.8",
"protein_id": "ENSP00000337127.4",
"transcript_support_level": 2,
"aa_start": 103,
"aa_end": null,
"aa_length": 183,
"cds_start": 307,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337404.8"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.307G>T",
"hgvs_p": "p.Val103Phe",
"transcript": "ENST00000367054.6",
"protein_id": "ENSP00000356021.2",
"transcript_support_level": 2,
"aa_start": 103,
"aa_end": null,
"aa_length": 183,
"cds_start": 307,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367054.6"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.493G>T",
"hgvs_p": "p.Val165Phe",
"transcript": "ENST00000535561.5",
"protein_id": "ENSP00000445015.1",
"transcript_support_level": 3,
"aa_start": 165,
"aa_end": null,
"aa_length": 182,
"cds_start": 493,
"cds_end": null,
"cds_length": 550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535561.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.286G>T",
"hgvs_p": "p.Val96Phe",
"transcript": "NM_001322817.2",
"protein_id": "NP_001309746.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 176,
"cds_start": 286,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322817.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.286G>T",
"hgvs_p": "p.Val96Phe",
"transcript": "NM_001322819.2",
"protein_id": "NP_001309748.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 176,
"cds_start": 286,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322819.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.286G>T",
"hgvs_p": "p.Val96Phe",
"transcript": "NM_001322820.2",
"protein_id": "NP_001309749.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 176,
"cds_start": 286,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322820.2"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.286G>T",
"hgvs_p": "p.Val96Phe",
"transcript": "ENST00000546087.5",
"protein_id": "ENSP00000442920.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 176,
"cds_start": 286,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546087.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.286G>T",
"hgvs_p": "p.Val96Phe",
"transcript": "ENST00000537657.5",
"protein_id": "ENSP00000439191.1",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 110,
"cds_start": 286,
"cds_end": null,
"cds_length": 335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537657.5"
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.169G>T",
"hgvs_p": "p.Val57Phe",
"transcript": "ENST00000401980.3",
"protein_id": "ENSP00000384196.3",
"transcript_support_level": 4,
"aa_start": 57,
"aa_end": null,
"aa_length": 60,
"cds_start": 169,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401980.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.344-2315G>T",
"hgvs_p": null,
"transcript": "NM_001322815.2",
"protein_id": "NP_001309744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322815.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "c.344-2315G>T",
"hgvs_p": null,
"transcript": "ENST00000444946.6",
"protein_id": "ENSP00000404804.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444946.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "n.304G>T",
"hgvs_p": null,
"transcript": "ENST00000535459.5",
"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": "ENST00000535459.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "n.326G>T",
"hgvs_p": null,
"transcript": "ENST00000540491.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000540491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "n.317G>T",
"hgvs_p": null,
"transcript": "ENST00000541573.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000541573.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "n.*128G>T",
"hgvs_p": null,
"transcript": "ENST00000546260.5",
"protein_id": "ENSP00000440131.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": "ENST00000546260.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"hgvs_c": "n.*128G>T",
"hgvs_p": null,
"transcript": "ENST00000546260.5",
"protein_id": "ENSP00000440131.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": "ENST00000546260.5"
}
],
"gene_symbol": "SOD2",
"gene_hgnc_id": 11180,
"dbsnp": "rs376398472",
"frequency_reference_population": 0.0000043380883,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000410511,
"gnomad_genomes_af": 0.00000657808,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7874159812927246,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.489,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.806,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.897,
"phylop100way_prediction": "Uncertain_significance",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000636.4",
"gene_symbol": "SOD2",
"hgnc_id": 11180,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.424G>T",
"hgvs_p": "p.Val142Phe"
}
],
"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
}