← 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: 9-136668585-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP6_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "EGFL7",
          "hgnc_id": 20594,
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_016215.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP6_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 42,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0717,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.65,
      "chr": "9",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.03363409638404846,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1759,
          "cdna_start": 654,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_016215.5",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000308874.12",
          "protein_coding": true,
          "protein_id": "NP_057299.1",
          "strand": true,
          "transcript": "NM_016215.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1759,
          "cdna_start": 654,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000308874.12",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016215.5",
          "protein_coding": true,
          "protein_id": "ENSP00000307843.7",
          "strand": true,
          "transcript": "ENST00000308874.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1282,
          "cdna_start": 177,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000371698.3",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360763.3",
          "strand": true,
          "transcript": "ENST00000371698.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1529,
          "cdna_start": 424,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000406555.7",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000385639.3",
          "strand": true,
          "transcript": "ENST00000406555.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1574,
          "cdna_start": 181,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000917153.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587212.1",
          "strand": true,
          "transcript": "ENST00000917153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1306,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_201446.3",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958854.1",
          "strand": true,
          "transcript": "NM_201446.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2125,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000371699.5",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360764.1",
          "strand": true,
          "transcript": "ENST00000371699.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2444,
          "cdna_start": 1339,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893633.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563692.1",
          "strand": true,
          "transcript": "ENST00000893633.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1701,
          "cdna_start": 596,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893634.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563693.1",
          "strand": true,
          "transcript": "ENST00000893634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2250,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893635.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563694.1",
          "strand": true,
          "transcript": "ENST00000893635.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 562,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893636.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563695.1",
          "strand": true,
          "transcript": "ENST00000893636.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2081,
          "cdna_start": 976,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000893637.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563696.1",
          "strand": true,
          "transcript": "ENST00000893637.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2122,
          "cdna_start": 1017,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893638.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563697.1",
          "strand": true,
          "transcript": "ENST00000893638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2078,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000893639.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563698.1",
          "strand": true,
          "transcript": "ENST00000893639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1864,
          "cdna_start": 759,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893640.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563699.1",
          "strand": true,
          "transcript": "ENST00000893640.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1655,
          "cdna_start": 551,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893641.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563700.1",
          "strand": true,
          "transcript": "ENST00000893641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2224,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893642.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563701.1",
          "strand": true,
          "transcript": "ENST00000893642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1651,
          "cdna_start": 548,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893643.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563702.1",
          "strand": true,
          "transcript": "ENST00000893643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": 1236,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893644.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563703.1",
          "strand": true,
          "transcript": "ENST00000893644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": 590,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893645.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563704.1",
          "strand": true,
          "transcript": "ENST00000893645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1973,
          "cdna_start": 868,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000893646.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563705.1",
          "strand": true,
          "transcript": "ENST00000893646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1666,
          "cdna_start": 563,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893647.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563706.1",
          "strand": true,
          "transcript": "ENST00000893647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1626,
          "cdna_start": 521,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893648.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563707.1",
          "strand": true,
          "transcript": "ENST00000893648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4545,
          "cdna_start": 3440,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893649.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563708.1",
          "strand": true,
          "transcript": "ENST00000893649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2410,
          "cdna_start": 1306,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893650.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563709.1",
          "strand": true,
          "transcript": "ENST00000893650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1623,
          "cdna_start": 518,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893651.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563710.1",
          "strand": true,
          "transcript": "ENST00000893651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 529,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893654.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563713.1",
          "strand": true,
          "transcript": "ENST00000893654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1724,
          "cdna_start": 619,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893655.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563714.1",
          "strand": true,
          "transcript": "ENST00000893655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1721,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893656.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563715.1",
          "strand": true,
          "transcript": "ENST00000893656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1451,
          "cdna_start": 348,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893657.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563716.1",
          "strand": true,
          "transcript": "ENST00000893657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1637,
          "cdna_start": 532,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893658.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563717.1",
          "strand": true,
          "transcript": "ENST00000893658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1408,
          "cdna_start": 313,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893660.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563719.1",
          "strand": true,
          "transcript": "ENST00000893660.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1503,
          "cdna_start": 398,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893661.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563720.1",
          "strand": true,
          "transcript": "ENST00000893661.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1450,
          "cdna_start": 345,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893662.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563721.1",
          "strand": true,
          "transcript": "ENST00000893662.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1384,
          "cdna_start": 279,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893666.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563725.1",
          "strand": true,
          "transcript": "ENST00000893666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1386,
          "cdna_start": 281,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893667.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563726.1",
          "strand": true,
          "transcript": "ENST00000893667.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1296,
          "cdna_start": 193,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893668.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563727.1",
          "strand": true,
          "transcript": "ENST00000893668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1327,
          "cdna_start": 224,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893669.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563728.1",
          "strand": true,
          "transcript": "ENST00000893669.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1402,
          "cdna_start": 299,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893670.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563729.1",
          "strand": true,
          "transcript": "ENST00000893670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1275,
          "cdna_start": 172,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893671.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563730.1",
          "strand": true,
          "transcript": "ENST00000893671.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2343,
          "cdna_start": 1238,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000893672.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563731.1",
          "strand": true,
          "transcript": "ENST00000893672.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": 452,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893673.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563732.1",
          "strand": true,
          "transcript": "ENST00000893673.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1475,
          "cdna_start": 369,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965523.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635582.1",
          "strand": true,
          "transcript": "ENST00000965523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2192,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965524.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635583.1",
          "strand": true,
          "transcript": "ENST00000965524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2079,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965525.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635584.1",
          "strand": true,
          "transcript": "ENST00000965525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2273,
          "cdna_start": 1169,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000965526.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635585.1",
          "strand": true,
          "transcript": "ENST00000965526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1695,
          "cdna_start": 591,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000965527.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635586.1",
          "strand": true,
          "transcript": "ENST00000965527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1939,
          "cdna_start": 836,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965531.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635590.1",
          "strand": true,
          "transcript": "ENST00000965531.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1609,
          "cdna_start": 505,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965532.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635591.1",
          "strand": true,
          "transcript": "ENST00000965532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2385,
          "cdna_start": 1283,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965533.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635592.1",
          "strand": true,
          "transcript": "ENST00000965533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2283,
          "cdna_start": 1181,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965534.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635593.1",
          "strand": true,
          "transcript": "ENST00000965534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1660,
          "cdna_start": 555,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965535.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635594.1",
          "strand": true,
          "transcript": "ENST00000965535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": 652,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965536.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635595.1",
          "strand": true,
          "transcript": "ENST00000965536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1538,
          "cdna_start": 433,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965537.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635596.1",
          "strand": true,
          "transcript": "ENST00000965537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1730,
          "cdna_start": 626,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965538.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635597.1",
          "strand": true,
          "transcript": "ENST00000965538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1914,
          "cdna_start": 810,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965542.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635601.1",
          "strand": true,
          "transcript": "ENST00000965542.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1745,
          "cdna_start": 641,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965543.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635602.1",
          "strand": true,
          "transcript": "ENST00000965543.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1853,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965544.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635603.1",
          "strand": true,
          "transcript": "ENST00000965544.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1926,
          "cdna_start": 824,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965545.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635604.1",
          "strand": true,
          "transcript": "ENST00000965545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2309,
          "cdna_start": 1204,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965546.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635605.1",
          "strand": true,
          "transcript": "ENST00000965546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1746,
          "cdna_start": 641,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965548.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635607.1",
          "strand": true,
          "transcript": "ENST00000965548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1968,
          "cdna_start": 864,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000965549.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635608.1",
          "strand": true,
          "transcript": "ENST00000965549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1678,
          "cdna_start": 575,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965551.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635610.1",
          "strand": true,
          "transcript": "ENST00000965551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1730,
          "cdna_start": 643,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965552.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635611.1",
          "strand": true,
          "transcript": "ENST00000965552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 274,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965554.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635613.1",
          "strand": true,
          "transcript": "ENST00000965554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1426,
          "cdna_start": 322,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965555.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635614.1",
          "strand": true,
          "transcript": "ENST00000965555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1289,
          "cdna_start": 185,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000965557.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635616.1",
          "strand": true,
          "transcript": "ENST00000965557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1527,
          "cdna_start": 423,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000965558.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635617.1",
          "strand": true,
          "transcript": "ENST00000965558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1543,
          "cdna_start": 441,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893653.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563712.1",
          "strand": true,
          "transcript": "ENST00000893653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1555,
          "cdna_start": 453,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965528.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635587.1",
          "strand": true,
          "transcript": "ENST00000965528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1550,
          "cdna_start": 449,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965530.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635589.1",
          "strand": true,
          "transcript": "ENST00000965530.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1542,
          "cdna_start": 441,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965541.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635600.1",
          "strand": true,
          "transcript": "ENST00000965541.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1281,
          "cdna_start": 180,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000965556.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635615.1",
          "strand": true,
          "transcript": "ENST00000965556.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 271,
          "aa_ref": "G",
          "aa_start": 35,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1232,
          "cdna_start": 145,
          "cds_end": null,
          "cds_length": 816,
          "cds_start": 103,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000893675.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.103G>A",
          "hgvs_p": "p.Gly35Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563734.1",
          "strand": true,
          "transcript": "ENST00000893675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 270,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1533,
          "cdna_start": 440,
          "cds_end": null,
          "cds_length": 813,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893659.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563718.1",
          "strand": true,
          "transcript": "ENST00000893659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 270,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1294,
          "cdna_start": 198,
          "cds_end": null,
          "cds_length": 813,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000917152.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587211.1",
          "strand": true,
          "transcript": "ENST00000917152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1260,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893665.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563724.1",
          "strand": true,
          "transcript": "ENST00000893665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1711,
          "cdna_start": 652,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965540.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635599.1",
          "strand": true,
          "transcript": "ENST00000965540.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 255,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1534,
          "cdna_start": 485,
          "cds_end": null,
          "cds_length": 768,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965553.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635612.1",
          "strand": true,
          "transcript": "ENST00000965553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1221,
          "cdna_start": 215,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000917150.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587209.1",
          "strand": true,
          "transcript": "ENST00000917150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1755,
          "cdna_start": 750,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000893674.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563733.1",
          "strand": true,
          "transcript": "ENST00000893674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1446,
          "cdna_start": 441,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965539.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635598.1",
          "strand": true,
          "transcript": "ENST00000965539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1438,
          "cdna_start": 435,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965550.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635609.1",
          "strand": true,
          "transcript": "ENST00000965550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 239,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1203,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 720,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893664.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563723.1",
          "strand": true,
          "transcript": "ENST00000893664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1385,
          "cdna_start": 442,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893652.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563711.1",
          "strand": true,
          "transcript": "ENST00000893652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1143,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000893663.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563722.1",
          "strand": true,
          "transcript": "ENST00000893663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3526,
          "cdna_start": 2583,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000917154.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587213.1",
          "strand": true,
          "transcript": "ENST00000917154.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1395,
          "cdna_start": 453,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965529.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635588.1",
          "strand": true,
          "transcript": "ENST00000965529.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 435,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000965547.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635606.1",
          "strand": true,
          "transcript": "ENST00000965547.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 187,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1045,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 564,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000917151.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587210.1",
          "strand": true,
          "transcript": "ENST00000917151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 64,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 723,
          "cdna_start": 635,
          "cds_end": null,
          "cds_length": 197,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000492862.6",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000473338.1",
          "strand": true,
          "transcript": "ENST00000492862.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1353,
          "cdna_start": 248,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047423451.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279407.1",
          "strand": true,
          "transcript": "XM_047423451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1144,
          "cdna_start": 201,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_006717141.4",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006717204.1",
          "strand": true,
          "transcript": "XM_006717141.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 219,
          "aa_ref": "G",
          "aa_start": 37,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1191,
          "cdna_start": 248,
          "cds_end": null,
          "cds_length": 660,
          "cds_start": 109,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047423452.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.109G>A",
          "hgvs_p": "p.Gly37Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279408.1",
          "strand": true,
          "transcript": "XM_047423452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 249,
          "aa_ref": "T",
          "aa_start": 51,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2211,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 750,
          "cds_start": 153,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017014795.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.153G>A",
          "hgvs_p": "p.Thr51Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870284.1",
          "strand": true,
          "transcript": "XM_017014795.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "T",
          "aa_start": 50,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2208,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 747,
          "cds_start": 150,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_017014796.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.150G>A",
          "hgvs_p": "p.Thr50Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870285.1",
          "strand": true,
          "transcript": "XM_017014796.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "T",
          "aa_start": 17,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1887,
          "cdna_start": 898,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 51,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_011518767.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.51G>A",
          "hgvs_p": "p.Thr17Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517069.1",
          "strand": true,
          "transcript": "XM_011518767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "T",
          "aa_start": 17,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1884,
          "cdna_start": 895,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 51,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_011518768.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.51G>A",
          "hgvs_p": "p.Thr17Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517070.1",
          "strand": true,
          "transcript": "XM_011518768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "T",
          "aa_start": 17,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2424,
          "cdna_start": 1435,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 51,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017014798.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.51G>A",
          "hgvs_p": "p.Thr17Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870287.1",
          "strand": true,
          "transcript": "XM_017014798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 215,
          "aa_ref": "T",
          "aa_start": 17,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2427,
          "cdna_start": 1438,
          "cds_end": null,
          "cds_length": 648,
          "cds_start": 51,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017014799.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.51G>A",
          "hgvs_p": "p.Thr17Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870288.1",
          "strand": true,
          "transcript": "XM_017014799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": "T",
          "aa_start": 51,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2049,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": 153,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047423453.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "c.153G>A",
          "hgvs_p": "p.Thr51Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279409.1",
          "strand": true,
          "transcript": "XM_047423453.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": 456,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000490469.5",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "n.299G>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": "ENST00000490469.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 654,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000492002.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "n.59G>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": "ENST00000492002.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1540,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_045110.2",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "n.435G>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_045110.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": 1543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_045111.2",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "n.438G>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_045111.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": 2125,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_046367.1",
          "gene_hgnc_id": 20594,
          "gene_symbol": "EGFL7",
          "hgvs_c": "n.1020G>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_046367.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs757508218",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000026107453,
      "gene_hgnc_id": 20594,
      "gene_symbol": "EGFL7",
      "gnomad_exomes_ac": 32,
      "gnomad_exomes_af": 0.0000219688,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 10,
      "gnomad_genomes_af": 0.0000657341,
      "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": "Likely benign",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -2.78,
      "pos": 136668585,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.04,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_score_selected": 0.2199999988079071,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.22,
      "transcript": "NM_016215.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.