← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 2-3604363-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 3604363,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001255985.1",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "NM_024027.5",
          "protein_id": "NP_076932.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000349077.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_024027.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000349077.9",
          "protein_id": "ENSP00000339168.4",
          "transcript_support_level": 1,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_024027.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000349077.9"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000382062.6",
          "protein_id": "ENSP00000371494.2",
          "transcript_support_level": 1,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000382062.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.-66T>A",
          "hgvs_p": null,
          "transcript": "ENST00000236693.11",
          "protein_id": "ENSP00000236693.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 268,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 807,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000236693.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "n.263T>A",
          "hgvs_p": null,
          "transcript": "ENST00000460971.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000460971.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "n.263T>A",
          "hgvs_p": null,
          "transcript": "ENST00000487365.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000487365.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu",
          "transcript": "NM_001255985.1",
          "protein_id": "NP_001242914.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001255985.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu",
          "transcript": "ENST00000418971.6",
          "protein_id": "ENSP00000411770.2",
          "transcript_support_level": 2,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000418971.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856326.1",
          "protein_id": "ENSP00000526385.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856326.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856328.1",
          "protein_id": "ENSP00000526387.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856328.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856330.1",
          "protein_id": "ENSP00000526389.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856330.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856332.1",
          "protein_id": "ENSP00000526391.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856332.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856334.1",
          "protein_id": "ENSP00000526393.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856334.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856336.1",
          "protein_id": "ENSP00000526395.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856336.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856341.1",
          "protein_id": "ENSP00000526400.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856341.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856344.1",
          "protein_id": "ENSP00000526403.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856344.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856345.1",
          "protein_id": "ENSP00000526404.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856345.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856346.1",
          "protein_id": "ENSP00000526405.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856346.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856348.1",
          "protein_id": "ENSP00000526407.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856348.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856349.1",
          "protein_id": "ENSP00000526408.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856349.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856350.1",
          "protein_id": "ENSP00000526409.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856350.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856353.1",
          "protein_id": "ENSP00000526412.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856353.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856355.1",
          "protein_id": "ENSP00000526414.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856355.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856356.1",
          "protein_id": "ENSP00000526415.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856356.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856357.1",
          "protein_id": "ENSP00000526416.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856357.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856358.1",
          "protein_id": "ENSP00000526417.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856358.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856335.1",
          "protein_id": "ENSP00000526394.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856335.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856331.1",
          "protein_id": "ENSP00000526390.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856331.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "NM_001255982.2",
          "protein_id": "NP_001242911.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001255982.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "NM_001255983.2",
          "protein_id": "NP_001242912.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001255983.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856327.1",
          "protein_id": "ENSP00000526386.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856327.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856329.1",
          "protein_id": "ENSP00000526388.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856329.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856333.1",
          "protein_id": "ENSP00000526392.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856333.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856338.1",
          "protein_id": "ENSP00000526397.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856338.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856340.1",
          "protein_id": "ENSP00000526399.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856340.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856342.1",
          "protein_id": "ENSP00000526401.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856342.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856343.1",
          "protein_id": "ENSP00000526402.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856343.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856347.1",
          "protein_id": "ENSP00000526406.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856347.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856352.1",
          "protein_id": "ENSP00000526411.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856352.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856354.1",
          "protein_id": "ENSP00000526413.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856354.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000922248.1",
          "protein_id": "ENSP00000592307.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922248.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856337.1",
          "protein_id": "ENSP00000526396.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856337.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "NM_001255984.2",
          "protein_id": "NP_001242913.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001255984.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856339.1",
          "protein_id": "ENSP00000526398.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856339.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.23T>A",
          "hgvs_p": "p.Val8Glu",
          "transcript": "ENST00000856351.1",
          "protein_id": "ENSP00000526410.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": 23,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856351.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu",
          "transcript": "ENST00000438814.5",
          "protein_id": "ENSP00000393167.1",
          "transcript_support_level": 4,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 122,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 370,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438814.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu",
          "transcript": "XM_005263853.5",
          "protein_id": "XP_005263910.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 261,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005263853.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu",
          "transcript": "XM_006711897.4",
          "protein_id": "XP_006711960.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 261,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006711897.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "c.-66T>A",
          "hgvs_p": null,
          "transcript": "NM_199235.3",
          "protein_id": "NP_954705.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 268,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 807,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_199235.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "n.23T>A",
          "hgvs_p": null,
          "transcript": "ENST00000416132.5",
          "protein_id": "ENSP00000410919.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000416132.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "n.382T>A",
          "hgvs_p": null,
          "transcript": "ENST00000419002.6",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000419002.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COLEC11",
          "gene_hgnc_id": 17213,
          "hgvs_c": "n.106T>A",
          "hgvs_p": null,
          "transcript": "NR_045659.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_045659.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000237370",
          "gene_hgnc_id": null,
          "hgvs_c": "n.-121A>T",
          "hgvs_p": null,
          "transcript": "ENST00000456450.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000456450.1"
        }
      ],
      "gene_symbol": "COLEC11",
      "gene_hgnc_id": 17213,
      "dbsnp": "rs113269917",
      "frequency_reference_population": 0.0000065682307,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000656823,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.19703811407089233,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.444,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1592,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.17,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.02,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001255985.1",
          "gene_symbol": "COLEC11",
          "hgnc_id": 17213,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.65T>A",
          "hgvs_p": "p.Val22Glu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000456450.1",
          "gene_symbol": "ENSG00000237370",
          "hgnc_id": null,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-121A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}