← 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-2111567-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "PKD1",
          "hgnc_id": 9008,
          "hgvs_c": "c.3600G>C",
          "hgvs_p": "p.Ala1200Ala",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_001009944.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.71,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.7099999785423279,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4303,
          "aa_ref": "A",
          "aa_start": 1200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14140,
          "cdna_start": 3809,
          "cds_end": null,
          "cds_length": 12912,
          "cds_start": 3600,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 46,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001009944.3",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3600G>C",
          "hgvs_p": "p.Ala1200Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000262304.9",
          "protein_coding": true,
          "protein_id": "NP_001009944.3",
          "strand": false,
          "transcript": "NM_001009944.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4303,
          "aa_ref": "A",
          "aa_start": 1200,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 14140,
          "cdna_start": 3809,
          "cds_end": null,
          "cds_length": 12912,
          "cds_start": 3600,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 46,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000262304.9",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3600G>C",
          "hgvs_p": "p.Ala1200Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001009944.3",
          "protein_coding": true,
          "protein_id": "ENSP00000262304.4",
          "strand": false,
          "transcript": "ENST00000262304.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4302,
          "aa_ref": "A",
          "aa_start": 1200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14135,
          "cdna_start": 3809,
          "cds_end": null,
          "cds_length": 12909,
          "cds_start": 3600,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 46,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000423118.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3600G>C",
          "hgvs_p": "p.Ala1200Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399501.1",
          "strand": false,
          "transcript": "ENST00000423118.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4302,
          "aa_ref": "A",
          "aa_start": 1200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14137,
          "cdna_start": 3809,
          "cds_end": null,
          "cds_length": 12909,
          "cds_start": 3600,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 46,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_000296.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3600G>C",
          "hgvs_p": "p.Ala1200Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000287.4",
          "strand": false,
          "transcript": "NM_000296.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4348,
          "aa_ref": "A",
          "aa_start": 1245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14275,
          "cdna_start": 3944,
          "cds_end": null,
          "cds_length": 13047,
          "cds_start": 3735,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 48,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047434208.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3735G>C",
          "hgvs_p": "p.Ala1245Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290164.1",
          "strand": false,
          "transcript": "XM_047434208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4324,
          "aa_ref": "A",
          "aa_start": 1221,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14203,
          "cdna_start": 3872,
          "cds_end": null,
          "cds_length": 12975,
          "cds_start": 3663,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 47,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047434209.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3663G>C",
          "hgvs_p": "p.Ala1221Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290165.1",
          "strand": false,
          "transcript": "XM_047434209.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4321,
          "aa_ref": "A",
          "aa_start": 1218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14174,
          "cdna_start": 3843,
          "cds_end": null,
          "cds_length": 12966,
          "cds_start": 3654,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 47,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011522528.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3654G>C",
          "hgvs_p": "p.Ala1218Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520830.1",
          "strand": false,
          "transcript": "XM_011522528.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4320,
          "aa_ref": "A",
          "aa_start": 1218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14171,
          "cdna_start": 3843,
          "cds_end": null,
          "cds_length": 12963,
          "cds_start": 3654,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 47,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011522529.3",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3654G>C",
          "hgvs_p": "p.Ala1218Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520831.1",
          "strand": false,
          "transcript": "XM_011522529.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4297,
          "aa_ref": "A",
          "aa_start": 1194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15171,
          "cdna_start": 4840,
          "cds_end": null,
          "cds_length": 12894,
          "cds_start": 3582,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 48,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047434210.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3582G>C",
          "hgvs_p": "p.Ala1194Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290166.1",
          "strand": false,
          "transcript": "XM_047434210.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 4278,
          "aa_ref": "A",
          "aa_start": 1175,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14075,
          "cdna_start": 3744,
          "cds_end": null,
          "cds_length": 12837,
          "cds_start": 3525,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 48,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047434211.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.3525G>C",
          "hgvs_p": "p.Ala1175Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290167.1",
          "strand": false,
          "transcript": "XM_047434211.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 3668,
          "aa_ref": "A",
          "aa_start": 565,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12127,
          "cdna_start": 1796,
          "cds_end": null,
          "cds_length": 11007,
          "cds_start": 1695,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 39,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047434212.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.1695G>C",
          "hgvs_p": "p.Ala565Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290168.1",
          "strand": false,
          "transcript": "XM_047434212.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 3329,
          "aa_ref": "A",
          "aa_start": 226,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11098,
          "cdna_start": 767,
          "cds_end": null,
          "cds_length": 9990,
          "cds_start": 678,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011522537.2",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.678G>C",
          "hgvs_p": "p.Ala226Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011520839.1",
          "strand": false,
          "transcript": "XM_011522537.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 3327,
          "aa_ref": "A",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11092,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 9984,
          "cds_start": 672,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 36,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047434213.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.672G>C",
          "hgvs_p": "p.Ala224Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290169.1",
          "strand": false,
          "transcript": "XM_047434213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 3288,
          "aa_ref": "A",
          "aa_start": 185,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11058,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 9867,
          "cds_start": 555,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 35,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_005255370.4",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.555G>C",
          "hgvs_p": "p.Ala185Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255427.1",
          "strand": false,
          "transcript": "XM_005255370.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000488185.2",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.471-3209G>C",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456672.1",
          "strand": false,
          "transcript": "ENST00000488185.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 153,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 463,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000483024.1",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "c.231+249G>C",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456670.1",
          "strand": false,
          "transcript": "ENST00000483024.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000469241.2",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.550G>C",
          "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": "ENST00000469241.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3386,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000415938.7",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.310+773G>C",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000415938.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 490,
          "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": "ENST00000468674.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.430+773G>C",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000468674.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4193,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000483731.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.790+773G>C",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000483731.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1976,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000565639.6",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.773+773G>C",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000565639.6",
          "transcript_support_level": 5
        },
        {
          "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": 2545,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000568591.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.*1623+773G>C",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000457162.1",
          "strand": false,
          "transcript": "ENST00000568591.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 722,
          "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": "ENST00000569983.5",
          "gene_hgnc_id": 9008,
          "gene_symbol": "PKD1",
          "hgvs_c": "n.421+773G>C",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000569983.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs372882189",
      "effect": "synonymous_variant",
      "frequency_reference_population": 7.0067364e-7,
      "gene_hgnc_id": 9008,
      "gene_symbol": "PKD1",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 7.00674e-7,
      "gnomad_exomes_homalt": 0,
      "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": "Benign",
      "phylop100way_score": -1.076,
      "pos": 2111567,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001009944.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.