← 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-100091291-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100091291&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100091291,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006833.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "NM_006833.5",
"protein_id": "NP_006824.2",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 327,
"cds_start": 703,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000303904.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006833.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "ENST00000303904.8",
"protein_id": "ENSP00000304102.3",
"transcript_support_level": 1,
"aa_start": 235,
"aa_end": null,
"aa_length": 327,
"cds_start": 703,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006833.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303904.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.724G>A",
"hgvs_p": "p.Val242Ile",
"transcript": "ENST00000908041.1",
"protein_id": "ENSP00000578100.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 334,
"cds_start": 724,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908041.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.709G>A",
"hgvs_p": "p.Val237Ile",
"transcript": "ENST00000920061.1",
"protein_id": "ENSP00000590120.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 329,
"cds_start": 709,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920061.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.706G>A",
"hgvs_p": "p.Val236Ile",
"transcript": "ENST00000920068.1",
"protein_id": "ENSP00000590127.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 328,
"cds_start": 706,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920068.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "ENST00000908037.1",
"protein_id": "ENSP00000578096.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 327,
"cds_start": 703,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908037.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "ENST00000908038.1",
"protein_id": "ENSP00000578097.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 327,
"cds_start": 703,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908038.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.700G>A",
"hgvs_p": "p.Val234Ile",
"transcript": "ENST00000418625.5",
"protein_id": "ENSP00000400617.1",
"transcript_support_level": 5,
"aa_start": 234,
"aa_end": null,
"aa_length": 326,
"cds_start": 700,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418625.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "ENST00000908043.1",
"protein_id": "ENSP00000578102.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 326,
"cds_start": 703,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908043.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.700G>A",
"hgvs_p": "p.Val234Ile",
"transcript": "ENST00000920065.1",
"protein_id": "ENSP00000590124.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 325,
"cds_start": 700,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920065.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.685G>A",
"hgvs_p": "p.Val229Ile",
"transcript": "ENST00000908040.1",
"protein_id": "ENSP00000578099.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 321,
"cds_start": 685,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908040.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Val219Ile",
"transcript": "ENST00000908039.1",
"protein_id": "ENSP00000578098.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 311,
"cds_start": 655,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908039.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Val219Ile",
"transcript": "ENST00000955918.1",
"protein_id": "ENSP00000625977.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 311,
"cds_start": 655,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955918.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.655G>A",
"hgvs_p": "p.Val219Ile",
"transcript": "ENST00000920063.1",
"protein_id": "ENSP00000590122.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 310,
"cds_start": 655,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920063.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.652G>A",
"hgvs_p": "p.Val218Ile",
"transcript": "ENST00000920064.1",
"protein_id": "ENSP00000590123.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 310,
"cds_start": 652,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920064.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Val214Ile",
"transcript": "ENST00000920062.1",
"protein_id": "ENSP00000590121.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 306,
"cds_start": 640,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920062.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Val211Ile",
"transcript": "ENST00000920066.1",
"protein_id": "ENSP00000590125.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 303,
"cds_start": 631,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920066.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.607G>A",
"hgvs_p": "p.Val203Ile",
"transcript": "ENST00000908045.1",
"protein_id": "ENSP00000578104.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 295,
"cds_start": 607,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908045.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.577G>A",
"hgvs_p": "p.Val193Ile",
"transcript": "ENST00000908044.1",
"protein_id": "ENSP00000578103.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 285,
"cds_start": 577,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908044.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.571G>A",
"hgvs_p": "p.Val191Ile",
"transcript": "ENST00000908042.1",
"protein_id": "ENSP00000578101.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 283,
"cds_start": 571,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908042.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.526G>A",
"hgvs_p": "p.Val176Ile",
"transcript": "ENST00000920067.1",
"protein_id": "ENSP00000590126.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 268,
"cds_start": 526,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920067.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.340G>A",
"hgvs_p": null,
"transcript": "ENST00000426712.1",
"protein_id": "ENSP00000413702.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000426712.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.510G>A",
"hgvs_p": null,
"transcript": "ENST00000474823.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": "ENST00000474823.5"
},
{
"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": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.666G>A",
"hgvs_p": null,
"transcript": "ENST00000483891.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": "retained_intron",
"feature": "ENST00000483891.1"
},
{
"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": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.*43G>A",
"hgvs_p": null,
"transcript": "ENST00000468499.5",
"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": "retained_intron",
"feature": "ENST00000468499.5"
}
],
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"dbsnp": "rs558924563",
"frequency_reference_population": 0.000028499948,
"hom_count_reference_population": 0,
"allele_count_reference_population": 46,
"gnomad_exomes_af": 0.0000307829,
"gnomad_genomes_af": 0.00000657082,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4021313786506653,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.225,
"revel_prediction": "Benign",
"alphamissense_score": 0.1547,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.695,
"phylop100way_prediction": "Pathogenic",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BP6",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP6"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006833.5",
"gene_symbol": "COPS6",
"hgnc_id": 21749,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile"
}
],
"clinvar_disease": "EBV-positive nodal T- and NK-cell lymphoma",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "EBV-positive nodal T- and NK-cell lymphoma",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}