← 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-49196760-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TRPM4",
          "hgnc_id": 17993,
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_017636.4",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 17,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0991,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.37,
      "chr": "19",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Cardiovascular phenotype,Progressive familial heart block type IB",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.10277041792869568,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1214,
          "aa_ref": "G",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4058,
          "cdna_start": 2606,
          "cds_end": null,
          "cds_length": 3645,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_017636.4",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000252826.10",
          "protein_coding": true,
          "protein_id": "NP_060106.2",
          "strand": true,
          "transcript": "NM_017636.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1214,
          "aa_ref": "G",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4058,
          "cdna_start": 2606,
          "cds_end": null,
          "cds_length": 3645,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000252826.10",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017636.4",
          "protein_coding": true,
          "protein_id": "ENSP00000252826.4",
          "strand": true,
          "transcript": "ENST00000252826.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1069,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3210,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000427978.6",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2211-3540G>T",
          "hgvs_p": null,
          "intron_rank": 16,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000407492.1",
          "strand": true,
          "transcript": "ENST00000427978.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000595519.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1941G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000469893.1",
          "strand": true,
          "transcript": "ENST00000595519.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3695,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000598502.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1644G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000470229.1",
          "strand": true,
          "transcript": "ENST00000598502.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000595519.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1941G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000469893.1",
          "strand": true,
          "transcript": "ENST00000595519.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3695,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000598502.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1644G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000470229.1",
          "strand": true,
          "transcript": "ENST00000598502.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "G",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4046,
          "cdna_start": 2609,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000864591.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534650.1",
          "strand": true,
          "transcript": "ENST00000864591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1210,
          "aa_ref": "G",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4009,
          "cdna_start": 2571,
          "cds_end": null,
          "cds_length": 3633,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000864593.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534652.1",
          "strand": true,
          "transcript": "ENST00000864593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1202,
          "aa_ref": "G",
          "aa_start": 844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4019,
          "cdna_start": 2607,
          "cds_end": null,
          "cds_length": 3609,
          "cds_start": 2531,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000963018.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2531G>T",
          "hgvs_p": "p.Gly844Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633077.1",
          "strand": true,
          "transcript": "ENST00000963018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1188,
          "aa_ref": "G",
          "aa_start": 818,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4001,
          "cdna_start": 2549,
          "cds_end": null,
          "cds_length": 3567,
          "cds_start": 2453,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000864590.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2453G>T",
          "hgvs_p": "p.Gly818Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534649.1",
          "strand": true,
          "transcript": "ENST00000864590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": "G",
          "aa_start": 729,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3713,
          "cdna_start": 2261,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": 2186,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001321281.2",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2186G>T",
          "hgvs_p": "p.Gly729Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308210.1",
          "strand": true,
          "transcript": "NM_001321281.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "G",
          "aa_start": 670,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3702,
          "cdna_start": 2250,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 2009,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001321283.2",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2009G>T",
          "hgvs_p": "p.Gly670Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308212.1",
          "strand": true,
          "transcript": "NM_001321283.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 983,
          "aa_ref": "G",
          "aa_start": 613,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3386,
          "cdna_start": 1934,
          "cds_end": null,
          "cds_length": 2952,
          "cds_start": 1838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000864589.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.1838G>T",
          "hgvs_p": "p.Gly613Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534648.1",
          "strand": true,
          "transcript": "ENST00000864589.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": "G",
          "aa_start": 490,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3325,
          "cdna_start": 1873,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": 1469,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001321285.2",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Gly490Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308214.1",
          "strand": true,
          "transcript": "NM_001321285.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 678,
          "aa_ref": "G",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": 2370,
          "cds_end": null,
          "cds_length": 2037,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001321282.2",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.923G>T",
          "hgvs_p": "p.Gly308Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308211.1",
          "strand": true,
          "transcript": "NM_001321282.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 1371,
          "aa_ref": "G",
          "aa_start": 1001,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5411,
          "cdna_start": 3959,
          "cds_end": null,
          "cds_length": 4116,
          "cds_start": 3002,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047438992.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.3002G>T",
          "hgvs_p": "p.Gly1001Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294948.1",
          "strand": true,
          "transcript": "XM_047438992.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 785,
          "aa_ref": "G",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2816,
          "cdna_start": 1364,
          "cds_end": null,
          "cds_length": 2358,
          "cds_start": 1244,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047438993.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.1244G>T",
          "hgvs_p": "p.Gly415Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294949.1",
          "strand": true,
          "transcript": "XM_047438993.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "G",
          "aa_start": 832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3951,
          "cdna_start": 2554,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 2496,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 25,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000864592.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2496G>T",
          "hgvs_p": "p.Gly832Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534651.1",
          "strand": true,
          "transcript": "ENST00000864592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1069,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3623,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3210,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001195227.2",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "c.2211-3540G>T",
          "hgvs_p": null,
          "intron_rank": 16,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001182156.1",
          "strand": true,
          "transcript": "NM_001195227.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2947,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000595071.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.1495G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000595071.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000596338.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.2628G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000596338.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3349,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000598697.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1486G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000468989.1",
          "strand": true,
          "transcript": "ENST00000598697.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3349,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 20,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000598697.5",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*1486G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000468989.1",
          "strand": true,
          "transcript": "ENST00000598697.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000595882.1",
          "gene_hgnc_id": 17993,
          "gene_symbol": "TRPM4",
          "hgvs_c": "n.*44G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000595882.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs200038418",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000010959964,
      "gene_hgnc_id": 17993,
      "gene_symbol": "TRPM4",
      "gnomad_exomes_ac": 15,
      "gnomad_exomes_af": 0.0000107227,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131404,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "Progressive familial heart block type IB|Cardiovascular phenotype",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.108,
      "pos": 49196760,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.085,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_017636.4"
    }
  ]
}
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.