← 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: 9-136364320-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 7,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "CARD9",
          "hgnc_id": 16391,
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -5,
          "transcript": "NM_052813.5",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000289701",
          "hgnc_id": null,
          "hgvs_c": "n.*1221C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "ENST00000696169.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000300558",
          "hgnc_id": null,
          "hgvs_c": "n.84+868G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "ENST00000772719.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "LOC124902309",
          "hgnc_id": null,
          "hgvs_c": "n.84+868G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "XR_007061863.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
      "acmg_score": -5,
      "allele_count_reference_population": 61,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.75,
      "chr": "9",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "Predisposition to invasive fungal disease due to CARD9 deficiency",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.75,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": 1747,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_052813.5",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000371732.10",
          "protein_coding": true,
          "protein_id": "NP_434700.2",
          "strand": false,
          "transcript": "NM_052813.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": 1747,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000371732.10",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_052813.5",
          "protein_coding": true,
          "protein_id": "ENSP00000360797.5",
          "strand": false,
          "transcript": "ENST00000371732.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4059,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000696169.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289701",
          "hgvs_c": "n.*1221C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512460.1",
          "strand": false,
          "transcript": "ENST00000696169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4059,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000696169.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289701",
          "hgvs_c": "n.*1221C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512460.1",
          "strand": false,
          "transcript": "ENST00000696169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2115,
          "cdna_start": 1751,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892159.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562218.1",
          "strand": false,
          "transcript": "ENST00000892159.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2071,
          "cdna_start": 1707,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892162.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562221.1",
          "strand": false,
          "transcript": "ENST00000892162.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2807,
          "cdna_start": 2443,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000892163.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562222.1",
          "strand": false,
          "transcript": "ENST00000892163.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "T",
          "aa_start": 531,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2312,
          "cdna_start": 1949,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1593,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000967104.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1593C>T",
          "hgvs_p": "p.Thr531Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637163.1",
          "strand": false,
          "transcript": "ENST00000967104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "T",
          "aa_start": 528,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2079,
          "cdna_start": 1715,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 1584,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892160.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1584C>T",
          "hgvs_p": "p.Thr528Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562219.1",
          "strand": false,
          "transcript": "ENST00000892160.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 531,
          "aa_ref": "T",
          "aa_start": 526,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": 1746,
          "cds_end": null,
          "cds_length": 1596,
          "cds_start": 1578,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892158.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1578C>T",
          "hgvs_p": "p.Thr526Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562217.1",
          "strand": false,
          "transcript": "ENST00000892158.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 530,
          "aa_ref": "T",
          "aa_start": 525,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2064,
          "cdna_start": 1700,
          "cds_end": null,
          "cds_length": 1593,
          "cds_start": 1575,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892161.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1575C>T",
          "hgvs_p": "p.Thr525Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562220.1",
          "strand": false,
          "transcript": "ENST00000892161.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "T",
          "aa_start": 492,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2008,
          "cdna_start": 1644,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 1476,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000892157.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1476C>T",
          "hgvs_p": "p.Thr492Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562216.1",
          "strand": false,
          "transcript": "ENST00000892157.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "T",
          "aa_start": 492,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2313,
          "cdna_start": 1949,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 1476,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000892164.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1476C>T",
          "hgvs_p": "p.Thr492Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562223.1",
          "strand": false,
          "transcript": "ENST00000892164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1802,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_052814.4",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1442-158C>T",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_434701.1",
          "strand": false,
          "transcript": "NM_052814.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1814,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000371734.7",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "c.1442-158C>T",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360799.3",
          "strand": false,
          "transcript": "ENST00000371734.7",
          "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": 1061,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000460290.5",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.697C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000460290.5",
          "transcript_support_level": 3
        },
        {
          "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": 4574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000485975.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.4211C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000485975.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1912,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000489932.2",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.*640C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000451368.1",
          "strand": false,
          "transcript": "ENST00000489932.2",
          "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": 2532,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000695905.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.2185C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000695905.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": 2649,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000695906.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.2302C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000695906.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": 743,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000695907.1",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.415C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000695907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1912,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000489932.2",
          "gene_hgnc_id": 16391,
          "gene_symbol": "CARD9",
          "hgvs_c": "n.*640C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000451368.1",
          "strand": false,
          "transcript": "ENST00000489932.2",
          "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": 1396,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000772719.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000300558",
          "hgvs_c": "n.84+868G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000772719.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": 1407,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000772720.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000300558",
          "hgvs_c": "n.137+868G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000772720.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": 1758,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007061863.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC124902309",
          "hgvs_c": "n.84+868G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007061863.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs754121945",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.000039060298,
      "gene_hgnc_id": 16391,
      "gene_symbol": "CARD9",
      "gnomad_exomes_ac": 58,
      "gnomad_exomes_af": 0.00004115,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197096,
      "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": "Likely benign",
      "phenotype_combined": "Predisposition to invasive fungal disease due to CARD9 deficiency",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -3.241,
      "pos": 136364320,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_052813.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.