← 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-158652327-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 158652327,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001281933.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "NM_017760.7",
          "protein_id": "NP_060230.5",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000356309.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017760.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000356309.8",
          "protein_id": "ENSP00000348657.3",
          "transcript_support_level": 1,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_017760.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356309.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000409339.3",
          "protein_id": "ENSP00000387007.3",
          "transcript_support_level": 1,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1156,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409339.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "n.2744G>A",
          "hgvs_p": null,
          "transcript": "ENST00000467785.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": "ENST00000467785.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "NM_001281933.2",
          "protein_id": "NP_001268862.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1156,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001281933.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "NM_001281932.2",
          "protein_id": "NP_001268861.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001281932.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000409423.5",
          "protein_id": "ENSP00000386569.1",
          "transcript_support_level": 2,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000409423.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000909184.1",
          "protein_id": "ENSP00000579243.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909184.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000909185.1",
          "protein_id": "ENSP00000579244.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909185.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000919067.1",
          "protein_id": "ENSP00000589126.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919067.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000919077.1",
          "protein_id": "ENSP00000589136.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919077.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2855G>A",
          "hgvs_p": "p.Arg952Gln",
          "transcript": "ENST00000909181.1",
          "protein_id": "ENSP00000579240.1",
          "transcript_support_level": null,
          "aa_start": 952,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 2855,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909181.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2786G>A",
          "hgvs_p": "p.Arg929Gln",
          "transcript": "ENST00000909183.1",
          "protein_id": "ENSP00000579242.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 2786,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909183.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2783G>A",
          "hgvs_p": "p.Arg928Gln",
          "transcript": "ENST00000909179.1",
          "protein_id": "ENSP00000579238.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909179.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "ENST00000919076.1",
          "protein_id": "ENSP00000589135.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919076.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2747G>A",
          "hgvs_p": "p.Arg916Gln",
          "transcript": "ENST00000919069.1",
          "protein_id": "ENSP00000589128.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919069.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2747G>A",
          "hgvs_p": "p.Arg916Gln",
          "transcript": "ENST00000919075.1",
          "protein_id": "ENSP00000589134.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 1092,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 3279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919075.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "ENST00000909180.1",
          "protein_id": "ENSP00000579239.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909180.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "ENST00000919071.1",
          "protein_id": "ENSP00000589130.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919071.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "ENST00000919073.1",
          "protein_id": "ENSP00000589132.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919073.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2855G>A",
          "hgvs_p": "p.Arg952Gln",
          "transcript": "ENST00000919072.1",
          "protein_id": "ENSP00000589131.1",
          "transcript_support_level": null,
          "aa_start": 952,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 2855,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919072.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2711G>A",
          "hgvs_p": "p.Arg904Gln",
          "transcript": "ENST00000909182.1",
          "protein_id": "ENSP00000579241.1",
          "transcript_support_level": null,
          "aa_start": 904,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2711,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909182.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2786G>A",
          "hgvs_p": "p.Arg929Gln",
          "transcript": "ENST00000919074.1",
          "protein_id": "ENSP00000589133.1",
          "transcript_support_level": null,
          "aa_start": 929,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2786,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919074.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2783G>A",
          "hgvs_p": "p.Arg928Gln",
          "transcript": "ENST00000941393.1",
          "protein_id": "ENSP00000611452.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000941393.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2612G>A",
          "hgvs_p": "p.Arg871Gln",
          "transcript": "ENST00000919070.1",
          "protein_id": "ENSP00000589129.1",
          "transcript_support_level": null,
          "aa_start": 871,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": 2612,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919070.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "ENST00000919068.1",
          "protein_id": "ENSP00000589127.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919068.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2303G>A",
          "hgvs_p": "p.Arg768Gln",
          "transcript": "ENST00000441982.5",
          "protein_id": "ENSP00000408080.1",
          "transcript_support_level": 2,
          "aa_start": 768,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 2303,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441982.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_011516357.3",
          "protein_id": "XP_011514659.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1156,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516357.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420538.1",
          "protein_id": "XP_047276494.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1156,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420538.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420539.1",
          "protein_id": "XP_047276495.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420539.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420540.1",
          "protein_id": "XP_047276496.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420540.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420541.1",
          "protein_id": "XP_047276497.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420541.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_047420542.1",
          "protein_id": "XP_047276498.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1098,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420542.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_047420543.1",
          "protein_id": "XP_047276499.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1098,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420543.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_005249547.4",
          "protein_id": "XP_005249604.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005249547.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420544.1",
          "protein_id": "XP_047276500.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420544.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln",
          "transcript": "XM_047420545.1",
          "protein_id": "XP_047276501.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420545.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_017012376.3",
          "protein_id": "XP_016867865.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012376.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_047420546.1",
          "protein_id": "XP_047276502.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420546.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_047420547.1",
          "protein_id": "XP_047276503.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420547.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2726G>A",
          "hgvs_p": "p.Arg909Gln",
          "transcript": "XM_047420548.1",
          "protein_id": "XP_047276504.1",
          "transcript_support_level": null,
          "aa_start": 909,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": 2726,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420548.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.1403G>A",
          "hgvs_p": "p.Arg468Gln",
          "transcript": "XM_011516362.2",
          "protein_id": "XP_011514664.1",
          "transcript_support_level": null,
          "aa_start": 468,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 1403,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516362.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": 23,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "c.2746+2268G>A",
          "hgvs_p": null,
          "transcript": "XM_011516358.4",
          "protein_id": "XP_011514660.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011516358.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "n.*1882G>A",
          "hgvs_p": null,
          "transcript": "ENST00000432615.5",
          "protein_id": "ENSP00000414337.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": "ENST00000432615.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "n.3326G>A",
          "hgvs_p": null,
          "transcript": "NR_104054.2",
          "protein_id": null,
          "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": "pseudogene",
          "feature": "NR_104054.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NCAPG2",
          "gene_hgnc_id": 21904,
          "hgvs_c": "n.*1882G>A",
          "hgvs_p": null,
          "transcript": "ENST00000432615.5",
          "protein_id": "ENSP00000414337.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": "ENST00000432615.5"
        }
      ],
      "gene_symbol": "NCAPG2",
      "gene_hgnc_id": 21904,
      "dbsnp": "rs527840789",
      "frequency_reference_population": 0.0000012395506,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84384e-7,
      "gnomad_genomes_af": 0.00000656513,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04454907774925232,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.058,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0878,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.146,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001281933.2",
          "gene_symbol": "NCAPG2",
          "hgnc_id": 21904,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.2900G>A",
          "hgvs_p": "p.Arg967Gln"
        }
      ],
      "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
}