← 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: 17-68542796-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "FAM20A",
          "hgnc_id": 23015,
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "inheritance_mode": "AR",
          "pathogenic_score": 12,
          "score": 12,
          "transcript": "NM_017565.4",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 5,
          "criteria": [
            "PP3_Strong",
            "PP5_Moderate",
            "BS1_Supporting",
            "BS2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "PRKAR1A",
          "hgnc_id": 9388,
          "hgvs_c": "c.974-8288G>A",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 6,
          "score": 1,
          "transcript": "NM_001276290.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_score": 12,
      "allele_count_reference_population": 29,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.56,
      "chr": "17",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "Amelogenesis imperfecta type 1G",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.5600000023841858,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 541,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4688,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1626,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_017565.4",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000592554.2",
          "protein_coding": true,
          "protein_id": "NP_060035.2",
          "strand": false,
          "transcript": "NM_017565.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 541,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4688,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1626,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000592554.2",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017565.4",
          "protein_coding": true,
          "protein_id": "ENSP00000468308.1",
          "strand": false,
          "transcript": "ENST00000592554.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3668,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000226094.9",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.479C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000226094.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 551,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2710,
          "cdna_start": 1528,
          "cds_end": null,
          "cds_length": 1656,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000882126.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552185.1",
          "strand": false,
          "transcript": "ENST00000882126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 524,
          "aa_ref": "R",
          "aa_start": 259,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": 1493,
          "cds_end": null,
          "cds_length": 1575,
          "cds_start": 775,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882123.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.775C>T",
          "hgvs_p": "p.Arg259*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552182.1",
          "strand": false,
          "transcript": "ENST00000882123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4404,
          "cdna_start": 1534,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000913497.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583556.1",
          "strand": false,
          "transcript": "ENST00000913497.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "R",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4914,
          "cdna_start": 1753,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001243746.2",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Arg138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001230675.1",
          "strand": false,
          "transcript": "NM_001243746.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "R",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3681,
          "cdna_start": 520,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 412,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_006721959.4",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.Arg138*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006722022.1",
          "strand": false,
          "transcript": "XM_006721959.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2416,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017024781.3",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016880270.1",
          "strand": false,
          "transcript": "XM_017024781.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1945,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047436319.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047292275.1",
          "strand": false,
          "transcript": "XM_047436319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "R",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": 1527,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 826,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011524918.4",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.826C>T",
          "hgvs_p": "p.Arg276*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011523220.1",
          "strand": false,
          "transcript": "XM_011524918.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 501,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2828,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1506,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882124.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.809-631C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552183.1",
          "strand": false,
          "transcript": "ENST00000882124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882125.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.734-631C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552184.1",
          "strand": false,
          "transcript": "ENST00000882125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2370,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000958307.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "c.812+833C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000628366.1",
          "strand": false,
          "transcript": "ENST00000958307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1212,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001276290.1",
          "gene_hgnc_id": 9388,
          "gene_symbol": "PRKAR1A",
          "hgvs_c": "c.974-8288G>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001263219.1",
          "strand": true,
          "transcript": "NM_001276290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1528,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000585981.6",
          "gene_hgnc_id": 9388,
          "gene_symbol": "PRKAR1A",
          "hgvs_c": "c.974-8288G>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467311.2",
          "strand": true,
          "transcript": "ENST00000585981.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000588188.7",
          "gene_hgnc_id": 9388,
          "gene_symbol": "PRKAR1A",
          "hgvs_c": "c.974-8288G>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468106.2",
          "strand": true,
          "transcript": "ENST00000588188.7",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1301,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000711037.1",
          "gene_hgnc_id": 9388,
          "gene_symbol": "PRKAR1A",
          "hgvs_c": "c.974-8288G>A",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518555.1",
          "strand": true,
          "transcript": "ENST00000711037.1",
          "transcript_support_level": null
        },
        {
          "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": 1642,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000590074.5",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.*599C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000464910.1",
          "strand": false,
          "transcript": "ENST00000590074.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 824,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000592847.1",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.468C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000592847.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "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": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_027751.2",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.516C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_027751.2",
          "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": 2143,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_001752543.3",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.1527C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_001752543.3",
          "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": 2240,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_002958041.2",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.1527C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_002958041.2",
          "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": 1726,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_429905.3",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.1523C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_429905.3",
          "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": 2582,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_934487.4",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.1527C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_934487.4",
          "transcript_support_level": null
        },
        {
          "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": 1642,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000590074.5",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.*599C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000464910.1",
          "strand": false,
          "transcript": "ENST00000590074.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": 804,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000590873.5",
          "gene_hgnc_id": 23015,
          "gene_symbol": "FAM20A",
          "hgvs_c": "n.41+833C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000467884.1",
          "strand": false,
          "transcript": "ENST00000590873.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs387907215",
      "effect": "stop_gained",
      "frequency_reference_population": 0.000017972081,
      "gene_hgnc_id": 23015,
      "gene_symbol": "FAM20A",
      "gnomad_exomes_ac": 27,
      "gnomad_exomes_af": 0.0000184745,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131456,
      "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": "Pathogenic",
      "phenotype_combined": "Amelogenesis imperfecta type 1G",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 3.894,
      "pos": 68542796,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_score_selected": 0.20999999344348907,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.21,
      "transcript": "NM_017565.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.