← 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: 14-45170744-CCA-TCG (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=45170744&ref=CCA&alt=TCG&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "gene_symbol": "FANCM",
          "hgnc_id": 23168,
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_020937.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TCG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "14",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 2048,
          "aa_ref": "EE",
          "aa_start": 716,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7131,
          "cdna_start": 2249,
          "cds_end": null,
          "cds_length": 6147,
          "cds_start": 2147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000267430.10",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2147_2149delCCAinsTCG",
          "hgvs_p": "p.Glu716Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020937.4",
          "protein_coding": true,
          "protein_id": "ENSP00000267430.5",
          "strand": true,
          "transcript": "ENST00000267430.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 2022,
          "aa_ref": "EE",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6167,
          "cdna_start": 2147,
          "cds_end": null,
          "cds_length": 6069,
          "cds_start": 2069,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000542564.6",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2069_2071delCCAinsTCG",
          "hgvs_p": "p.Glu690Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000442493.2",
          "strand": true,
          "transcript": "ENST00000542564.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1979,
          "aa_ref": "EE",
          "aa_start": 647,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6924,
          "cdna_start": 2042,
          "cds_end": null,
          "cds_length": 5940,
          "cds_start": 1940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000556250.6",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.1940_1942delCCAinsTCG",
          "hgvs_p": "p.Glu647Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452033.2",
          "strand": true,
          "transcript": "ENST00000556250.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2048,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7131,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 6147,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_020937.4",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000267430.10",
          "protein_coding": true,
          "protein_id": "NP_065988.1",
          "strand": true,
          "transcript": "NM_020937.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 2066,
          "aa_ref": "EE",
          "aa_start": 734,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6356,
          "cdna_start": 2293,
          "cds_end": null,
          "cds_length": 6201,
          "cds_start": 2201,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000893235.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2201_2203delCCAinsTCG",
          "hgvs_p": "p.Glu734Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563294.1",
          "strand": true,
          "transcript": "ENST00000893235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 2009,
          "aa_ref": "EE",
          "aa_start": 677,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6216,
          "cdna_start": 2153,
          "cds_end": null,
          "cds_length": 6030,
          "cds_start": 2030,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000913802.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2030_2032delCCAinsTCG",
          "hgvs_p": "p.Glu677Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583861.1",
          "strand": true,
          "transcript": "ENST00000913802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1996,
          "aa_ref": "EE",
          "aa_start": 716,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6902,
          "cdna_start": 2176,
          "cds_end": null,
          "cds_length": 5991,
          "cds_start": 2147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696649.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2147_2149delCCAinsTCG",
          "hgvs_p": "p.Glu716Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512780.1",
          "strand": true,
          "transcript": "ENST00000696649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1964,
          "aa_ref": "EE",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6061,
          "cdna_start": 2173,
          "cds_end": null,
          "cds_length": 5895,
          "cds_start": 2069,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000913803.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2069_2071delCCAinsTCG",
          "hgvs_p": "p.Glu690Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583862.1",
          "strand": true,
          "transcript": "ENST00000913803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1658,
          "aa_ref": "EE",
          "aa_start": 321,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5812,
          "cdna_start": 964,
          "cds_end": null,
          "cds_length": 4977,
          "cds_start": 962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696664.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.962_964delCCAinsTCG",
          "hgvs_p": "p.Glu321Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512790.1",
          "strand": true,
          "transcript": "ENST00000696664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1590,
          "aa_ref": "EE",
          "aa_start": 321,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5657,
          "cdna_start": 964,
          "cds_end": null,
          "cds_length": 4773,
          "cds_start": 962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696683.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.962_964delCCAinsTCG",
          "hgvs_p": "p.Glu321Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512806.1",
          "strand": true,
          "transcript": "ENST00000696683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1487,
          "aa_ref": "EE",
          "aa_start": 120,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4527,
          "cdna_start": 359,
          "cds_end": null,
          "cds_length": 4464,
          "cds_start": 359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000554809.6",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.359_361delCCAinsTCG",
          "hgvs_p": "p.Glu120Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000450632.2",
          "strand": true,
          "transcript": "ENST00000554809.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "EE",
          "aa_start": 321,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5178,
          "cdna_start": 964,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 962,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696684.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.962_964delCCAinsTCG",
          "hgvs_p": "p.Glu321Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512807.1",
          "strand": true,
          "transcript": "ENST00000696684.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1353,
          "aa_ref": "EE",
          "aa_start": 663,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4165,
          "cdna_start": 2090,
          "cds_end": null,
          "cds_length": 4063,
          "cds_start": 1988,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696641.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.1988_1990delCCAinsTCG",
          "hgvs_p": "p.Glu663Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512774.1",
          "strand": true,
          "transcript": "ENST00000696641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "VE",
          "aa_end": null,
          "aa_length": 1128,
          "aa_ref": "EE",
          "aa_start": 48,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3783,
          "cdna_start": 145,
          "cds_end": null,
          "cds_length": 3387,
          "cds_start": 143,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000696659.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.143_145delCCAinsTCG",
          "hgvs_p": "p.Glu48Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000512785.1",
          "strand": true,
          "transcript": "ENST00000696659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2022,
          "aa_ref": "P",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7053,
          "cdna_start": 2182,
          "cds_end": null,
          "cds_length": 6069,
          "cds_start": 2080,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001308133.2",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2080_2082delCCAinsTCG",
          "hgvs_p": "p.Pro694Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001295062.1",
          "strand": true,
          "transcript": "NM_001308133.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2053,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7146,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 6162,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011537034.3",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011535336.1",
          "strand": true,
          "transcript": "XM_011537034.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2027,
          "aa_ref": "P",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7068,
          "cdna_start": 2182,
          "cds_end": null,
          "cds_length": 6084,
          "cds_start": 2080,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011537035.4",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2080_2082delCCAinsTCG",
          "hgvs_p": "p.Pro694Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011535337.1",
          "strand": true,
          "transcript": "XM_011537035.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1801,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6478,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 5406,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017021523.2",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016877012.1",
          "strand": true,
          "transcript": "XM_017021523.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1801,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5651,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 5406,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431631.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287587.1",
          "strand": true,
          "transcript": "XM_047431631.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1796,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6463,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 5391,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431632.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287588.1",
          "strand": true,
          "transcript": "XM_047431632.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1796,
          "aa_ref": "P",
          "aa_start": 720,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5636,
          "cdna_start": 2260,
          "cds_end": null,
          "cds_length": 5391,
          "cds_start": 2158,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431633.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.2158_2160delCCAinsTCG",
          "hgvs_p": "p.Pro720Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287589.1",
          "strand": true,
          "transcript": "XM_047431633.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1658,
          "aa_ref": "P",
          "aa_start": 325,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5948,
          "cdna_start": 1062,
          "cds_end": null,
          "cds_length": 4977,
          "cds_start": 973,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047431634.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.973_975delCCAinsTCG",
          "hgvs_p": "p.Pro325Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047287590.1",
          "strand": true,
          "transcript": "XM_047431634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1391,
          "aa_ref": "P",
          "aa_start": 58,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5617,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 4176,
          "cds_start": 172,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011537037.4",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "c.172_174delCCAinsTCG",
          "hgvs_p": "p.Pro58Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011535339.1",
          "strand": true,
          "transcript": "XM_011537037.4",
          "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": 5246,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000696642.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*958_*960delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512775.1",
          "strand": true,
          "transcript": "ENST00000696642.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": 4103,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000696646.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*958_*960delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512777.1",
          "strand": true,
          "transcript": "ENST00000696646.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": 6106,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000696647.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.2147_2149delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512778.1",
          "strand": true,
          "transcript": "ENST00000696647.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": 6349,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000696648.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*172_*174delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512779.1",
          "strand": true,
          "transcript": "ENST00000696648.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": 5875,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000696650.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.2095_2097delCCAinsTCG",
          "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": "ENST00000696650.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": 3106,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000696658.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.2697_2699delCCAinsTCG",
          "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": "ENST00000696658.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": 5907,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000696663.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.962_964delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512789.1",
          "strand": true,
          "transcript": "ENST00000696663.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": 6313,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000696675.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.2147_2149delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512799.1",
          "strand": true,
          "transcript": "ENST00000696675.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": 5847,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000696685.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.962_964delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512808.1",
          "strand": true,
          "transcript": "ENST00000696685.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": 5246,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000696642.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*958_*960delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512775.1",
          "strand": true,
          "transcript": "ENST00000696642.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": 4103,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000696646.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*958_*960delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512777.1",
          "strand": true,
          "transcript": "ENST00000696646.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": 6349,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000696648.1",
          "gene_hgnc_id": 23168,
          "gene_symbol": "FANCM",
          "hgvs_c": "n.*172_*174delCCAinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000512779.1",
          "strand": true,
          "transcript": "ENST00000696648.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant,splice_region_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 23168,
      "gene_symbol": "FANCM",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.231,
      "pos": 45170744,
      "ref": "CCA",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_020937.4"
    }
  ]
}
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.