← 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: 20-33412330-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4",
            "BP6",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SNTA1",
          "hgnc_id": 11167,
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_003098.3",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4",
            "BP6"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "LOC124904889",
          "hgnc_id": null,
          "hgvs_c": "n.2372G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "XR_007067567.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4",
            "BP6"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000288878",
          "hgnc_id": null,
          "hgvs_c": "n.224+2096G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000785672.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BP6,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 31,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.1169,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.3,
      "chr": "20",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Cardiovascular phenotype,Long QT syndrome",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.32732492685317993,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2211,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_003098.3",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000217381.3",
          "protein_coding": true,
          "protein_id": "NP_003089.1",
          "strand": false,
          "transcript": "NM_003098.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2211,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000217381.3",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003098.3",
          "protein_coding": true,
          "protein_id": "ENSP00000217381.2",
          "strand": false,
          "transcript": "ENST00000217381.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 546,
          "aa_ref": "R",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2251,
          "cdna_start": 1199,
          "cds_end": null,
          "cds_length": 1641,
          "cds_start": 1129,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000953204.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1129C>T",
          "hgvs_p": "p.Arg377Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623263.1",
          "strand": false,
          "transcript": "ENST00000953204.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 528,
          "aa_ref": "R",
          "aa_start": 359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2179,
          "cdna_start": 1126,
          "cds_end": null,
          "cds_length": 1587,
          "cds_start": 1075,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000953205.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1075C>T",
          "hgvs_p": "p.Arg359Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623264.1",
          "strand": false,
          "transcript": "ENST00000953205.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "R",
          "aa_start": 346,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2164,
          "cdna_start": 1108,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 1036,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953203.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1036C>T",
          "hgvs_p": "p.Arg346Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623262.1",
          "strand": false,
          "transcript": "ENST00000953203.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 512,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1685,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 1539,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880503.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550562.1",
          "strand": false,
          "transcript": "ENST00000880503.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 511,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 1536,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953201.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623260.1",
          "strand": false,
          "transcript": "ENST00000953201.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2120,
          "cdna_start": 1043,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953206.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623265.1",
          "strand": false,
          "transcript": "ENST00000953206.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2199,
          "cdna_start": 1132,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953198.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623257.1",
          "strand": false,
          "transcript": "ENST00000953198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2208,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001424413.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411342.1",
          "strand": false,
          "transcript": "NM_001424413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2332,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880497.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550556.1",
          "strand": false,
          "transcript": "ENST00000880497.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2144,
          "cdna_start": 1106,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880499.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550558.1",
          "strand": false,
          "transcript": "ENST00000880499.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001424414.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001411343.1",
          "strand": false,
          "transcript": "NM_001424414.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "R",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2071,
          "cdna_start": 1009,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880502.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.958C>T",
          "hgvs_p": "p.Arg320Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550561.1",
          "strand": false,
          "transcript": "ENST00000880502.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2071,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880500.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550559.1",
          "strand": false,
          "transcript": "ENST00000880500.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2067,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953199.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623258.1",
          "strand": false,
          "transcript": "ENST00000953199.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2080,
          "cdna_start": 1123,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880498.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550557.1",
          "strand": false,
          "transcript": "ENST00000880498.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2093,
          "cdna_start": 1143,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953197.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623256.1",
          "strand": false,
          "transcript": "ENST00000953197.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "R",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1967,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 898,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000953207.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.898C>T",
          "hgvs_p": "p.Arg300Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623266.1",
          "strand": false,
          "transcript": "ENST00000953207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "R",
          "aa_start": 274,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1970,
          "cdna_start": 908,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 820,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000880501.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.820C>T",
          "hgvs_p": "p.Arg274Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550560.1",
          "strand": false,
          "transcript": "ENST00000880501.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2240,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011529008.2",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011527310.1",
          "strand": false,
          "transcript": "XM_011529008.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "R",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2124,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 1006,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047440392.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296348.1",
          "strand": false,
          "transcript": "XM_047440392.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 396,
          "aa_ref": "R",
          "aa_start": 227,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1953,
          "cdna_start": 891,
          "cds_end": null,
          "cds_length": 1191,
          "cds_start": 679,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024451971.2",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.679C>T",
          "hgvs_p": "p.Arg227Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307739.1",
          "strand": false,
          "transcript": "XM_024451971.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2040,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000953202.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.909+245C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623261.1",
          "strand": false,
          "transcript": "ENST00000953202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000953200.1",
          "gene_hgnc_id": 11167,
          "gene_symbol": "SNTA1",
          "hgvs_c": "c.497-3442C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623259.1",
          "strand": false,
          "transcript": "ENST00000953200.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_007067567.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC124904889",
          "hgvs_c": "n.2372G>A",
          "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": "XR_007067567.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 374,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000785672.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000288878",
          "hgvs_c": "n.224+2096G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000785672.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs747104878",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000019229958,
      "gene_hgnc_id": 11167,
      "gene_symbol": "SNTA1",
      "gnomad_exomes_ac": 29,
      "gnomad_exomes_af": 0.0000198645,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131428,
      "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": "Long QT syndrome|Cardiovascular phenotype",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.683,
      "pos": 33412330,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.291,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_003098.3"
    }
  ]
}
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.