← 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: 15-75044485-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "gene_symbol": "PPCDC",
          "hgnc_id": 28107,
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001301104.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 128,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2605,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "15",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.25398755073547363,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1149,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000563393.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457490.1",
          "strand": true,
          "transcript": "ENST00000563393.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2215,
          "cdna_start": 440,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_021823.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000342932.8",
          "protein_coding": true,
          "protein_id": "NP_068595.3",
          "strand": true,
          "transcript": "NM_021823.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2215,
          "cdna_start": 440,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000342932.8",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_021823.5",
          "protein_coding": true,
          "protein_id": "ENSP00000343190.3",
          "strand": true,
          "transcript": "ENST00000342932.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1149,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000563393.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457490.1",
          "strand": true,
          "transcript": "ENST00000563393.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2126,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001301104.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288033.1",
          "strand": true,
          "transcript": "NM_001301104.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2030,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001301105.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288034.1",
          "strand": true,
          "transcript": "NM_001301105.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 63,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 464,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 193,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000569562.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455499.1",
          "strand": true,
          "transcript": "ENST00000569562.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2190,
          "cdna_start": 417,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000889947.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560006.1",
          "strand": true,
          "transcript": "ENST00000889947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1403,
          "cdna_start": 614,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000889948.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000560007.1",
          "strand": true,
          "transcript": "ENST00000889948.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1259,
          "cdna_start": 472,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000928390.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598449.1",
          "strand": true,
          "transcript": "ENST00000928390.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 204,
          "aa_ref": "V",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1245,
          "cdna_start": 458,
          "cds_end": null,
          "cds_length": 615,
          "cds_start": 331,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000943486.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.331G>A",
          "hgvs_p": "p.Val111Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613545.1",
          "strand": true,
          "transcript": "ENST00000943486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 172,
          "aa_ref": "V",
          "aa_start": 79,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2119,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 519,
          "cds_start": 235,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001301102.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.235G>A",
          "hgvs_p": "p.Val79Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288031.1",
          "strand": true,
          "transcript": "NM_001301102.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 172,
          "aa_ref": "V",
          "aa_start": 79,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 892,
          "cdna_start": 305,
          "cds_end": null,
          "cds_length": 519,
          "cds_start": 235,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000567336.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.235G>A",
          "hgvs_p": "p.Val79Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456353.1",
          "strand": true,
          "transcript": "ENST00000567336.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2126,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001301104.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288033.1",
          "strand": true,
          "transcript": "NM_001301104.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 81,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2030,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 246,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001301105.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288034.1",
          "strand": true,
          "transcript": "NM_001301105.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 63,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 464,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 193,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000569562.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.-39G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455499.1",
          "strand": true,
          "transcript": "ENST00000569562.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 161,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2086,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 486,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001301101.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.231+949G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288030.1",
          "strand": true,
          "transcript": "NM_001301101.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 161,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 926,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 486,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000568649.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.231+949G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455691.1",
          "strand": true,
          "transcript": "ENST00000568649.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1990,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001301103.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.136-4068G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001288032.1",
          "strand": true,
          "transcript": "NM_001301103.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000564923.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.136-4068G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456665.1",
          "strand": true,
          "transcript": "ENST00000564923.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 961,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000928391.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.136-4068G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598450.1",
          "strand": true,
          "transcript": "ENST00000928391.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1131,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000928392.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.136-4068G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598451.1",
          "strand": true,
          "transcript": "ENST00000928392.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 129,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1076,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 390,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000928393.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "c.136-4068G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598452.1",
          "strand": true,
          "transcript": "ENST00000928393.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 489,
          "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": "ENST00000564953.1",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "n.351G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000564953.1",
          "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": 1127,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000568207.5",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "n.444G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000568207.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": 2008,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_125369.2",
          "gene_hgnc_id": 28107,
          "gene_symbol": "PPCDC",
          "hgvs_c": "n.233G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_125369.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs751947895",
      "effect": "5_prime_UTR_premature_start_codon_gain_variant",
      "frequency_reference_population": 0.00007930342,
      "gene_hgnc_id": 28107,
      "gene_symbol": "PPCDC",
      "gnomad_exomes_ac": 125,
      "gnomad_exomes_af": 0.00008551,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197062,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.715,
      "pos": 75044485,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.122,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001301104.2"
    }
  ]
}
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.