← 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: 3-10096339-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 3,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FANCD2",
          "hgnc_id": 3585,
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -1,
          "transcript": "NM_033084.6",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 3,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP6"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "FANCD2OS",
          "hgnc_id": 28623,
          "hgvs_c": "c.*43+7859G>A",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -1,
          "transcript": "NM_173472.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP6",
      "acmg_score": -1,
      "allele_count_reference_population": 114,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0623,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.57,
      "chr": "3",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Fanconi anemia,Fanconi anemia complementation group D2,not provided",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:3 LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.12312939763069153,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1451,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5096,
          "cdna_start": 4122,
          "cds_end": null,
          "cds_length": 4356,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "NM_001018115.3",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000675286.1",
          "protein_coding": true,
          "protein_id": "NP_001018125.1",
          "strand": true,
          "transcript": "NM_001018115.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1451,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5096,
          "cdna_start": 4122,
          "cds_end": null,
          "cds_length": 4356,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000675286.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001018115.3",
          "protein_coding": true,
          "protein_id": "ENSP00000502379.1",
          "strand": true,
          "transcript": "ENST00000675286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1471,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5219,
          "cdna_start": 4145,
          "cds_end": null,
          "cds_length": 4416,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000287647.7",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000287647.3",
          "strand": true,
          "transcript": "ENST00000287647.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1451,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5185,
          "cdna_start": 4213,
          "cds_end": null,
          "cds_length": 4356,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000419585.5",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000398754.1",
          "strand": true,
          "transcript": "ENST00000419585.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1014,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000524279.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "c.*43+7859G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429663.1",
          "strand": false,
          "transcript": "ENST00000524279.1",
          "transcript_support_level": 1
        },
        {
          "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": 3425,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000421731.5",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.*208C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000389936.1",
          "strand": true,
          "transcript": "ENST00000421731.5",
          "transcript_support_level": 1
        },
        {
          "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": 3425,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000421731.5",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.*208C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000389936.1",
          "strand": true,
          "transcript": "ENST00000421731.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1475,
          "aa_ref": "T",
          "aa_start": 1375,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5162,
          "cdna_start": 4194,
          "cds_end": null,
          "cds_length": 4428,
          "cds_start": 4124,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915105.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4124C>T",
          "hgvs_p": "p.Thr1375Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585164.1",
          "strand": true,
          "transcript": "ENST00000915105.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1471,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4879,
          "cdna_start": 4122,
          "cds_end": null,
          "cds_length": 4416,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "NM_033084.6",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_149075.2",
          "strand": true,
          "transcript": "NM_033084.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1458,
          "aa_ref": "T",
          "aa_start": 1338,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4840,
          "cdna_start": 4083,
          "cds_end": null,
          "cds_length": 4377,
          "cds_start": 4013,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "NM_001374254.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4013C>T",
          "hgvs_p": "p.Thr1338Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361183.1",
          "strand": true,
          "transcript": "NM_001374254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1451,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5249,
          "cdna_start": 4275,
          "cds_end": null,
          "cds_length": 4356,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "NM_001319984.2",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001306913.1",
          "strand": true,
          "transcript": "NM_001319984.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1451,
          "aa_ref": "T",
          "aa_start": 1351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5101,
          "cdna_start": 4129,
          "cds_end": null,
          "cds_length": 4356,
          "cds_start": 4052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915101.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4052C>T",
          "hgvs_p": "p.Thr1351Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585160.1",
          "strand": true,
          "transcript": "ENST00000915101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1450,
          "aa_ref": "T",
          "aa_start": 1350,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5114,
          "cdna_start": 4139,
          "cds_end": null,
          "cds_length": 4353,
          "cds_start": 4049,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915096.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4049C>T",
          "hgvs_p": "p.Thr1350Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585155.1",
          "strand": true,
          "transcript": "ENST00000915096.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1448,
          "aa_ref": "T",
          "aa_start": 1348,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4430,
          "cdna_start": 4103,
          "cds_end": null,
          "cds_length": 4347,
          "cds_start": 4043,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915113.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4043C>T",
          "hgvs_p": "p.Thr1348Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585172.1",
          "strand": true,
          "transcript": "ENST00000915113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1439,
          "aa_ref": "T",
          "aa_start": 1339,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5082,
          "cdna_start": 4106,
          "cds_end": null,
          "cds_length": 4320,
          "cds_start": 4016,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915095.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4016C>T",
          "hgvs_p": "p.Thr1339Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585154.1",
          "strand": true,
          "transcript": "ENST00000915095.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1438,
          "aa_ref": "T",
          "aa_start": 1338,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5054,
          "cdna_start": 4082,
          "cds_end": null,
          "cds_length": 4317,
          "cds_start": 4013,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915104.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4013C>T",
          "hgvs_p": "p.Thr1338Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585163.1",
          "strand": true,
          "transcript": "ENST00000915104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1438,
          "aa_ref": "T",
          "aa_start": 1338,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5190,
          "cdna_start": 4218,
          "cds_end": null,
          "cds_length": 4317,
          "cds_start": 4013,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915106.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.4013C>T",
          "hgvs_p": "p.Thr1338Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585165.1",
          "strand": true,
          "transcript": "ENST00000915106.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1431,
          "aa_ref": "T",
          "aa_start": 1331,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5161,
          "cdna_start": 4193,
          "cds_end": null,
          "cds_length": 4296,
          "cds_start": 3992,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915108.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3992C>T",
          "hgvs_p": "p.Thr1331Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585167.1",
          "strand": true,
          "transcript": "ENST00000915108.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1423,
          "aa_ref": "T",
          "aa_start": 1323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5131,
          "cdna_start": 4163,
          "cds_end": null,
          "cds_length": 4272,
          "cds_start": 3968,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 44,
          "exon_rank": 42,
          "exon_rank_end": null,
          "feature": "ENST00000915110.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3968C>T",
          "hgvs_p": "p.Thr1323Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585169.1",
          "strand": true,
          "transcript": "ENST00000915110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1414,
          "aa_ref": "T",
          "aa_start": 1314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4985,
          "cdna_start": 4011,
          "cds_end": null,
          "cds_length": 4245,
          "cds_start": 3941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "NM_001374253.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3941C>T",
          "hgvs_p": "p.Thr1314Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361182.1",
          "strand": true,
          "transcript": "NM_001374253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1414,
          "aa_ref": "T",
          "aa_start": 1314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5108,
          "cdna_start": 4142,
          "cds_end": null,
          "cds_length": 4245,
          "cds_start": 3941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915109.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3941C>T",
          "hgvs_p": "p.Thr1314Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585168.1",
          "strand": true,
          "transcript": "ENST00000915109.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1413,
          "aa_ref": "T",
          "aa_start": 1314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4334,
          "cdna_start": 4031,
          "cds_end": null,
          "cds_length": 4244,
          "cds_start": 3941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000676013.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3941C>T",
          "hgvs_p": "p.Thr1314Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501999.1",
          "strand": true,
          "transcript": "ENST00000676013.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1413,
          "aa_ref": "T",
          "aa_start": 1313,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4297,
          "cdna_start": 3967,
          "cds_end": null,
          "cds_length": 4242,
          "cds_start": 3938,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000915115.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3938C>T",
          "hgvs_p": "p.Thr1313Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585174.1",
          "strand": true,
          "transcript": "ENST00000915115.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1412,
          "aa_ref": "T",
          "aa_start": 1312,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4464,
          "cdna_start": 4136,
          "cds_end": null,
          "cds_length": 4239,
          "cds_start": 3935,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915114.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3935C>T",
          "hgvs_p": "p.Thr1312Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585173.1",
          "strand": true,
          "transcript": "ENST00000915114.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1407,
          "aa_ref": "T",
          "aa_start": 1307,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4978,
          "cdna_start": 4005,
          "cds_end": null,
          "cds_length": 4224,
          "cds_start": 3920,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915098.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3920C>T",
          "hgvs_p": "p.Thr1307Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585157.1",
          "strand": true,
          "transcript": "ENST00000915098.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1407,
          "aa_ref": "T",
          "aa_start": 1307,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4460,
          "cdna_start": 4132,
          "cds_end": null,
          "cds_length": 4224,
          "cds_start": 3920,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915112.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3920C>T",
          "hgvs_p": "p.Thr1307Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585171.1",
          "strand": true,
          "transcript": "ENST00000915112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1403,
          "aa_ref": "T",
          "aa_start": 1303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4962,
          "cdna_start": 3990,
          "cds_end": null,
          "cds_length": 4212,
          "cds_start": 3908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915100.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3908C>T",
          "hgvs_p": "p.Thr1303Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585159.1",
          "strand": true,
          "transcript": "ENST00000915100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1403,
          "aa_ref": "T",
          "aa_start": 1303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5080,
          "cdna_start": 4108,
          "cds_end": null,
          "cds_length": 4212,
          "cds_start": 3908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915107.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3908C>T",
          "hgvs_p": "p.Thr1303Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585166.1",
          "strand": true,
          "transcript": "ENST00000915107.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1386,
          "aa_ref": "T",
          "aa_start": 1286,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4919,
          "cdna_start": 3945,
          "cds_end": null,
          "cds_length": 4161,
          "cds_start": 3857,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 43,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000915097.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3857C>T",
          "hgvs_p": "p.Thr1286Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585156.1",
          "strand": true,
          "transcript": "ENST00000915097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1383,
          "aa_ref": "T",
          "aa_start": 1283,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4895,
          "cdna_start": 3923,
          "cds_end": null,
          "cds_length": 4152,
          "cds_start": 3848,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "ENST00000915102.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3848C>T",
          "hgvs_p": "p.Thr1283Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585161.1",
          "strand": true,
          "transcript": "ENST00000915102.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1358,
          "aa_ref": "T",
          "aa_start": 1258,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4188,
          "cdna_start": 3846,
          "cds_end": null,
          "cds_length": 4077,
          "cds_start": 3773,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "ENST00000915111.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3773C>T",
          "hgvs_p": "p.Thr1258Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585170.1",
          "strand": true,
          "transcript": "ENST00000915111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1314,
          "aa_ref": "T",
          "aa_start": 1214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4717,
          "cdna_start": 3738,
          "cds_end": null,
          "cds_length": 3945,
          "cds_start": 3641,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000915094.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3641C>T",
          "hgvs_p": "p.Thr1214Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585153.1",
          "strand": true,
          "transcript": "ENST00000915094.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 1314,
          "aa_ref": "T",
          "aa_start": 1214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4839,
          "cdna_start": 3864,
          "cds_end": null,
          "cds_length": 3945,
          "cds_start": 3641,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000915103.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.3641C>T",
          "hgvs_p": "p.Thr1214Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585162.1",
          "strand": true,
          "transcript": "ENST00000915103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "T",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2265,
          "cdna_start": 1286,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 1211,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000915099.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "c.1211C>T",
          "hgvs_p": "p.Thr404Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585158.1",
          "strand": true,
          "transcript": "ENST00000915099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1038,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_173472.2",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "c.*43+7859G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_775743.1",
          "strand": false,
          "transcript": "NM_173472.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447400.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "c.*43+7859G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303356.1",
          "strand": false,
          "transcript": "XM_047447400.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": 449,
          "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": "ENST00000470028.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.125C>T",
          "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": "ENST00000470028.1",
          "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": 3559,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000681997.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.3136C>T",
          "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": "ENST00000681997.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": 3474,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 30,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000683263.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.3051C>T",
          "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": "ENST00000683263.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": 4010,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000683312.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.3603C>T",
          "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": "ENST00000683312.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": 836,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000683933.1",
          "gene_hgnc_id": 3585,
          "gene_symbol": "FANCD2",
          "hgvs_c": "n.810C>T",
          "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": "ENST00000683933.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": 419,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000431315.5",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.71-1449G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000431315.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": 1269,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007095632.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.924-1449G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007095632.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": 1244,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007095633.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.923+7859G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007095633.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": 1160,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007095634.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.924-1449G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007095634.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": 1172,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007095635.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.827-1449G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007095635.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": 1145,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007095636.1",
          "gene_hgnc_id": 28623,
          "gene_symbol": "FANCD2OS",
          "hgvs_c": "n.800-1449G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007095636.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs775898191",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00007063599,
      "gene_hgnc_id": 3585,
      "gene_symbol": "FANCD2",
      "gnomad_exomes_ac": 107,
      "gnomad_exomes_af": 0.0000731991,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 7,
      "gnomad_genomes_af": 0.0000460096,
      "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": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "Fanconi anemia|Fanconi anemia complementation group D2|not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.243,
      "pos": 10096339,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.098,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_033084.6"
    }
  ]
}
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.