← 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: 2-215361694-CG-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 215361694,
      "ref": "CG",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "NM_212482.4",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7363-69delC",
          "hgvs_p": null,
          "transcript": "NM_212482.4",
          "protein_id": "NP_997647.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2477,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7434,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000354785.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_212482.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7363-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000354785.11",
          "protein_id": "ENSP00000346839.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2477,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7434,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_212482.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354785.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7270-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000323926.10",
          "protein_id": "ENSP00000323534.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2446,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000323926.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6997-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000336916.8",
          "protein_id": "ENSP00000338200.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2355,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000336916.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6922-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000446046.5",
          "protein_id": "ENSP00000410422.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2330,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446046.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6820-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000356005.8",
          "protein_id": "ENSP00000348285.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356005.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6733-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000432072.6",
          "protein_id": "ENSP00000399538.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2267,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000432072.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6727-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000443816.5",
          "protein_id": "ENSP00000415018.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2265,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000443816.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6652-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000421182.5",
          "protein_id": "ENSP00000394423.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2240,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000421182.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6460-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000357867.8",
          "protein_id": "ENSP00000350534.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357867.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7357-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000933287.1",
          "protein_id": "ENSP00000603346.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2475,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933287.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7270-69delC",
          "hgvs_p": null,
          "transcript": "NM_001306129.2",
          "protein_id": "NP_001293058.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2446,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7341,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306129.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7093-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365517.2",
          "protein_id": "NP_001352446.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2387,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7164,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365517.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7090-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365518.2",
          "protein_id": "NP_001352447.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2386,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7161,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365518.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7090-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000359671.5",
          "protein_id": "ENSP00000352696.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2386,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7161,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359671.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7084-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000967218.1",
          "protein_id": "ENSP00000637277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2384,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967218.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7018-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365519.2",
          "protein_id": "NP_001352448.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2362,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7089,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365519.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7015-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365520.2",
          "protein_id": "NP_001352449.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2361,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365520.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7003-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865085.1",
          "protein_id": "ENSP00000535144.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2357,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7074,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865085.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.7000-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365521.2",
          "protein_id": "NP_001352450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2356,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7071,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365521.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6997-69delC",
          "hgvs_p": null,
          "transcript": "NM_002026.4",
          "protein_id": "NP_002017.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2355,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002026.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6997-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865089.1",
          "protein_id": "ENSP00000535148.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2355,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865089.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6925-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365522.2",
          "protein_id": "NP_001352451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2331,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365522.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6922-69delC",
          "hgvs_p": null,
          "transcript": "NM_212478.3",
          "protein_id": "NP_997643.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2330,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_212478.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6820-69delC",
          "hgvs_p": null,
          "transcript": "NM_212476.3",
          "protein_id": "NP_997641.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2296,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_212476.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6814-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865087.1",
          "protein_id": "ENSP00000535146.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2294,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865087.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6745-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365523.2",
          "protein_id": "NP_001352452.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2271,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365523.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6733-69delC",
          "hgvs_p": null,
          "transcript": "NM_001306130.2",
          "protein_id": "NP_001293059.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2267,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306130.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6730-69delC",
          "hgvs_p": null,
          "transcript": "NM_001365524.2",
          "protein_id": "NP_001352453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2266,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365524.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6730-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865084.1",
          "protein_id": "ENSP00000535143.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2266,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865084.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6727-69delC",
          "hgvs_p": null,
          "transcript": "NM_001306131.2",
          "protein_id": "NP_001293060.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2265,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306131.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6652-69delC",
          "hgvs_p": null,
          "transcript": "NM_001306132.2",
          "protein_id": "NP_001293061.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2240,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001306132.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6460-69delC",
          "hgvs_p": null,
          "transcript": "NM_212474.3",
          "protein_id": "NP_997639.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_212474.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6454-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865086.1",
          "protein_id": "ENSP00000535145.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2174,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865086.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 41,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6190-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000865088.1",
          "protein_id": "ENSP00000535147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2086,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865088.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 40,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.6049-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000967219.1",
          "protein_id": "ENSP00000637278.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2039,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967219.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.5236-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000967217.1",
          "protein_id": "ENSP00000637276.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1768,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5307,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967217.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "c.3241-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000456923.5",
          "protein_id": "ENSP00000416139.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000456923.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ATIC",
          "gene_hgnc_id": 794,
          "hgvs_c": "c.1788-948delG",
          "hgvs_p": null,
          "transcript": "XM_047444489.1",
          "protein_id": "XP_047300445.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444489.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ATIC",
          "gene_hgnc_id": 794,
          "hgvs_c": "c.1611-948delG",
          "hgvs_p": null,
          "transcript": "XM_047444491.1",
          "protein_id": "XP_047300447.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444491.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "n.8407-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000492816.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000492816.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "n.391-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000494446.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000494446.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "FN1",
          "gene_hgnc_id": 3778,
          "hgvs_c": "n.1673-69delC",
          "hgvs_p": null,
          "transcript": "ENST00000498719.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000498719.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "ATIC",
          "gene_hgnc_id": 794,
          "hgvs_c": "n.1872-948delG",
          "hgvs_p": null,
          "transcript": "XR_007075418.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007075418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATIC",
          "gene_hgnc_id": 794,
          "hgvs_c": "n.2052-948delG",
          "hgvs_p": null,
          "transcript": "XR_007075419.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007075419.1"
        }
      ],
      "gene_symbol": "FN1",
      "gene_hgnc_id": 3778,
      "dbsnp": "rs35258787",
      "frequency_reference_population": 0.000001587022,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 9.02112e-7,
      "gnomad_genomes_af": 0.00000659144,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -1.835,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_212482.4",
          "gene_symbol": "FN1",
          "hgnc_id": 3778,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.7363-69delC",
          "hgvs_p": null
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_007075418.1",
          "gene_symbol": "ATIC",
          "hgnc_id": 794,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.1872-948delG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}