← 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-100091134-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100091134&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100091134,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006833.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "NM_006833.5",
"protein_id": "NP_006824.2",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 327,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000303904.8",
"protein_id": "ENSP00000304102.3",
"transcript_support_level": 1,
"aa_start": 211,
"aa_end": null,
"aa_length": 327,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.652A>C",
"hgvs_p": "p.Ser218Arg",
"transcript": "ENST00000908041.1",
"protein_id": "ENSP00000578100.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 334,
"cds_start": 652,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.637A>C",
"hgvs_p": "p.Ser213Arg",
"transcript": "ENST00000920061.1",
"protein_id": "ENSP00000590120.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 329,
"cds_start": 637,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.634A>C",
"hgvs_p": "p.Ser212Arg",
"transcript": "ENST00000920068.1",
"protein_id": "ENSP00000590127.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 328,
"cds_start": 634,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000908037.1",
"protein_id": "ENSP00000578096.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 327,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000908038.1",
"protein_id": "ENSP00000578097.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 327,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.628A>C",
"hgvs_p": "p.Ser210Arg",
"transcript": "ENST00000418625.5",
"protein_id": "ENSP00000400617.1",
"transcript_support_level": 5,
"aa_start": 210,
"aa_end": null,
"aa_length": 326,
"cds_start": 628,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000908043.1",
"protein_id": "ENSP00000578102.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 326,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.628A>C",
"hgvs_p": "p.Ser210Arg",
"transcript": "ENST00000920065.1",
"protein_id": "ENSP00000590124.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 325,
"cds_start": 628,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000908040.1",
"protein_id": "ENSP00000578099.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 321,
"cds_start": 631,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.583A>C",
"hgvs_p": "p.Ser195Arg",
"transcript": "ENST00000908039.1",
"protein_id": "ENSP00000578098.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 311,
"cds_start": 583,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.583A>C",
"hgvs_p": "p.Ser195Arg",
"transcript": "ENST00000955918.1",
"protein_id": "ENSP00000625977.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 311,
"cds_start": 583,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.583A>C",
"hgvs_p": "p.Ser195Arg",
"transcript": "ENST00000920063.1",
"protein_id": "ENSP00000590122.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 310,
"cds_start": 583,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.580A>C",
"hgvs_p": "p.Ser194Arg",
"transcript": "ENST00000920064.1",
"protein_id": "ENSP00000590123.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 310,
"cds_start": 580,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Ser190Arg",
"transcript": "ENST00000920062.1",
"protein_id": "ENSP00000590121.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 306,
"cds_start": 568,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.559A>C",
"hgvs_p": "p.Ser187Arg",
"transcript": "ENST00000920066.1",
"protein_id": "ENSP00000590125.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 303,
"cds_start": 559,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.535A>C",
"hgvs_p": "p.Ser179Arg",
"transcript": "ENST00000908045.1",
"protein_id": "ENSP00000578104.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 295,
"cds_start": 535,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.505A>C",
"hgvs_p": "p.Ser169Arg",
"transcript": "ENST00000908044.1",
"protein_id": "ENSP00000578103.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 285,
"cds_start": 505,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.499A>C",
"hgvs_p": "p.Ser167Arg",
"transcript": "ENST00000908042.1",
"protein_id": "ENSP00000578101.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 283,
"cds_start": 499,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "c.454A>C",
"hgvs_p": "p.Ser152Arg",
"transcript": "ENST00000920067.1",
"protein_id": "ENSP00000590126.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 268,
"cds_start": 454,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.268A>C",
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.631A>C",
"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"
},
{
"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": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.438A>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"hgvs_c": "n.594A>C",
"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"
}
],
"gene_symbol": "COPS6",
"gene_hgnc_id": 21749,
"dbsnp": "rs193921011",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1948091685771942,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.082,
"revel_prediction": "Benign",
"alphamissense_score": 0.6163,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.908,
"phylop100way_prediction": "Uncertain_significance",
"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_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006833.5",
"gene_symbol": "COPS6",
"hgnc_id": 21749,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg"
}
],
"clinvar_disease": "Prostate cancer",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Prostate cancer",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}