← 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: 19-45368715-T-C (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=45368715&ref=T&alt=C&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 45368715,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000391945.10",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.275A>G",
          "hgvs_p": "p.Asn92Ser",
          "transcript": "NM_000400.4",
          "protein_id": "NP_000391.1",
          "transcript_support_level": null,
          "aa_start": 92,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 275,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 308,
          "cdna_end": null,
          "cdna_length": 4108,
          "mane_select": "ENST00000391945.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.275A>G",
          "hgvs_p": "p.Asn92Ser",
          "transcript": "ENST00000391945.10",
          "protein_id": "ENSP00000375809.4",
          "transcript_support_level": 1,
          "aa_start": 92,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 275,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": 308,
          "cdna_end": null,
          "cdna_length": 4108,
          "mane_select": "NM_000400.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.275A>G",
          "hgvs_p": "p.Asn92Ser",
          "transcript": "ENST00000391944.8",
          "protein_id": "ENSP00000375808.4",
          "transcript_support_level": 1,
          "aa_start": 92,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 275,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 323,
          "cdna_end": null,
          "cdna_length": 2853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.203A>G",
          "hgvs_p": "p.Asn68Ser",
          "transcript": "ENST00000391941.6",
          "protein_id": "ENSP00000375805.2",
          "transcript_support_level": 1,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 956,
          "cdna_end": null,
          "cdna_length": 2871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.203A>G",
          "hgvs_p": "p.Asn68Ser",
          "transcript": "ENST00000485403.6",
          "protein_id": "ENSP00000431229.2",
          "transcript_support_level": 1,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 1218,
          "cdna_start": 422,
          "cdna_end": null,
          "cdna_length": 1538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.203A>G",
          "hgvs_p": "p.Asn68Ser",
          "transcript": "NM_001440355.1",
          "protein_id": "NP_001427284.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": 373,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.197A>G",
          "hgvs_p": "p.Asn66Ser",
          "transcript": "NM_001440356.1",
          "protein_id": "NP_001427285.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 197,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 4030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.152A>G",
          "hgvs_p": "p.Asn51Ser",
          "transcript": "NM_001440357.1",
          "protein_id": "NP_001427286.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 208,
          "cdna_end": null,
          "cdna_length": 4008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.152A>G",
          "hgvs_p": "p.Asn51Ser",
          "transcript": "ENST00000684407.1",
          "protein_id": "ENSP00000507775.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 223,
          "cdna_end": null,
          "cdna_length": 4013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.203A>G",
          "hgvs_p": "p.Asn68Ser",
          "transcript": "NM_001130867.2",
          "protein_id": "NP_001124339.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 1218,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 1704,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.203A>G",
          "hgvs_p": "p.Asn68Ser",
          "transcript": "ENST00000586131.6",
          "protein_id": "ENSP00000464887.1",
          "transcript_support_level": 3,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 877,
          "cdna_start": 341,
          "cdna_end": null,
          "cdna_length": 1015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "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": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "c.125A>G",
          "hgvs_p": "p.Asn42Ser",
          "transcript": "ENST00000586856.1",
          "protein_id": "ENSP00000466998.1",
          "transcript_support_level": 5,
          "aa_start": 42,
          "aa_end": null,
          "aa_length": 108,
          "cds_start": 125,
          "cds_end": null,
          "cds_length": 327,
          "cdna_start": 488,
          "cdna_end": null,
          "cdna_length": 690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.267A>G",
          "hgvs_p": null,
          "transcript": "ENST00000586441.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": 682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.270A>G",
          "hgvs_p": null,
          "transcript": "ENST00000586737.5",
          "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": 481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "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": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.275A>G",
          "hgvs_p": null,
          "transcript": "ENST00000591309.5",
          "protein_id": "ENSP00000465207.1",
          "transcript_support_level": 4,
          "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": 557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.372A>G",
          "hgvs_p": null,
          "transcript": "ENST00000646507.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": 3119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.275A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682414.1",
          "protein_id": "ENSP00000507019.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": 3110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.304A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682508.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": 4094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.275A>G",
          "hgvs_p": null,
          "transcript": "ENST00000684218.1",
          "protein_id": "ENSP00000507804.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": 3989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.275A>G",
          "hgvs_p": null,
          "transcript": "ENST00000684458.1",
          "protein_id": "ENSP00000508260.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": 3979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.308A>G",
          "hgvs_p": null,
          "transcript": "NR_199645.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": 4044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.308A>G",
          "hgvs_p": null,
          "transcript": "NR_199646.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": 3671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERCC2",
          "gene_hgnc_id": 3434,
          "hgvs_c": "n.230A>G",
          "hgvs_p": null,
          "transcript": "NR_199647.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": 3593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ERCC2",
      "gene_hgnc_id": 3434,
      "dbsnp": "rs780965895",
      "frequency_reference_population": 0.000019210485,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 31,
      "gnomad_exomes_af": 0.0000191584,
      "gnomad_genomes_af": 0.0000197106,
      "gnomad_exomes_ac": 28,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1005125343799591,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.068,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0589,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.34,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.937,
      "phylop100way_prediction": "Benign",
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BP6",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 3,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000391945.10",
          "gene_symbol": "ERCC2",
          "hgnc_id": 3434,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.275A>G",
          "hgvs_p": "p.Asn92Ser"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "not specified|not provided|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}