← 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: 10-76870739-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 76870739,
      "ref": "T",
      "alt": "C",
      "effect": "3_prime_UTR_variant",
      "transcript": "NM_001322830.2",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000604624.6",
          "protein_id": "ENSP00000473714.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001322830.2",
          "protein_id": "NP_001309759.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001322835.2",
          "protein_id": "NP_001309764.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000639913.1",
          "protein_id": "ENSP00000492241.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001437423.1",
          "protein_id": "NP_001424352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001014797.3",
          "protein_id": "NP_001014797.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1182,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3549,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000638991.1",
          "protein_id": "ENSP00000490978.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001322829.2",
          "protein_id": "NP_001309758.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1180,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001410940.1",
          "protein_id": "NP_001397869.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000639601.1",
          "protein_id": "ENSP00000492806.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001322832.2",
          "protein_id": "NP_001309761.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001271518.2",
          "protein_id": "NP_001258447.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000707137.1",
          "protein_id": "ENSP00000516759.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1083,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3252,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "NM_001322838.2",
          "protein_id": "NP_001309767.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016207.3",
          "protein_id": "XP_016871696.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016208.3",
          "protein_id": "XP_016871697.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": 12366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_024447987.2",
          "protein_id": "XP_024303755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_011539773.3",
          "protein_id": "XP_011538075.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1284,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016210.3",
          "protein_id": "XP_016871699.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1283,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_011539775.3",
          "protein_id": "XP_011538077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1280,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_005269776.5",
          "protein_id": "XP_005269833.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1257,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12077,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016211.3",
          "protein_id": "XP_016871700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_047425196.1",
          "protein_id": "XP_047281152.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016213.3",
          "protein_id": "XP_016871702.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_011539780.3",
          "protein_id": "XP_011538082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_005269778.3",
          "protein_id": "XP_005269835.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_005269781.3",
          "protein_id": "XP_005269838.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_024447984.2",
          "protein_id": "XP_024303752.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_024447988.2",
          "protein_id": "XP_024303756.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_024447989.2",
          "protein_id": "XP_024303757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_005269787.5",
          "protein_id": "XP_005269844.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7000A>G",
          "hgvs_p": null,
          "transcript": "XM_024447990.2",
          "protein_id": "XP_024303758.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1230,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3693,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_011539781.4",
          "protein_id": "XP_011538083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016217.2",
          "protein_id": "XP_016871706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1221,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3666,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_005269789.3",
          "protein_id": "XP_005269846.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1209,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3630,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_011539785.3",
          "protein_id": "XP_011538087.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_047425199.1",
          "protein_id": "XP_047281155.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1206,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_024447985.2",
          "protein_id": "XP_024303753.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016222.3",
          "protein_id": "XP_016871711.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KCNMA1",
          "gene_hgnc_id": 6284,
          "hgvs_c": "c.*7130A>G",
          "hgvs_p": null,
          "transcript": "XM_017016223.1",
          "protein_id": "XP_016871712.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KCNMA1",
      "gene_hgnc_id": 6284,
      "dbsnp": "rs10762732",
      "frequency_reference_population": 0.59611875,
      "hom_count_reference_population": 27778,
      "allele_count_reference_population": 90833,
      "gnomad_exomes_af": 0.642473,
      "gnomad_genomes_af": 0.596005,
      "gnomad_exomes_ac": 239,
      "gnomad_genomes_ac": 90594,
      "gnomad_exomes_homalt": 71,
      "gnomad_genomes_homalt": 27707,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9200000166893005,
      "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.92,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.928,
      "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": "NM_001322830.2",
          "gene_symbol": "KCNMA1",
          "hgnc_id": 6284,
          "effects": [
            "3_prime_UTR_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.*7130A>G",
          "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
}