← 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-32548756-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 32548756,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_013964.5",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_013964.5",
          "protein_id": "NP_039258.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 11983,
          "mane_select": "ENST00000405005.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000405005.8",
          "protein_id": "ENSP00000384620.2",
          "transcript_support_level": 1,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 11983,
          "mane_select": "NM_013964.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000287842.7",
          "protein_id": "ENSP00000287842.4",
          "transcript_support_level": 1,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 122,
          "cdna_end": null,
          "cdna_length": 2035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000356819.7",
          "protein_id": "ENSP00000349275.6",
          "transcript_support_level": 1,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 5931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000521670.5",
          "protein_id": "ENSP00000428828.1",
          "transcript_support_level": 1,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": 138,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000520407.5",
          "protein_id": "ENSP00000434640.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_013956.5",
          "protein_id": "NP_039250.2",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 11998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_013957.5",
          "protein_id": "NP_039251.2",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 11974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_013960.5",
          "protein_id": "NP_039254.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 12125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000652588.1",
          "protein_id": "ENSP00000498367.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 167,
          "cdna_end": null,
          "cdna_length": 1926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_001160004.3",
          "protein_id": "NP_001153476.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 12116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000650980.1",
          "protein_id": "ENSP00000498583.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 95,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_001160008.2",
          "protein_id": "NP_001153480.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 3290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000523079.5",
          "protein_id": "ENSP00000430120.1",
          "transcript_support_level": 2,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 547,
          "cdna_end": null,
          "cdna_length": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_013958.4",
          "protein_id": "NP_039252.2",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000650919.1",
          "protein_id": "ENSP00000498811.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 522,
          "cdna_end": null,
          "cdna_length": 1703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_004495.4",
          "protein_id": "NP_004486.2",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_001160005.2",
          "protein_id": "NP_001153477.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "ENST00000650967.1",
          "protein_id": "ENSP00000498833.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 1480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_001160002.2",
          "protein_id": "NP_001153474.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "NM_001160007.2",
          "protein_id": "NP_001153479.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 1491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn",
          "transcript": "XM_017013368.3",
          "protein_id": "XP_016868857.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 30,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 446,
          "cdna_end": null,
          "cdna_length": 11896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.27A>C",
          "hgvs_p": null,
          "transcript": "ENST00000650964.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.27A>C",
          "hgvs_p": null,
          "transcript": "ENST00000651175.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.467A>C",
          "hgvs_p": null,
          "transcript": "ENST00000651807.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.305-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000523534.5",
          "protein_id": "ENSP00000429067.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_001159999.3",
          "protein_id": "NP_001153471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000650866.1",
          "protein_id": "ENSP00000499045.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_001159995.3",
          "protein_id": "NP_001153467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000652698.1",
          "protein_id": "ENSP00000499008.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_001160001.3",
          "protein_id": "NP_001153473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000519301.6",
          "protein_id": "ENSP00000429582.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_013962.3",
          "protein_id": "NP_039256.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.71-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000651335.1",
          "protein_id": "ENSP00000499047.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.-555-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_001322201.2",
          "protein_id": "NP_001309130.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.-504-47072A>C",
          "hgvs_p": null,
          "transcript": "NM_001322202.2",
          "protein_id": "NP_001309131.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.38-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000651149.1",
          "protein_id": "ENSP00000498375.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.93-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000631040.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.38-47072A>C",
          "hgvs_p": null,
          "transcript": "ENST00000650856.1",
          "protein_id": "ENSP00000498216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "XM_011544512.3",
          "protein_id": "XP_011542814.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "XM_017013367.2",
          "protein_id": "XP_016868856.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "XM_017013371.3",
          "protein_id": "XP_016868860.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.746-47072A>C",
          "hgvs_p": null,
          "transcript": "XM_017013372.3",
          "protein_id": "XP_016868861.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NRG1",
      "gene_hgnc_id": 7997,
      "dbsnp": "rs367543159",
      "frequency_reference_population": 0.0000065739305,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657393,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18373873829841614,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": 0.105,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.5438,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.39,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.112,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_013964.5",
          "gene_symbol": "NRG1",
          "hgnc_id": 7997,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.30A>C",
          "hgvs_p": "p.Lys10Asn"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}