← 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: 10-110885330-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 13,
          "criteria": [
            "BP4_Strong",
            "BP7",
            "BA1"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "PDCD4",
          "hgnc_id": 8763,
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -13,
          "transcript": "NM_014456.5",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP7,BA1",
      "acmg_score": -13,
      "allele_count_reference_population": 70013,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4699999988079071,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_014456.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000280154.12",
          "protein_coding": true,
          "protein_id": "NP_055271.2",
          "strand": true,
          "transcript": "NM_014456.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000280154.12",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_014456.5",
          "protein_coding": true,
          "protein_id": "ENSP00000280154.7",
          "strand": true,
          "transcript": "ENST00000280154.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "Q",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3697,
          "cdna_start": 889,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 486,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000393104.6",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.486G>A",
          "hgvs_p": "p.Gln162Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376816.2",
          "strand": true,
          "transcript": "ENST00000393104.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2257,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888009.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558068.1",
          "strand": true,
          "transcript": "ENST00000888009.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2246,
          "cdna_start": 682,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963371.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633430.1",
          "strand": true,
          "transcript": "ENST00000963371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3369,
          "cdna_start": 1827,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888008.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558067.1",
          "strand": true,
          "transcript": "ENST00000888008.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2269,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888011.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558070.1",
          "strand": true,
          "transcript": "ENST00000888011.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2294,
          "cdna_start": 753,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888012.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558071.1",
          "strand": true,
          "transcript": "ENST00000888012.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 741,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888013.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558072.1",
          "strand": true,
          "transcript": "ENST00000888013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2672,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888015.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558074.1",
          "strand": true,
          "transcript": "ENST00000888015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2269,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888016.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558075.1",
          "strand": true,
          "transcript": "ENST00000888016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": 810,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000963374.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633433.1",
          "strand": true,
          "transcript": "ENST00000963374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": "Q",
          "aa_start": 172,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2259,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": 516,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888007.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.516G>A",
          "hgvs_p": "p.Gln172Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558066.1",
          "strand": true,
          "transcript": "ENST00000888007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "Q",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2203,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 510,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888010.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.510G>A",
          "hgvs_p": "p.Gln170Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558069.1",
          "strand": true,
          "transcript": "ENST00000888010.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "Q",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3565,
          "cdna_start": 756,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 486,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_145341.4",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.486G>A",
          "hgvs_p": "p.Gln162Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_663314.1",
          "strand": true,
          "transcript": "NM_145341.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3439,
          "cdna_start": 630,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001199492.2",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186421.1",
          "strand": true,
          "transcript": "NM_001199492.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2230,
          "cdna_start": 679,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888014.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558073.1",
          "strand": true,
          "transcript": "ENST00000888014.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2029,
          "cdna_start": 679,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000919434.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589493.1",
          "strand": true,
          "transcript": "ENST00000919434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2240,
          "cdna_start": 700,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000919435.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589494.1",
          "strand": true,
          "transcript": "ENST00000919435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2447,
          "cdna_start": 1076,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963377.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633436.1",
          "strand": true,
          "transcript": "ENST00000963377.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "Q",
          "aa_start": 156,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2160,
          "cdna_start": 618,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 468,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963375.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.468G>A",
          "hgvs_p": "p.Gln156Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633434.1",
          "strand": true,
          "transcript": "ENST00000963375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 398,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2406,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 1197,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000888006.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558065.1",
          "strand": true,
          "transcript": "ENST00000888006.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "Q",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1972,
          "cdna_start": 656,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 519,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000963376.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.519G>A",
          "hgvs_p": "p.Gln173Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633435.1",
          "strand": true,
          "transcript": "ENST00000963376.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": "Q",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 819,
          "cdna_start": 603,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": 477,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000444997.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.477G>A",
          "hgvs_p": "p.Gln159Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000394668.1",
          "strand": true,
          "transcript": "ENST00000444997.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 431,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1296,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000963372.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.441+2233G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633431.1",
          "strand": true,
          "transcript": "ENST00000963372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1877,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000963373.1",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "c.441+2233G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000633432.1",
          "strand": true,
          "transcript": "ENST00000963373.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": 789,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000462577.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "n.78G>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": "ENST00000462577.5",
          "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": 735,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000467574.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "n.602G>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": "ENST00000467574.5",
          "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": 1120,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000481353.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "n.560G>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": "ENST00000481353.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": 774,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000483670.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "n.765G>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": "ENST00000483670.5",
          "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": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000492932.5",
          "gene_hgnc_id": 8763,
          "gene_symbol": "PDCD4",
          "hgvs_c": "n.643G>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": "ENST00000492932.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs34104444",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.044071473,
      "gene_hgnc_id": 8763,
      "gene_symbol": "PDCD4",
      "gnomad_exomes_ac": 61212,
      "gnomad_exomes_af": 0.0426127,
      "gnomad_exomes_homalt": 1534,
      "gnomad_genomes_ac": 8801,
      "gnomad_genomes_af": 0.0578442,
      "gnomad_genomes_homalt": 329,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1863,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.158,
      "pos": 110885330,
      "ref": "G",
      "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_014456.5"
    }
  ]
}
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.