← 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: 19-49196501-TGCTGCGGGGGCC-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 49196501,
      "ref": "TGCTGCGGGGGCC",
      "alt": "T",
      "effect": "disruptive_inframe_deletion",
      "transcript": "NM_017636.4",
      "consequences": [
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del",
          "transcript": "NM_017636.4",
          "protein_id": "NP_060106.2",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000252826.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017636.4"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del",
          "transcript": "ENST00000252826.10",
          "protein_id": "ENSP00000252826.4",
          "transcript_support_level": 1,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1214,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 3645,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_017636.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000252826.10"
        },
        {
          "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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2211-3788_2211-3777delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000427978.6",
          "protein_id": "ENSP00000407492.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427978.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1693_*1704delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000595519.5",
          "protein_id": "ENSP00000469893.1",
          "transcript_support_level": 1,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000595519.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1396_*1407delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000598502.5",
          "protein_id": "ENSP00000470229.1",
          "transcript_support_level": 1,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000598502.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1693_*1704delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000595519.5",
          "protein_id": "ENSP00000469893.1",
          "transcript_support_level": 1,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000595519.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1396_*1407delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000598502.5",
          "protein_id": "ENSP00000470229.1",
          "transcript_support_level": 1,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000598502.5"
        },
        {
          "aa_ref": "PLRG",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2248_2259delCCGCTGCGGGGG",
          "hgvs_p": "p.Pro750_Gly753del",
          "transcript": "ENST00000864592.1",
          "protein_id": "ENSP00000534651.1",
          "transcript_support_level": null,
          "aa_start": 750,
          "aa_end": null,
          "aa_length": 1186,
          "cds_start": 2248,
          "cds_end": null,
          "cds_length": 3561,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000864592.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del",
          "transcript": "ENST00000864591.1",
          "protein_id": "ENSP00000534650.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000864591.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del",
          "transcript": "ENST00000864593.1",
          "protein_id": "ENSP00000534652.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1210,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 3633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000864593.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del",
          "transcript": "ENST00000963018.1",
          "protein_id": "ENSP00000633077.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1202,
          "cds_start": 2283,
          "cds_end": null,
          "cds_length": 3609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963018.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2205_2216delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg736_Gly739del",
          "transcript": "ENST00000864590.1",
          "protein_id": "ENSP00000534649.1",
          "transcript_support_level": null,
          "aa_start": 735,
          "aa_end": null,
          "aa_length": 1188,
          "cds_start": 2205,
          "cds_end": null,
          "cds_length": 3567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000864590.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1938_1949delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg647_Gly650del",
          "transcript": "NM_001321281.2",
          "protein_id": "NP_001308210.1",
          "transcript_support_level": null,
          "aa_start": 646,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 1938,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321281.2"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1761_1772delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg588_Gly591del",
          "transcript": "NM_001321283.2",
          "protein_id": "NP_001308212.1",
          "transcript_support_level": null,
          "aa_start": 587,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 1761,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321283.2"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1590_1601delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg531_Gly534del",
          "transcript": "ENST00000864589.1",
          "protein_id": "ENSP00000534648.1",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 1590,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000864589.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.1221_1232delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg408_Gly411del",
          "transcript": "NM_001321285.2",
          "protein_id": "NP_001308214.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 860,
          "cds_start": 1221,
          "cds_end": null,
          "cds_length": 2583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321285.2"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.675_686delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg226_Gly229del",
          "transcript": "NM_001321282.2",
          "protein_id": "NP_001308211.1",
          "transcript_support_level": null,
          "aa_start": 225,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 675,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321282.2"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2754_2765delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg919_Gly922del",
          "transcript": "XM_047438992.1",
          "protein_id": "XP_047294948.1",
          "transcript_support_level": null,
          "aa_start": 918,
          "aa_end": null,
          "aa_length": 1371,
          "cds_start": 2754,
          "cds_end": null,
          "cds_length": 4116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438992.1"
        },
        {
          "aa_ref": "GRCGG",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.996_1007delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg333_Gly336del",
          "transcript": "XM_047438993.1",
          "protein_id": "XP_047294949.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 996,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438993.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": 24,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "c.2211-3788_2211-3777delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "NM_001195227.2",
          "protein_id": "NP_001182156.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001195227.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.1247_1258delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000595071.5",
          "protein_id": null,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000595071.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.375_386delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000595882.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000595882.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.2380_2391delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000596338.5",
          "protein_id": null,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000596338.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1238_*1249delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000598697.5",
          "protein_id": "ENSP00000468989.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000598697.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM4",
          "gene_hgnc_id": 17993,
          "hgvs_c": "n.*1238_*1249delCCGCTGCGGGGG",
          "hgvs_p": null,
          "transcript": "ENST00000598697.5",
          "protein_id": "ENSP00000468989.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000598697.5"
        }
      ],
      "gene_symbol": "TRPM4",
      "gene_hgnc_id": 17993,
      "dbsnp": "rs113100797",
      "frequency_reference_population": 0.0071051517,
      "hom_count_reference_population": 669,
      "allele_count_reference_population": 11056,
      "gnomad_exomes_af": 0.0038408,
      "gnomad_genomes_af": 0.0372191,
      "gnomad_exomes_ac": 5392,
      "gnomad_genomes_ac": 5664,
      "gnomad_exomes_homalt": 330,
      "gnomad_genomes_homalt": 339,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 4.357,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -14,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM4,BP6_Very_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -14,
          "benign_score": 16,
          "pathogenic_score": 2,
          "criteria": [
            "PM4",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_017636.4",
          "gene_symbol": "TRPM4",
          "hgnc_id": 17993,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2283_2294delCCGCTGCGGGGG",
          "hgvs_p": "p.Arg762_Gly765del"
        }
      ],
      "clinvar_disease": "Cardiomyopathy,Cardiovascular phenotype,Progressive familial heart block type IB,Restrictive cardiomyopathy,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:3 B:3",
      "phenotype_combined": "Progressive familial heart block type IB|Cardiovascular phenotype|not specified|Restrictive cardiomyopathy;Cardiomyopathy|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "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.