← 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-32595960-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 32595960,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_013964.5",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_013964.5",
          "protein_id": "NP_039258.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 11983,
          "mane_select": "ENST00000405005.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000405005.8",
          "protein_id": "ENSP00000384620.2",
          "transcript_support_level": 1,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 11983,
          "mane_select": "NM_013964.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000287842.7",
          "protein_id": "ENSP00000287842.4",
          "transcript_support_level": 1,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 325,
          "cdna_end": null,
          "cdna_length": 2035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000356819.7",
          "protein_id": "ENSP00000349275.6",
          "transcript_support_level": 1,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 693,
          "cdna_end": null,
          "cdna_length": 5931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000521670.5",
          "protein_id": "ENSP00000428828.1",
          "transcript_support_level": 1,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": 341,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "ENST00000520407.5",
          "protein_id": "ENSP00000434640.1",
          "transcript_support_level": 1,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.437A>T",
          "hgvs_p": "p.Asn146Ile",
          "transcript": "ENST00000523534.5",
          "protein_id": "ENSP00000429067.1",
          "transcript_support_level": 5,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": 437,
          "cdna_end": null,
          "cdna_length": 2516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_013956.5",
          "protein_id": "NP_039250.2",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 11998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_013957.5",
          "protein_id": "NP_039251.2",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 11974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "NM_001159999.3",
          "protein_id": "NP_001153471.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 11669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "ENST00000650866.1",
          "protein_id": "ENSP00000499045.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 1966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "NM_001159995.3",
          "protein_id": "NP_001153467.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 11618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "ENST00000652698.1",
          "protein_id": "ENSP00000499008.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 11618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "NM_001160001.3",
          "protein_id": "NP_001153473.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 11567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "ENST00000519301.6",
          "protein_id": "ENSP00000429582.1",
          "transcript_support_level": 5,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 590,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 1773,
          "cdna_start": 343,
          "cdna_end": null,
          "cdna_length": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_013960.5",
          "protein_id": "NP_039254.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 12125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.347A>T",
          "hgvs_p": "p.Asn116Ile",
          "transcript": "ENST00000652588.1",
          "protein_id": "ENSP00000498367.1",
          "transcript_support_level": null,
          "aa_start": 116,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 347,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 1926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_001160004.3",
          "protein_id": "NP_001153476.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 12116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000650980.1",
          "protein_id": "ENSP00000498583.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 298,
          "cdna_end": null,
          "cdna_length": 2238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "NM_013962.3",
          "protein_id": "NP_039256.2",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_001160008.2",
          "protein_id": "NP_001153480.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 3290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000523079.5",
          "protein_id": "ENSP00000430120.1",
          "transcript_support_level": 2,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 750,
          "cdna_end": null,
          "cdna_length": 2359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.203A>T",
          "hgvs_p": "p.Asn68Ile",
          "transcript": "ENST00000651335.1",
          "protein_id": "ENSP00000499047.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 203,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 204,
          "cdna_end": null,
          "cdna_length": 2281,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_013958.4",
          "protein_id": "NP_039252.2",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000650919.1",
          "protein_id": "ENSP00000498811.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 1703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_004495.4",
          "protein_id": "NP_004486.2",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_001160005.2",
          "protein_id": "NP_001153477.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "ENST00000650967.1",
          "protein_id": "ENSP00000498833.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 207,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 624,
          "cdna_start": 633,
          "cdna_end": null,
          "cdna_length": 1480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_001160002.2",
          "protein_id": "NP_001153474.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "NM_001160007.2",
          "protein_id": "NP_001153479.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.170A>T",
          "hgvs_p": "p.Asn57Ile",
          "transcript": "ENST00000651149.1",
          "protein_id": "ENSP00000498375.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 170,
          "cds_end": null,
          "cds_length": 466,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "XM_011544512.3",
          "protein_id": "XP_011542814.2",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 12667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "XM_017013367.2",
          "protein_id": "XP_016868856.2",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 12565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "XM_017013371.3",
          "protein_id": "XP_016868860.2",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.878A>T",
          "hgvs_p": "p.Asn293Ile",
          "transcript": "XM_017013372.3",
          "protein_id": "XP_016868861.2",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 878,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 2484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile",
          "transcript": "XM_017013368.3",
          "protein_id": "XP_016868857.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 649,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.225A>T",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.170A>T",
          "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": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.230A>T",
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.230A>T",
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "n.670A>T",
          "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": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.-423A>T",
          "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": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NRG1",
          "gene_hgnc_id": 7997,
          "hgvs_c": "c.-372A>T",
          "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
        }
      ],
      "gene_symbol": "NRG1",
      "gene_hgnc_id": 7997,
      "dbsnp": "rs201451670",
      "frequency_reference_population": 0.000047713056,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 77,
      "gnomad_exomes_af": 0.0000451556,
      "gnomad_genomes_af": 0.0000722733,
      "gnomad_exomes_ac": 66,
      "gnomad_genomes_ac": 11,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2706884443759918,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": 0.343,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3168,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 1.269,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_013964.5",
          "gene_symbol": "NRG1",
          "hgnc_id": 7997,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.233A>T",
          "hgvs_p": "p.Asn78Ile"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}