← 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: 21-32515045-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "EVA1C",
          "hgnc_id": 13239,
          "hgvs_c": "c.1181G>A",
          "hgvs_p": "p.Cys394Tyr",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "NM_058187.5",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "CFAP298-TCP10L",
          "hgnc_id": 54636,
          "hgvs_c": "n.*393-17250C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "ENST00000674072.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "TCP10L",
          "hgnc_id": 11657,
          "hgvs_c": "n.1021-16613C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "ENST00000673907.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_score": -4,
      "allele_count_reference_population": 76,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0795,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.65,
      "chr": "21",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.012433022260665894,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 441,
          "aa_ref": "C",
          "aa_start": 394,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1671,
          "cdna_start": 1329,
          "cds_end": null,
          "cds_length": 1326,
          "cds_start": 1181,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_058187.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1181G>A",
          "hgvs_p": "p.Cys394Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000300255.7",
          "protein_coding": true,
          "protein_id": "NP_478067.2",
          "strand": true,
          "transcript": "NM_058187.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 441,
          "aa_ref": "C",
          "aa_start": 394,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1671,
          "cdna_start": 1329,
          "cds_end": null,
          "cds_length": 1326,
          "cds_start": 1181,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000300255.7",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1181G>A",
          "hgvs_p": "p.Cys394Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_058187.5",
          "protein_coding": true,
          "protein_id": "ENSP00000300255.2",
          "strand": true,
          "transcript": "ENST00000300255.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 391,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1668,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1172,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000382699.7",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1172G>A",
          "hgvs_p": "p.Cys391Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000372146.3",
          "strand": true,
          "transcript": "ENST00000382699.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000437338.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*771G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000389291.1",
          "strand": true,
          "transcript": "ENST00000437338.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000437338.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*771G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000389291.1",
          "strand": true,
          "transcript": "ENST00000437338.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 441,
          "aa_ref": "C",
          "aa_start": 394,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3091,
          "cdna_start": 1712,
          "cds_end": null,
          "cds_length": 1326,
          "cds_start": 1181,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000960933.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1181G>A",
          "hgvs_p": "p.Cys394Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630992.1",
          "strand": true,
          "transcript": "ENST00000960933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "C",
          "aa_start": 393,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2034,
          "cdna_start": 1692,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 1178,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000898248.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1178G>A",
          "hgvs_p": "p.Cys393Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568307.1",
          "strand": true,
          "transcript": "ENST00000898248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 438,
          "aa_ref": "C",
          "aa_start": 391,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1662,
          "cdna_start": 1320,
          "cds_end": null,
          "cds_length": 1317,
          "cds_start": 1172,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001286556.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1172G>A",
          "hgvs_p": "p.Cys391Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273485.1",
          "strand": true,
          "transcript": "NM_001286556.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 390,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2655,
          "cdna_start": 2313,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1169,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000898244.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1169G>A",
          "hgvs_p": "p.Cys390Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568303.1",
          "strand": true,
          "transcript": "ENST00000898244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 411,
          "aa_ref": "C",
          "aa_start": 364,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1581,
          "cdna_start": 1242,
          "cds_end": null,
          "cds_length": 1236,
          "cds_start": 1091,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000898253.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1091G>A",
          "hgvs_p": "p.Cys364Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568312.1",
          "strand": true,
          "transcript": "ENST00000898253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "C",
          "aa_start": 363,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1560,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 1088,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000960935.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1088G>A",
          "hgvs_p": "p.Cys363Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630994.1",
          "strand": true,
          "transcript": "ENST00000960935.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": "C",
          "aa_start": 361,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1758,
          "cdna_start": 1416,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": 1082,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000960934.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1082G>A",
          "hgvs_p": "p.Cys361Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630993.1",
          "strand": true,
          "transcript": "ENST00000960934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "C",
          "aa_start": 346,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1558,
          "cdna_start": 1206,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 1037,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000401402.7",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1037G>A",
          "hgvs_p": "p.Cys346Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384594.3",
          "strand": true,
          "transcript": "ENST00000401402.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 390,
          "aa_ref": "C",
          "aa_start": 343,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1714,
          "cdna_start": 1375,
          "cds_end": null,
          "cds_length": 1173,
          "cds_start": 1028,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000898250.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1028G>A",
          "hgvs_p": "p.Cys343Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568309.1",
          "strand": true,
          "transcript": "ENST00000898250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 384,
          "aa_ref": "C",
          "aa_start": 337,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1992,
          "cdna_start": 1637,
          "cds_end": null,
          "cds_length": 1155,
          "cds_start": 1010,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898247.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Cys337Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568306.1",
          "strand": true,
          "transcript": "ENST00000898247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 383,
          "aa_ref": "C",
          "aa_start": 336,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1446,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1152,
          "cds_start": 1007,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000960936.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1007G>A",
          "hgvs_p": "p.Cys336Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630995.1",
          "strand": true,
          "transcript": "ENST00000960936.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": "C",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1708,
          "cdna_start": 1366,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": 956,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898249.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.956G>A",
          "hgvs_p": "p.Cys319Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568308.1",
          "strand": true,
          "transcript": "ENST00000898249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "C",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1834,
          "cdna_start": 1492,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 896,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001320745.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.896G>A",
          "hgvs_p": "p.Cys299Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307674.1",
          "strand": true,
          "transcript": "NM_001320745.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "C",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1350,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001320744.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.860G>A",
          "hgvs_p": "p.Cys287Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307673.1",
          "strand": true,
          "transcript": "NM_001320744.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "C",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3387,
          "cdna_start": 2004,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898243.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.860G>A",
          "hgvs_p": "p.Cys287Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568302.1",
          "strand": true,
          "transcript": "ENST00000898243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "C",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3415,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000960932.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.860G>A",
          "hgvs_p": "p.Cys287Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630991.1",
          "strand": true,
          "transcript": "ENST00000960932.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 331,
          "aa_ref": "C",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2337,
          "cdna_start": 1995,
          "cds_end": null,
          "cds_length": 996,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000898245.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.851G>A",
          "hgvs_p": "p.Cys284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568304.1",
          "strand": true,
          "transcript": "ENST00000898245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "C",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1261,
          "cdna_start": 921,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 770,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898252.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.770G>A",
          "hgvs_p": "p.Cys257Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568311.1",
          "strand": true,
          "transcript": "ENST00000898252.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 286,
          "aa_ref": "C",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1152,
          "cdna_start": 811,
          "cds_end": null,
          "cds_length": 861,
          "cds_start": 716,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898254.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Cys239Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568313.1",
          "strand": true,
          "transcript": "ENST00000898254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "C",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1199,
          "cdna_start": 858,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000898251.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.707G>A",
          "hgvs_p": "p.Cys236Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568310.1",
          "strand": true,
          "transcript": "ENST00000898251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 277,
          "aa_ref": "C",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2080,
          "cdna_start": 1738,
          "cds_end": null,
          "cds_length": 834,
          "cds_start": 689,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000898246.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.689G>A",
          "hgvs_p": "p.Cys230Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568305.1",
          "strand": true,
          "transcript": "ENST00000898246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "C",
          "aa_start": 393,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1668,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 1178,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_006724038.4",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1178G>A",
          "hgvs_p": "p.Cys393Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724101.1",
          "strand": true,
          "transcript": "XM_006724038.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 440,
          "aa_ref": "C",
          "aa_start": 393,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1668,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 1323,
          "cds_start": 1178,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017028418.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1178G>A",
          "hgvs_p": "p.Cys393Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883907.1",
          "strand": true,
          "transcript": "XM_017028418.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 390,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1659,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1169,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047440933.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1169G>A",
          "hgvs_p": "p.Cys390Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296889.1",
          "strand": true,
          "transcript": "XM_047440933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "C",
          "aa_start": 367,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1590,
          "cdna_start": 1248,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 1100,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017028419.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1100G>A",
          "hgvs_p": "p.Cys367Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883908.1",
          "strand": true,
          "transcript": "XM_017028419.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 384,
          "aa_ref": "C",
          "aa_start": 337,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1500,
          "cdna_start": 1158,
          "cds_end": null,
          "cds_length": 1155,
          "cds_start": 1010,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005261019.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Cys337Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005261076.1",
          "strand": true,
          "transcript": "XM_005261019.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "C",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10225,
          "cdna_start": 9883,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 896,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011529669.4",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.896G>A",
          "hgvs_p": "p.Cys299Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011527971.1",
          "strand": true,
          "transcript": "XM_011529669.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "C",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1984,
          "cdna_start": 1642,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 896,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017028420.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.896G>A",
          "hgvs_p": "p.Cys299Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883909.1",
          "strand": true,
          "transcript": "XM_017028420.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 331,
          "aa_ref": "C",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1341,
          "cdna_start": 999,
          "cds_end": null,
          "cds_length": 996,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017028422.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.851G>A",
          "hgvs_p": "p.Cys284Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883911.1",
          "strand": true,
          "transcript": "XM_017028422.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 307,
          "aa_ref": "C",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1269,
          "cdna_start": 927,
          "cds_end": null,
          "cds_length": 924,
          "cds_start": 779,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017028423.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "c.779G>A",
          "hgvs_p": "p.Cys260Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883912.1",
          "strand": true,
          "transcript": "XM_017028423.2",
          "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": 1601,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000435323.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*627G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000407190.1",
          "strand": true,
          "transcript": "ENST00000435323.5",
          "transcript_support_level": 5
        },
        {
          "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": 1548,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000457807.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*324G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000401547.1",
          "strand": true,
          "transcript": "ENST00000457807.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000464037.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.2148G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000464037.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 720,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000485488.1",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.376G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000485488.1",
          "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": 1465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_104472.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.1123G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_104472.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": 1714,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NR_135467.2",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.1372G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_135467.2",
          "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": 1601,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000435323.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*627G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000407190.1",
          "strand": true,
          "transcript": "ENST00000435323.5",
          "transcript_support_level": 5
        },
        {
          "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": 1548,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000457807.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*324G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000401547.1",
          "strand": true,
          "transcript": "ENST00000457807.5",
          "transcript_support_level": 5
        },
        {
          "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": 1369,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000673740.1",
          "gene_hgnc_id": 54636,
          "gene_symbol": "CFAP298-TCP10L",
          "hgvs_c": "n.*166-9311C>T",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501042.1",
          "strand": false,
          "transcript": "ENST00000673740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000673907.1",
          "gene_hgnc_id": 11657,
          "gene_symbol": "TCP10L",
          "hgvs_c": "n.1021-16613C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000673907.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": 2129,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000674072.1",
          "gene_hgnc_id": 54636,
          "gene_symbol": "CFAP298-TCP10L",
          "hgvs_c": "n.*393-17250C>T",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501221.1",
          "strand": false,
          "transcript": "ENST00000674072.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": 2360,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000674122.1",
          "gene_hgnc_id": 54636,
          "gene_symbol": "CFAP298-TCP10L",
          "hgvs_c": "n.*568-17250C>T",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000501276.1",
          "strand": false,
          "transcript": "ENST00000674122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000496615.5",
          "gene_hgnc_id": 13239,
          "gene_symbol": "EVA1C",
          "hgvs_c": "n.*165G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000496615.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs145086534",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00004708232,
      "gene_hgnc_id": 13239,
      "gene_symbol": "EVA1C",
      "gnomad_exomes_ac": 42,
      "gnomad_exomes_af": 0.0000287304,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 34,
      "gnomad_genomes_af": 0.000223205,
      "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": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.913,
      "pos": 32515045,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.032,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_058187.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.