← 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: 1-46934523-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CYP4A11",
          "hgnc_id": 2642,
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_000778.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 4,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.1039,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.45,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0775303840637207,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2530,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_000778.4",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000310638.9",
          "protein_coding": true,
          "protein_id": "NP_000769.2",
          "strand": false,
          "transcript": "NM_000778.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 519,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2530,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1560,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000310638.9",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000778.4",
          "protein_coding": true,
          "protein_id": "ENSP00000311095.4",
          "strand": false,
          "transcript": "ENST00000310638.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1725,
          "cdna_start": 858,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000371905.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360972.1",
          "strand": false,
          "transcript": "ENST00000371905.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": true,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000465874.5",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.609-518A>C",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000476368.1",
          "strand": false,
          "transcript": "ENST00000465874.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 556,
          "aa_ref": "K",
          "aa_start": 313,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2649,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 1671,
          "cds_start": 938,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909039.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.938A>C",
          "hgvs_p": "p.Lys313Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579098.1",
          "strand": false,
          "transcript": "ENST00000909039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 527,
          "aa_ref": "K",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2563,
          "cdna_start": 894,
          "cds_end": null,
          "cds_length": 1584,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909036.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Lys284Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579095.1",
          "strand": false,
          "transcript": "ENST00000909036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 525,
          "aa_ref": "K",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2560,
          "cdna_start": 888,
          "cds_end": null,
          "cds_length": 1578,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909031.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.845A>C",
          "hgvs_p": "p.Lys282Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579090.1",
          "strand": false,
          "transcript": "ENST00000909031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "K",
          "aa_start": 273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": 881,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 818,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909028.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.818A>C",
          "hgvs_p": "p.Lys273Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579087.1",
          "strand": false,
          "transcript": "ENST00000909028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 513,
          "aa_ref": "K",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2520,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 1542,
          "cds_start": 809,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909041.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.809A>C",
          "hgvs_p": "p.Lys270Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579100.1",
          "strand": false,
          "transcript": "ENST00000909041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": "K",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2505,
          "cdna_start": 837,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": 797,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909056.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.797A>C",
          "hgvs_p": "p.Lys266Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579115.1",
          "strand": false,
          "transcript": "ENST00000909056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 504,
          "aa_ref": "K",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2494,
          "cdna_start": 825,
          "cds_end": null,
          "cds_length": 1515,
          "cds_start": 782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909035.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.782A>C",
          "hgvs_p": "p.Lys261Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579094.1",
          "strand": false,
          "transcript": "ENST00000909035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2487,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909045.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579104.1",
          "strand": false,
          "transcript": "ENST00000909045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "K",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2823,
          "cdna_start": 837,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909022.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.764A>C",
          "hgvs_p": "p.Lys255Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579081.1",
          "strand": false,
          "transcript": "ENST00000909022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2504,
          "cdna_start": 894,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909027.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579086.1",
          "strand": false,
          "transcript": "ENST00000909027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "K",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2447,
          "cdna_start": 788,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 749,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909058.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.749A>C",
          "hgvs_p": "p.Lys250Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579117.1",
          "strand": false,
          "transcript": "ENST00000909058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "K",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2434,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001319155.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.731A>C",
          "hgvs_p": "p.Lys244Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001306084.1",
          "strand": false,
          "transcript": "NM_001319155.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "K",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2778,
          "cdna_start": 892,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909023.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.731A>C",
          "hgvs_p": "p.Lys244Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579082.1",
          "strand": false,
          "transcript": "ENST00000909023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "K",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2424,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 722,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909057.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.722A>C",
          "hgvs_p": "p.Lys241Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579116.1",
          "strand": false,
          "transcript": "ENST00000909057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 476,
          "aa_ref": "K",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2408,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 1431,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909050.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.764A>C",
          "hgvs_p": "p.Lys255Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579109.1",
          "strand": false,
          "transcript": "ENST00000909050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2403,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909046.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579105.1",
          "strand": false,
          "transcript": "ENST00000909046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "K",
          "aa_start": 227,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2391,
          "cdna_start": 723,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 680,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909037.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.680A>C",
          "hgvs_p": "p.Lys227Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579096.1",
          "strand": false,
          "transcript": "ENST00000909037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "E",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2357,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909049.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.672A>C",
          "hgvs_p": "p.Glu224Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579108.1",
          "strand": false,
          "transcript": "ENST00000909049.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2339,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909029.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579088.1",
          "strand": false,
          "transcript": "ENST00000909029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "K",
          "aa_start": 207,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2331,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 620,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909040.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.620A>C",
          "hgvs_p": "p.Lys207Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579099.1",
          "strand": false,
          "transcript": "ENST00000909040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "E",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2263,
          "cdna_start": 733,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 690,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909033.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.690A>C",
          "hgvs_p": "p.Glu230Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579092.1",
          "strand": false,
          "transcript": "ENST00000909033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "E",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2236,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001363587.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.672A>C",
          "hgvs_p": "p.Glu224Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350516.1",
          "strand": false,
          "transcript": "NM_001363587.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "E",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1775,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000462347.5",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.672A>C",
          "hgvs_p": "p.Glu224Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000477495.1",
          "strand": false,
          "transcript": "ENST00000462347.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "E",
          "aa_start": 221,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2239,
          "cdna_start": 710,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 663,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909030.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.663A>C",
          "hgvs_p": "p.Glu221Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579089.1",
          "strand": false,
          "transcript": "ENST00000909030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "K",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2223,
          "cdna_start": 555,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 512,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000909048.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.512A>C",
          "hgvs_p": "p.Lys171Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579107.1",
          "strand": false,
          "transcript": "ENST00000909048.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "E",
          "aa_start": 209,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2196,
          "cdna_start": 667,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 627,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000909055.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.627A>C",
          "hgvs_p": "p.Glu209Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579114.1",
          "strand": false,
          "transcript": "ENST00000909055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 397,
          "aa_ref": "K",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 894,
          "cds_end": null,
          "cds_length": 1194,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909051.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Lys284Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579110.1",
          "strand": false,
          "transcript": "ENST00000909051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "K",
          "aa_start": 282,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2166,
          "cdna_start": 888,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909038.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.845A>C",
          "hgvs_p": "p.Lys282Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579097.1",
          "strand": false,
          "transcript": "ENST00000909038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "K",
          "aa_start": 150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2160,
          "cdna_start": 491,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 449,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000909044.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.449A>C",
          "hgvs_p": "p.Lys150Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579103.1",
          "strand": false,
          "transcript": "ENST00000909044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": "K",
          "aa_start": 276,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2186,
          "cdna_start": 900,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": 827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909026.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.827A>C",
          "hgvs_p": "p.Lys276Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579085.1",
          "strand": false,
          "transcript": "ENST00000909026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": "K",
          "aa_start": 273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2136,
          "cdna_start": 858,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": 818,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909052.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.818A>C",
          "hgvs_p": "p.Lys273Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579111.1",
          "strand": false,
          "transcript": "ENST00000909052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "E",
          "aa_start": 175,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2097,
          "cdna_start": 568,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 525,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000909043.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.525A>C",
          "hgvs_p": "p.Glu175Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579102.1",
          "strand": false,
          "transcript": "ENST00000909043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 368,
          "aa_ref": "K",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2082,
          "cdna_start": 804,
          "cds_end": null,
          "cds_length": 1107,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909054.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.764A>C",
          "hgvs_p": "p.Lys255Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579113.1",
          "strand": false,
          "transcript": "ENST00000909054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 365,
          "aa_ref": "E",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2073,
          "cdna_start": 730,
          "cds_end": null,
          "cds_length": 1098,
          "cds_start": 690,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909053.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.690A>C",
          "hgvs_p": "p.Glu230Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579112.1",
          "strand": false,
          "transcript": "ENST00000909053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": "E",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2314,
          "cdna_start": 753,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": 672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000909024.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.672A>C",
          "hgvs_p": "p.Glu224Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579083.1",
          "strand": false,
          "transcript": "ENST00000909024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": "K",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2053,
          "cdna_start": 775,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": 731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000909034.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.731A>C",
          "hgvs_p": "p.Lys244Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579093.1",
          "strand": false,
          "transcript": "ENST00000909034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 316,
          "aa_ref": "E",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2047,
          "cdna_start": 518,
          "cds_end": null,
          "cds_length": 951,
          "cds_start": 357,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000909025.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.357A>C",
          "hgvs_p": "p.Glu119Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579084.1",
          "strand": false,
          "transcript": "ENST00000909025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "E",
          "aa_start": 119,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1743,
          "cdna_start": 400,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 357,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000909042.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.357A>C",
          "hgvs_p": "p.Glu119Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579101.1",
          "strand": false,
          "transcript": "ENST00000909042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": "K",
          "aa_start": 172,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2427,
          "cdna_start": 767,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": 515,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017000465.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.515A>C",
          "hgvs_p": "p.Lys172Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016855954.1",
          "strand": false,
          "transcript": "XM_017000465.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": "E",
          "aa_start": 224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1117,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": 672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005270539.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.672A>C",
          "hgvs_p": "p.Glu224Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270596.1",
          "strand": false,
          "transcript": "XM_005270539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 368,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2085,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1107,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909047.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.636-444A>C",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579106.1",
          "strand": false,
          "transcript": "ENST00000909047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1449,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000909032.1",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "c.196-1686A>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579091.1",
          "strand": false,
          "transcript": "ENST00000909032.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": 1517,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000468629.5",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.731A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000476619.1",
          "strand": false,
          "transcript": "ENST00000468629.5",
          "transcript_support_level": 3
        },
        {
          "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": 1133,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000474458.5",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.672A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000476988.1",
          "strand": false,
          "transcript": "ENST00000474458.5",
          "transcript_support_level": 3
        },
        {
          "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": 2138,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000475477.5",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.672A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000476854.1",
          "strand": false,
          "transcript": "ENST00000475477.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": 2184,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_134988.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.715A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134988.2",
          "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": 2375,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_134989.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.715A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134989.2",
          "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": 2369,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_134990.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.774A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134990.2",
          "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": 2356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_134991.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.696A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134991.2",
          "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": 1985,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_134992.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.715A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134992.2",
          "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": 2119,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NR_134993.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.715A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134993.2",
          "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": 2391,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_134994.2",
          "gene_hgnc_id": 2642,
          "gene_symbol": "CYP4A11",
          "hgvs_c": "n.870A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_134994.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs41300339",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000024787817,
      "gene_hgnc_id": 2642,
      "gene_symbol": "CYP4A11",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205248,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657678,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.036,
      "pos": 46934523,
      "ref": "T",
      "revel_prediction": "Benign",
      "revel_score": 0.102,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000778.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.