← 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: 20-34824068-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=34824068&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 34824068,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "ENST00000359003.7",
      "consequences": [
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "NM_014071.5",
          "protein_id": "NP_054790.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7083,
          "mane_select": "ENST00000359003.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "ENST00000359003.7",
          "protein_id": "ENSP00000351894.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7083,
          "mane_select": "NM_014071.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "NM_001438233.1",
          "protein_id": "NP_001425162.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2062,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "NM_001438235.1",
          "protein_id": "NP_001425164.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2052,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "NM_001438234.1",
          "protein_id": "NP_001425163.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2051,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "NM_001242539.3",
          "protein_id": "NP_001229468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "ENST00000612493.4",
          "protein_id": "ENSP00000481177.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1070,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "ENST00000616167.1",
          "protein_id": "ENSP00000481935.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027739.2",
          "protein_id": "XP_016883228.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2087,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027741.2",
          "protein_id": "XP_016883230.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2086,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7152,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027742.3",
          "protein_id": "XP_016883231.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2082,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_011528721.4",
          "protein_id": "XP_011527023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2068,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440048.1",
          "protein_id": "XP_047296004.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2067,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-234+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440049.1",
          "protein_id": "XP_047296005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027743.3",
          "protein_id": "XP_016883232.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2058,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_011528726.4",
          "protein_id": "XP_011527028.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2057,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_011528727.4",
          "protein_id": "XP_011527029.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2056,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440051.1",
          "protein_id": "XP_047296007.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2056,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-234+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440053.1",
          "protein_id": "XP_047296009.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2051,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440054.1",
          "protein_id": "XP_047296010.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2051,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440055.1",
          "protein_id": "XP_047296011.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2050,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440056.1",
          "protein_id": "XP_047296012.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2039,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440057.1",
          "protein_id": "XP_047296013.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2034,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6105,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440058.1",
          "protein_id": "XP_047296014.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2028,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440059.1",
          "protein_id": "XP_047296015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2023,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027746.2",
          "protein_id": "XP_016883235.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1999,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_006723755.4",
          "protein_id": "XP_006723818.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1975,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5928,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027748.2",
          "protein_id": "XP_016883237.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440060.1",
          "protein_id": "XP_047296016.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_017027750.3",
          "protein_id": "XP_016883239.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1094,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3285,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440061.1",
          "protein_id": "XP_047296017.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1093,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3282,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440063.1",
          "protein_id": "XP_047296019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1075,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3228,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440064.1",
          "protein_id": "XP_047296020.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440065.1",
          "protein_id": "XP_047296021.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440066.1",
          "protein_id": "XP_047296022.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440067.1",
          "protein_id": "XP_047296023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1059,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3180,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCOA6",
          "gene_hgnc_id": 15936,
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null,
          "transcript": "XM_047440068.1",
          "protein_id": "XP_047296024.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NCOA6",
      "gene_hgnc_id": 15936,
      "dbsnp": "rs6088619",
      "frequency_reference_population": 0.0852275,
      "hom_count_reference_population": 772,
      "allele_count_reference_population": 12981,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0852275,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 12981,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 772,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9300000071525574,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.93,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.394,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000359003.7",
          "gene_symbol": "NCOA6",
          "hgnc_id": 15936,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.-164+1404T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}