← 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-27212710-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 27212710,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000459.5",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2690A>G",
          "hgvs_p": "p.Tyr897Cys",
          "transcript": "NM_000459.5",
          "protein_id": "NP_000450.3",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2690,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000380036.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000459.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2690A>G",
          "hgvs_p": "p.Tyr897Cys",
          "transcript": "ENST00000380036.10",
          "protein_id": "ENSP00000369375.4",
          "transcript_support_level": 1,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 2690,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000459.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000380036.10"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2729A>G",
          "hgvs_p": "p.Tyr910Cys",
          "transcript": "ENST00000923267.1",
          "protein_id": "ENSP00000593326.1",
          "transcript_support_level": null,
          "aa_start": 910,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 2729,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923267.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2687A>G",
          "hgvs_p": "p.Tyr896Cys",
          "transcript": "NM_001375475.1",
          "protein_id": "NP_001362404.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375475.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2687A>G",
          "hgvs_p": "p.Tyr896Cys",
          "transcript": "ENST00000856712.1",
          "protein_id": "ENSP00000526771.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856712.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2687A>G",
          "hgvs_p": "p.Tyr896Cys",
          "transcript": "ENST00000944998.1",
          "protein_id": "ENSP00000615057.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944998.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2675A>G",
          "hgvs_p": "p.Tyr892Cys",
          "transcript": "ENST00000856727.1",
          "protein_id": "ENSP00000526786.1",
          "transcript_support_level": null,
          "aa_start": 892,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 2675,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856727.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2672A>G",
          "hgvs_p": "p.Tyr891Cys",
          "transcript": "ENST00000856720.1",
          "protein_id": "ENSP00000526779.1",
          "transcript_support_level": null,
          "aa_start": 891,
          "aa_end": null,
          "aa_length": 1118,
          "cds_start": 2672,
          "cds_end": null,
          "cds_length": 3357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856720.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2579A>G",
          "hgvs_p": "p.Tyr860Cys",
          "transcript": "ENST00000944996.1",
          "protein_id": "ENSP00000615055.1",
          "transcript_support_level": null,
          "aa_start": 860,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 2579,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944996.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Tyr854Cys",
          "transcript": "NM_001290077.2",
          "protein_id": "NP_001277006.2",
          "transcript_support_level": null,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 2561,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001290077.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Tyr854Cys",
          "transcript": "ENST00000406359.8",
          "protein_id": "ENSP00000383977.4",
          "transcript_support_level": 2,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 2561,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000406359.8"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Tyr854Cys",
          "transcript": "ENST00000944990.1",
          "protein_id": "ENSP00000615049.1",
          "transcript_support_level": null,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 2561,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944990.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2558A>G",
          "hgvs_p": "p.Tyr853Cys",
          "transcript": "NM_001375476.1",
          "protein_id": "NP_001362405.1",
          "transcript_support_level": null,
          "aa_start": 853,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2558,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375476.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2558A>G",
          "hgvs_p": "p.Tyr853Cys",
          "transcript": "ENST00000856713.1",
          "protein_id": "ENSP00000526772.1",
          "transcript_support_level": null,
          "aa_start": 853,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2558,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856713.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2558A>G",
          "hgvs_p": "p.Tyr853Cys",
          "transcript": "ENST00000856716.1",
          "protein_id": "ENSP00000526775.1",
          "transcript_support_level": null,
          "aa_start": 853,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 2558,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856716.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2690A>G",
          "hgvs_p": "p.Tyr897Cys",
          "transcript": "ENST00000856717.1",
          "protein_id": "ENSP00000526776.1",
          "transcript_support_level": null,
          "aa_start": 897,
          "aa_end": null,
          "aa_length": 1078,
          "cds_start": 2690,
          "cds_end": null,
          "cds_length": 3237,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856717.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2552A>G",
          "hgvs_p": "p.Tyr851Cys",
          "transcript": "ENST00000944997.1",
          "protein_id": "ENSP00000615056.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 1078,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 3237,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944997.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2687A>G",
          "hgvs_p": "p.Tyr896Cys",
          "transcript": "ENST00000856715.1",
          "protein_id": "ENSP00000526774.1",
          "transcript_support_level": null,
          "aa_start": 896,
          "aa_end": null,
          "aa_length": 1077,
          "cds_start": 2687,
          "cds_end": null,
          "cds_length": 3234,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856715.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2537A>G",
          "hgvs_p": "p.Tyr846Cys",
          "transcript": "ENST00000856723.1",
          "protein_id": "ENSP00000526782.1",
          "transcript_support_level": null,
          "aa_start": 846,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 2537,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856723.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2675A>G",
          "hgvs_p": "p.Tyr892Cys",
          "transcript": "ENST00000944994.1",
          "protein_id": "ENSP00000615053.1",
          "transcript_support_level": null,
          "aa_start": 892,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 2675,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944994.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2525A>G",
          "hgvs_p": "p.Tyr842Cys",
          "transcript": "ENST00000923266.1",
          "protein_id": "ENSP00000593325.1",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": 2525,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923266.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2561A>G",
          "hgvs_p": "p.Tyr854Cys",
          "transcript": "ENST00000856722.1",
          "protein_id": "ENSP00000526781.1",
          "transcript_support_level": null,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 2561,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856722.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2423A>G",
          "hgvs_p": "p.Tyr808Cys",
          "transcript": "ENST00000856728.1",
          "protein_id": "ENSP00000526787.1",
          "transcript_support_level": null,
          "aa_start": 808,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 2423,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856728.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2396A>G",
          "hgvs_p": "p.Tyr799Cys",
          "transcript": "ENST00000856718.1",
          "protein_id": "ENSP00000526777.1",
          "transcript_support_level": null,
          "aa_start": 799,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": 2396,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856718.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2393A>G",
          "hgvs_p": "p.Tyr798Cys",
          "transcript": "ENST00000944992.1",
          "protein_id": "ENSP00000615051.1",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 2393,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944992.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2390A>G",
          "hgvs_p": "p.Tyr797Cys",
          "transcript": "ENST00000856724.1",
          "protein_id": "ENSP00000526783.1",
          "transcript_support_level": null,
          "aa_start": 797,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 2390,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856724.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2375A>G",
          "hgvs_p": "p.Tyr792Cys",
          "transcript": "ENST00000856714.1",
          "protein_id": "ENSP00000526773.1",
          "transcript_support_level": null,
          "aa_start": 792,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 2375,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856714.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2324A>G",
          "hgvs_p": "p.Tyr775Cys",
          "transcript": "ENST00000856726.1",
          "protein_id": "ENSP00000526785.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": 2324,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856726.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2261A>G",
          "hgvs_p": "p.Tyr754Cys",
          "transcript": "ENST00000856725.1",
          "protein_id": "ENSP00000526784.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2261,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856725.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Tyr749Cys",
          "transcript": "NM_001290078.2",
          "protein_id": "NP_001277007.2",
          "transcript_support_level": null,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001290078.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2246A>G",
          "hgvs_p": "p.Tyr749Cys",
          "transcript": "ENST00000519097.5",
          "protein_id": "ENSP00000430686.1",
          "transcript_support_level": 2,
          "aa_start": 749,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 2246,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000519097.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.2150A>G",
          "hgvs_p": "p.Tyr717Cys",
          "transcript": "ENST00000856721.1",
          "protein_id": "ENSP00000526780.1",
          "transcript_support_level": null,
          "aa_start": 717,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 2150,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856721.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.1991A>G",
          "hgvs_p": "p.Tyr664Cys",
          "transcript": "ENST00000856719.1",
          "protein_id": "ENSP00000526778.1",
          "transcript_support_level": null,
          "aa_start": 664,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1991,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856719.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.1430A>G",
          "hgvs_p": "p.Tyr477Cys",
          "transcript": "ENST00000944993.1",
          "protein_id": "ENSP00000615052.1",
          "transcript_support_level": null,
          "aa_start": 477,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1430,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944993.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.1427A>G",
          "hgvs_p": "p.Tyr476Cys",
          "transcript": "ENST00000944995.1",
          "protein_id": "ENSP00000615054.1",
          "transcript_support_level": null,
          "aa_start": 476,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": 1427,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944995.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.1142A>G",
          "hgvs_p": "p.Tyr381Cys",
          "transcript": "ENST00000944991.1",
          "protein_id": "ENSP00000615050.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1142,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944991.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TEK",
          "gene_hgnc_id": 11724,
          "hgvs_c": "c.*1191A>G",
          "hgvs_p": null,
          "transcript": "ENST00000615002.4",
          "protein_id": "ENSP00000480251.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615002.4"
        }
      ],
      "gene_symbol": "TEK",
      "gene_hgnc_id": 11724,
      "dbsnp": "rs80338909",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9585115909576416,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.868,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8533,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.32,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.29,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM2,PM5,PP3_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_000459.5",
          "gene_symbol": "TEK",
          "hgnc_id": 11724,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2690A>G",
          "hgvs_p": "p.Tyr897Cys"
        }
      ],
      "clinvar_disease": "Abnormal cardiovascular system morphology,Blue rubber bleb nevus,Multiple cutaneous and mucosal venous malformations,Ventricular septal defect,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3",
      "phenotype_combined": "Multiple cutaneous and mucosal venous malformations|not provided|Abnormal cardiovascular system morphology|Ventricular septal defect;Blue rubber bleb nevus",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}