← 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: 8-70127445-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 70127445,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000452400.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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "NM_006540.4",
          "protein_id": "NP_006531.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8430,
          "mane_select": "ENST00000452400.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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "ENST00000452400.7",
          "protein_id": "ENSP00000399968.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8430,
          "mane_select": "NM_006540.4",
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "NM_001321703.2",
          "protein_id": "NP_001308632.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8513,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "NM_001321707.2",
          "protein_id": "NP_001308636.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8378,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "NM_001321711.2",
          "protein_id": "NP_001308640.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8223,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "NM_001321712.2",
          "protein_id": "NP_001308641.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8307,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3220-398C>T",
          "hgvs_p": null,
          "transcript": "NM_001321713.2",
          "protein_id": "NP_001308642.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1310,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3933,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8410,
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.1057-398C>T",
          "hgvs_p": null,
          "transcript": "ENST00000518363.2",
          "protein_id": "ENSP00000429132.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "n.*639-398C>T",
          "hgvs_p": null,
          "transcript": "ENST00000518287.6",
          "protein_id": "ENSP00000430148.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "n.125-398C>T",
          "hgvs_p": null,
          "transcript": "ENST00000521239.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 563,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012961.3",
          "protein_id": "XP_016868450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8637,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012962.3",
          "protein_id": "XP_016868451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8721,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012963.3",
          "protein_id": "XP_016868452.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8720,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012964.3",
          "protein_id": "XP_016868453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8961,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012966.3",
          "protein_id": "XP_016868455.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8702,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012968.3",
          "protein_id": "XP_016868457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8650,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012969.3",
          "protein_id": "XP_016868458.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8575,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012970.3",
          "protein_id": "XP_016868459.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8533,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012971.3",
          "protein_id": "XP_016868460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8840,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421230.1",
          "protein_id": "XP_047277186.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8585,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421232.1",
          "protein_id": "XP_047277188.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8935,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421233.1",
          "protein_id": "XP_047277189.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8840,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421234.1",
          "protein_id": "XP_047277190.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8785,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421235.1",
          "protein_id": "XP_047277191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8972,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421236.1",
          "protein_id": "XP_047277192.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8786,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421237.1",
          "protein_id": "XP_047277193.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8705,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421239.1",
          "protein_id": "XP_047277195.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8617,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421240.1",
          "protein_id": "XP_047277196.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8584,
          "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": 25,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421241.1",
          "protein_id": "XP_047277197.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8822,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421242.1",
          "protein_id": "XP_047277198.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1533,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8682,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421243.1",
          "protein_id": "XP_047277199.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8514,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421244.1",
          "protein_id": "XP_047277200.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8495,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421245.1",
          "protein_id": "XP_047277201.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8754,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421246.1",
          "protein_id": "XP_047277202.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8571,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421247.1",
          "protein_id": "XP_047277203.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8578,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421248.1",
          "protein_id": "XP_047277204.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8368,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421249.1",
          "protein_id": "XP_047277205.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8550,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421250.1",
          "protein_id": "XP_047277206.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8579,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421251.1",
          "protein_id": "XP_047277207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8443,
          "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": 24,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421252.1",
          "protein_id": "XP_047277208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8634,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3682-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421253.1",
          "protein_id": "XP_047277209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8633,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421254.1",
          "protein_id": "XP_047277210.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8430,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421255.1",
          "protein_id": "XP_047277211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8378,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421256.1",
          "protein_id": "XP_047277212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8513,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421257.1",
          "protein_id": "XP_047277213.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8514,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421258.1",
          "protein_id": "XP_047277214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8306,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421259.1",
          "protein_id": "XP_047277215.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8171,
          "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": 22,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421260.1",
          "protein_id": "XP_047277216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8547,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421261.1",
          "protein_id": "XP_047277217.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8288,
          "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": 23,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421262.1",
          "protein_id": "XP_047277218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8371,
          "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": 21,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421263.1",
          "protein_id": "XP_047277219.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8161,
          "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": 21,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3475-398C>T",
          "hgvs_p": null,
          "transcript": "XM_047421264.1",
          "protein_id": "XP_047277220.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8426,
          "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": 19,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "NCOA2",
          "gene_hgnc_id": 7669,
          "hgvs_c": "c.3220-398C>T",
          "hgvs_p": null,
          "transcript": "XM_017012972.3",
          "protein_id": "XP_016868461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1379,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NCOA2",
      "gene_hgnc_id": 7669,
      "dbsnp": "rs10504467",
      "frequency_reference_population": 0.022225142,
      "hom_count_reference_population": 115,
      "allele_count_reference_population": 3384,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0222251,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 3384,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 115,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8299999833106995,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.83,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.233,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -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": "ENST00000452400.7",
          "gene_symbol": "NCOA2",
          "hgnc_id": 7669,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3682-398C>T",
          "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
}