← 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: 16-56913277-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS1_Very_Strong",
            "PM2",
            "PM5",
            "PP2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SLC12A3",
          "hgnc_id": 10912,
          "hgvs_c": "c.2965G>C",
          "hgvs_p": "p.Gly989Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 14,
          "score": 14,
          "transcript": "NM_000339.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS1_Very_Strong,PM2,PM5,PP2,PP3",
      "acmg_score": 14,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.7543,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.24,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8283809423446655,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1021,
          "aa_ref": "G",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5540,
          "cdna_start": 2967,
          "cds_end": null,
          "cds_length": 3066,
          "cds_start": 2938,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001126108.2",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2938G>C",
          "hgvs_p": "p.Gly980Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000563236.6",
          "protein_coding": true,
          "protein_id": "NP_001119580.2",
          "strand": true,
          "transcript": "NM_001126108.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1021,
          "aa_ref": "G",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5540,
          "cdna_start": 2967,
          "cds_end": null,
          "cds_length": 3066,
          "cds_start": 2938,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000563236.6",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2938G>C",
          "hgvs_p": "p.Gly980Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001126108.2",
          "protein_coding": true,
          "protein_id": "ENSP00000456149.2",
          "strand": true,
          "transcript": "ENST00000563236.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1030,
          "aa_ref": "G",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5567,
          "cdna_start": 2994,
          "cds_end": null,
          "cds_length": 3093,
          "cds_start": 2965,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000438926.6",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2965G>C",
          "hgvs_p": "p.Gly989Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000402152.2",
          "strand": true,
          "transcript": "ENST00000438926.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1029,
          "aa_ref": "G",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3119,
          "cdna_start": 2991,
          "cds_end": null,
          "cds_length": 3090,
          "cds_start": 2962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000566786.5",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2962G>C",
          "hgvs_p": "p.Gly988Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457552.1",
          "strand": true,
          "transcript": "ENST00000566786.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "G",
          "aa_start": 1043,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3434,
          "cdna_start": 3156,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 3127,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000898227.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.3127G>C",
          "hgvs_p": "p.Gly1043Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568286.1",
          "strand": true,
          "transcript": "ENST00000898227.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": "G",
          "aa_start": 1018,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5652,
          "cdna_start": 3079,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": 3052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898208.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.3052G>C",
          "hgvs_p": "p.Gly1018Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568267.1",
          "strand": true,
          "transcript": "ENST00000898208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "G",
          "aa_start": 1015,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5645,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 3043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898207.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.3043G>C",
          "hgvs_p": "p.Gly1015Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568266.1",
          "strand": true,
          "transcript": "ENST00000898207.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1055,
          "aa_ref": "G",
          "aa_start": 1014,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 3068,
          "cds_end": null,
          "cds_length": 3168,
          "cds_start": 3040,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898218.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.3040G>C",
          "hgvs_p": "p.Gly1014Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568277.1",
          "strand": true,
          "transcript": "ENST00000898218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1030,
          "aa_ref": "G",
          "aa_start": 989,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5567,
          "cdna_start": 2994,
          "cds_end": null,
          "cds_length": 3093,
          "cds_start": 2965,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_000339.3",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2965G>C",
          "hgvs_p": "p.Gly989Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000330.3",
          "strand": true,
          "transcript": "NM_000339.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1029,
          "aa_ref": "G",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5564,
          "cdna_start": 2991,
          "cds_end": null,
          "cds_length": 3090,
          "cds_start": 2962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001126107.2",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2962G>C",
          "hgvs_p": "p.Gly988Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001119579.2",
          "strand": true,
          "transcript": "NM_001126107.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1026,
          "aa_ref": "G",
          "aa_start": 985,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": 2980,
          "cds_end": null,
          "cds_length": 3081,
          "cds_start": 2953,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898221.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2953G>C",
          "hgvs_p": "p.Gly985Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568280.1",
          "strand": true,
          "transcript": "ENST00000898221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1020,
          "aa_ref": "G",
          "aa_start": 979,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5537,
          "cdna_start": 2964,
          "cds_end": null,
          "cds_length": 3063,
          "cds_start": 2935,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001410896.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2935G>C",
          "hgvs_p": "p.Gly979Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397825.1",
          "strand": true,
          "transcript": "NM_001410896.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1020,
          "aa_ref": "G",
          "aa_start": 979,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4208,
          "cdna_start": 2960,
          "cds_end": null,
          "cds_length": 3063,
          "cds_start": 2935,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000262502.5",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2935G>C",
          "hgvs_p": "p.Gly979Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000262502.5",
          "strand": true,
          "transcript": "ENST00000262502.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1016,
          "aa_ref": "G",
          "aa_start": 975,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4196,
          "cdna_start": 2947,
          "cds_end": null,
          "cds_length": 3051,
          "cds_start": 2923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898220.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2923G>C",
          "hgvs_p": "p.Gly975Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568279.1",
          "strand": true,
          "transcript": "ENST00000898220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 1003,
          "aa_ref": "G",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 2911,
          "cds_end": null,
          "cds_length": 3012,
          "cds_start": 2884,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898226.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2884G>C",
          "hgvs_p": "p.Gly962Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568285.1",
          "strand": true,
          "transcript": "ENST00000898226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 997,
          "aa_ref": "G",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4140,
          "cdna_start": 2895,
          "cds_end": null,
          "cds_length": 2994,
          "cds_start": 2866,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898219.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2866G>C",
          "hgvs_p": "p.Gly956Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568278.1",
          "strand": true,
          "transcript": "ENST00000898219.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 996,
          "aa_ref": "G",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4139,
          "cdna_start": 2890,
          "cds_end": null,
          "cds_length": 2991,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898215.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2863G>C",
          "hgvs_p": "p.Gly955Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568274.1",
          "strand": true,
          "transcript": "ENST00000898215.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 995,
          "aa_ref": "G",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4136,
          "cdna_start": 2887,
          "cds_end": null,
          "cds_length": 2988,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000898213.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2860G>C",
          "hgvs_p": "p.Gly954Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568272.1",
          "strand": true,
          "transcript": "ENST00000898213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "G",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4118,
          "cdna_start": 2869,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898214.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2842G>C",
          "hgvs_p": "p.Gly948Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568273.1",
          "strand": true,
          "transcript": "ENST00000898214.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 988,
          "aa_ref": "G",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4115,
          "cdna_start": 2866,
          "cds_end": null,
          "cds_length": 2967,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898217.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2839G>C",
          "hgvs_p": "p.Gly947Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568276.1",
          "strand": true,
          "transcript": "ENST00000898217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 987,
          "aa_ref": "G",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5398,
          "cdna_start": 2863,
          "cds_end": null,
          "cds_length": 2964,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898210.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2836G>C",
          "hgvs_p": "p.Gly946Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568269.1",
          "strand": true,
          "transcript": "ENST00000898210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 986,
          "aa_ref": "G",
          "aa_start": 945,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4100,
          "cdna_start": 2860,
          "cds_end": null,
          "cds_length": 2961,
          "cds_start": 2833,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898224.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2833G>C",
          "hgvs_p": "p.Gly945Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568283.1",
          "strand": true,
          "transcript": "ENST00000898224.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 985,
          "aa_ref": "G",
          "aa_start": 944,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5421,
          "cdna_start": 2858,
          "cds_end": null,
          "cds_length": 2958,
          "cds_start": 2830,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898209.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2830G>C",
          "hgvs_p": "p.Gly944Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568268.1",
          "strand": true,
          "transcript": "ENST00000898209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 969,
          "aa_ref": "G",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 2809,
          "cds_end": null,
          "cds_length": 2910,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898222.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2782G>C",
          "hgvs_p": "p.Gly928Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568281.1",
          "strand": true,
          "transcript": "ENST00000898222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": "G",
          "aa_start": 927,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4055,
          "cdna_start": 2806,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": 2779,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000898216.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2779G>C",
          "hgvs_p": "p.Gly927Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568275.1",
          "strand": true,
          "transcript": "ENST00000898216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 949,
          "aa_ref": "G",
          "aa_start": 908,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3987,
          "cdna_start": 2749,
          "cds_end": null,
          "cds_length": 2850,
          "cds_start": 2722,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000898225.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2722G>C",
          "hgvs_p": "p.Gly908Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568284.1",
          "strand": true,
          "transcript": "ENST00000898225.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 948,
          "aa_ref": "G",
          "aa_start": 907,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3991,
          "cdna_start": 2746,
          "cds_end": null,
          "cds_length": 2847,
          "cds_start": 2719,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000898223.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2719G>C",
          "hgvs_p": "p.Gly907Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568282.1",
          "strand": true,
          "transcript": "ENST00000898223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 939,
          "aa_ref": "G",
          "aa_start": 898,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3969,
          "cdna_start": 2720,
          "cds_end": null,
          "cds_length": 2820,
          "cds_start": 2692,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000898212.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2692G>C",
          "hgvs_p": "p.Gly898Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568271.1",
          "strand": true,
          "transcript": "ENST00000898212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 716,
          "aa_ref": "G",
          "aa_start": 675,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4286,
          "cdna_start": 2051,
          "cds_end": null,
          "cds_length": 2151,
          "cds_start": 2023,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000898211.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "c.2023G>C",
          "hgvs_p": "p.Gly675Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568270.1",
          "strand": true,
          "transcript": "ENST00000898211.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": 787,
          "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": "ENST00000563352.1",
          "gene_hgnc_id": 10912,
          "gene_symbol": "SLC12A3",
          "hgvs_c": "n.86G>C",
          "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": "ENST00000563352.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 10912,
      "gene_symbol": "SLC12A3",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.79,
      "pos": 56913277,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.653,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000339.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.