← 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: 5-42699868-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 42699868,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001242399.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_000163.5",
          "protein_id": "NP_000154.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 4899,
          "mane_select": "ENST00000230882.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000163.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000230882.9",
          "protein_id": "ENSP00000230882.4",
          "transcript_support_level": 1,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 4899,
          "mane_select": "NM_000163.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000230882.9"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.505G>T",
          "hgvs_p": "p.Val169Phe",
          "transcript": "NM_001242399.2",
          "protein_id": "NP_001229328.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 642,
          "cdna_end": null,
          "cdna_length": 4529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242399.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.505G>T",
          "hgvs_p": "p.Val169Phe",
          "transcript": "ENST00000620156.4",
          "protein_id": "ENSP00000483403.1",
          "transcript_support_level": 5,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 645,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1938,
          "cdna_start": 642,
          "cdna_end": null,
          "cdna_length": 4529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000620156.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242400.2",
          "protein_id": "NP_001229329.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 4814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242400.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242401.4",
          "protein_id": "NP_001229330.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 646,
          "cdna_end": null,
          "cdna_length": 4533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242401.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242402.2",
          "protein_id": "NP_001229331.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 604,
          "cdna_end": null,
          "cdna_length": 4491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242402.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242403.3",
          "protein_id": "NP_001229332.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 575,
          "cdna_end": null,
          "cdna_length": 4462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242403.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242404.2",
          "protein_id": "NP_001229333.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 4524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242404.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242405.2",
          "protein_id": "NP_001229334.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 532,
          "cdna_end": null,
          "cdna_length": 4419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242405.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242406.2",
          "protein_id": "NP_001229335.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 898,
          "cdna_end": null,
          "cdna_length": 4785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242406.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000537449.5",
          "protein_id": "ENSP00000442206.2",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 532,
          "cdna_end": null,
          "cdna_length": 4419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537449.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000612382.4",
          "protein_id": "ENSP00000478332.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 812,
          "cdna_end": null,
          "cdna_length": 4699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000612382.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000612626.4",
          "protein_id": "ENSP00000479846.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 4524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000612626.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000615111.4",
          "protein_id": "ENSP00000478291.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 4814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615111.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000618088.4",
          "protein_id": "ENSP00000482373.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 604,
          "cdna_end": null,
          "cdna_length": 4491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000618088.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887685.1",
          "protein_id": "ENSP00000557744.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1062,
          "cdna_end": null,
          "cdna_length": 4899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887685.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887687.1",
          "protein_id": "ENSP00000557746.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 789,
          "cdna_end": null,
          "cdna_length": 4621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887687.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887688.1",
          "protein_id": "ENSP00000557747.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 978,
          "cdna_end": null,
          "cdna_length": 4810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887688.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887689.1",
          "protein_id": "ENSP00000557748.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 910,
          "cdna_end": null,
          "cdna_length": 4742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887689.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887690.1",
          "protein_id": "ENSP00000557749.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 985,
          "cdna_end": null,
          "cdna_length": 4816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887690.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887691.1",
          "protein_id": "ENSP00000557750.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1009,
          "cdna_end": null,
          "cdna_length": 4840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887691.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887692.1",
          "protein_id": "ENSP00000557751.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 739,
          "cdna_end": null,
          "cdna_length": 4571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887692.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887693.1",
          "protein_id": "ENSP00000557752.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 5269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887693.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887694.1",
          "protein_id": "ENSP00000557753.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 786,
          "cdna_end": null,
          "cdna_length": 4624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887694.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887695.1",
          "protein_id": "ENSP00000557754.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 646,
          "cdna_end": null,
          "cdna_length": 4475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887695.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887696.1",
          "protein_id": "ENSP00000557755.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 4579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887696.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887697.1",
          "protein_id": "ENSP00000557756.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 848,
          "cdna_end": null,
          "cdna_length": 3140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887697.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887698.1",
          "protein_id": "ENSP00000557757.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 939,
          "cdna_end": null,
          "cdna_length": 3231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887698.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887699.1",
          "protein_id": "ENSP00000557758.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 860,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887699.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887700.1",
          "protein_id": "ENSP00000557759.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 5065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887700.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887704.1",
          "protein_id": "ENSP00000557763.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 758,
          "cdna_end": null,
          "cdna_length": 2350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887704.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000887705.1",
          "protein_id": "ENSP00000557764.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 2835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887705.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.478G>T",
          "hgvs_p": "p.Val160Phe",
          "transcript": "ENST00000887701.1",
          "protein_id": "ENSP00000557760.1",
          "transcript_support_level": null,
          "aa_start": 160,
          "aa_end": null,
          "aa_length": 636,
          "cds_start": 478,
          "cds_end": null,
          "cds_length": 1911,
          "cdna_start": 733,
          "cdna_end": null,
          "cdna_length": 4565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887701.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.475G>T",
          "hgvs_p": "p.Val159Phe",
          "transcript": "ENST00000887703.1",
          "protein_id": "ENSP00000557762.1",
          "transcript_support_level": null,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 475,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 2496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887703.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.418G>T",
          "hgvs_p": "p.Val140Phe",
          "transcript": "NM_001242460.2",
          "protein_id": "NP_001229389.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 418,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 4833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242460.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.418G>T",
          "hgvs_p": "p.Val140Phe",
          "transcript": "ENST00000357703.6",
          "protein_id": "ENSP00000350335.3",
          "transcript_support_level": 5,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 418,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 4316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357703.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "NM_001242462.1",
          "protein_id": "NP_001229391.1",
          "transcript_support_level": null,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 4312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242462.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.484G>T",
          "hgvs_p": "p.Val162Phe",
          "transcript": "ENST00000622294.2",
          "protein_id": "ENSP00000483926.1",
          "transcript_support_level": 5,
          "aa_start": 162,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 484,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 4312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000622294.2"
        },
        {
          "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": 5,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.440-25G>T",
          "hgvs_p": null,
          "transcript": "ENST00000887686.1",
          "protein_id": "ENSP00000557745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887686.1"
        },
        {
          "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": 5,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "c.440-25G>T",
          "hgvs_p": null,
          "transcript": "ENST00000887702.1",
          "protein_id": "ENSP00000557761.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 615,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1848,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887702.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "n.*96G>T",
          "hgvs_p": null,
          "transcript": "ENST00000511135.5",
          "protein_id": "ENSP00000422333.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000511135.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GHR",
          "gene_hgnc_id": 4263,
          "hgvs_c": "n.*96G>T",
          "hgvs_p": null,
          "transcript": "ENST00000511135.5",
          "protein_id": "ENSP00000422333.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000511135.5"
        }
      ],
      "gene_symbol": "GHR",
      "gene_hgnc_id": 4263,
      "dbsnp": "rs6413484",
      "frequency_reference_population": 0.000090632675,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 146,
      "gnomad_exomes_af": 0.0000521038,
      "gnomad_genomes_af": 0.000459704,
      "gnomad_exomes_ac": 76,
      "gnomad_genomes_ac": 70,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.03265655040740967,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.10000000149011612,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.491,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1402,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 1.327,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.1,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM1,BP4_Strong,BP6,BS1",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 9,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BP4_Strong",
            "BP6",
            "BS1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001242399.2",
          "gene_symbol": "GHR",
          "hgnc_id": 4263,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD,Unknown",
          "hgvs_c": "c.505G>T",
          "hgvs_p": "p.Val169Phe"
        }
      ],
      "clinvar_disease": " 1, familial,Hypercholesterolemia,Laron-type isolated somatotropin defect,Short stature due to partial GHR deficiency,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "not provided|Short stature due to partial GHR deficiency;Hypercholesterolemia, familial, 1;Laron-type isolated somatotropin defect|not specified",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.