← 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-99149250-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 99149250,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000374994.9",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1457T>C",
          "hgvs_p": "p.Leu486Ser",
          "transcript": "NM_004612.4",
          "protein_id": "NP_004603.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1457,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1550,
          "cdna_end": null,
          "cdna_length": 6492,
          "mane_select": "ENST00000374994.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1457T>C",
          "hgvs_p": "p.Leu486Ser",
          "transcript": "ENST00000374994.9",
          "protein_id": "ENSP00000364133.4",
          "transcript_support_level": 1,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1457,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1550,
          "cdna_end": null,
          "cdna_length": 6492,
          "mane_select": "NM_004612.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1469T>C",
          "hgvs_p": "p.Leu490Ser",
          "transcript": "ENST00000552516.5",
          "protein_id": "ENSP00000447297.1",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1525,
          "cdna_end": null,
          "cdna_length": 5933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1226T>C",
          "hgvs_p": "p.Leu409Ser",
          "transcript": "ENST00000374990.6",
          "protein_id": "ENSP00000364129.2",
          "transcript_support_level": 1,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 426,
          "cds_start": 1226,
          "cds_end": null,
          "cds_length": 1281,
          "cdna_start": 1321,
          "cdna_end": null,
          "cdna_length": 5720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1469T>C",
          "hgvs_p": "p.Leu490Ser",
          "transcript": "NM_001306210.2",
          "protein_id": "NP_001293139.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 1562,
          "cdna_end": null,
          "cdna_length": 6504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1454T>C",
          "hgvs_p": "p.Leu485Ser",
          "transcript": "ENST00000714345.1",
          "protein_id": "ENSP00000519616.1",
          "transcript_support_level": null,
          "aa_start": 485,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 1454,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": 1562,
          "cdna_end": null,
          "cdna_length": 6004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1379T>C",
          "hgvs_p": "p.Leu460Ser",
          "transcript": "ENST00000714348.1",
          "protein_id": "ENSP00000519619.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 477,
          "cds_start": 1379,
          "cds_end": null,
          "cds_length": 1434,
          "cdna_start": 1459,
          "cdna_end": null,
          "cdna_length": 5859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1301T>C",
          "hgvs_p": "p.Leu434Ser",
          "transcript": "NM_001407416.1",
          "protein_id": "NP_001394345.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 6336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1289T>C",
          "hgvs_p": "p.Leu430Ser",
          "transcript": "NM_001407417.1",
          "protein_id": "NP_001394346.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1289,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1382,
          "cdna_end": null,
          "cdna_length": 6324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "NM_001407418.1",
          "protein_id": "NP_001394347.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1467,
          "cdna_end": null,
          "cdna_length": 6409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "NM_001407419.1",
          "protein_id": "NP_001394348.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1415,
          "cdna_end": null,
          "cdna_length": 6357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "NM_001407420.1",
          "protein_id": "NP_001394349.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 6640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "NM_001407422.1",
          "protein_id": "NP_001394351.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1667,
          "cdna_end": null,
          "cdna_length": 6609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "ENST00000552573.7",
          "protein_id": "ENSP00000447182.3",
          "transcript_support_level": 4,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1409,
          "cdna_end": null,
          "cdna_length": 6351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "ENST00000698941.1",
          "protein_id": "ENSP00000514048.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1461,
          "cdna_end": null,
          "cdna_length": 3562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407423.1",
          "protein_id": "NP_001394352.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1455,
          "cdna_end": null,
          "cdna_length": 6397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407424.1",
          "protein_id": "NP_001394353.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1415,
          "cdna_end": null,
          "cdna_length": 6357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407425.1",
          "protein_id": "NP_001394354.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1431,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407426.1",
          "protein_id": "NP_001394355.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1655,
          "cdna_end": null,
          "cdna_length": 6597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407427.1",
          "protein_id": "NP_001394356.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 6520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407428.1",
          "protein_id": "NP_001394357.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1610,
          "cdna_end": null,
          "cdna_length": 6552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407429.1",
          "protein_id": "NP_001394358.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1686,
          "cdna_end": null,
          "cdna_length": 6628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407430.1",
          "protein_id": "NP_001394359.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1488,
          "cdna_end": null,
          "cdna_length": 6430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407432.1",
          "protein_id": "NP_001394361.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1539,
          "cdna_end": null,
          "cdna_length": 6481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407433.1",
          "protein_id": "NP_001394362.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 6345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "NM_001407434.1",
          "protein_id": "NP_001394363.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "ENST00000546584.2",
          "protein_id": "ENSP00000447707.3",
          "transcript_support_level": 4,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 6390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "ENST00000547314.6",
          "protein_id": "ENSP00000449934.2",
          "transcript_support_level": 4,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1429,
          "cdna_end": null,
          "cdna_length": 6371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1250T>C",
          "hgvs_p": "p.Leu417Ser",
          "transcript": "ENST00000550253.1",
          "protein_id": "ENSP00000450052.1",
          "transcript_support_level": 2,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 1447,
          "cdna_end": null,
          "cdna_length": 1538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1226T>C",
          "hgvs_p": "p.Leu409Ser",
          "transcript": "NM_001130916.3",
          "protein_id": "NP_001124388.1",
          "transcript_support_level": null,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 426,
          "cds_start": 1226,
          "cds_end": null,
          "cds_length": 1281,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 6261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1226T>C",
          "hgvs_p": "p.Leu409Ser",
          "transcript": "NM_001407435.1",
          "protein_id": "NP_001394364.1",
          "transcript_support_level": null,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 426,
          "cds_start": 1226,
          "cds_end": null,
          "cds_length": 1281,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 6261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1211T>C",
          "hgvs_p": "p.Leu404Ser",
          "transcript": "NM_001407436.1",
          "protein_id": "NP_001394365.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 1211,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 1304,
          "cdna_end": null,
          "cdna_length": 6246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1019T>C",
          "hgvs_p": "p.Leu340Ser",
          "transcript": "ENST00000549021.6",
          "protein_id": "ENSP00000449028.2",
          "transcript_support_level": 2,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 1555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.980T>C",
          "hgvs_p": "p.Leu327Ser",
          "transcript": "NM_001407438.1",
          "protein_id": "NP_001394367.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 980,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 1073,
          "cdna_end": null,
          "cdna_length": 6015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.749T>C",
          "hgvs_p": "p.Leu250Ser",
          "transcript": "NM_001407437.1",
          "protein_id": "NP_001394366.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 267,
          "cds_start": 749,
          "cds_end": null,
          "cds_length": 804,
          "cdna_start": 842,
          "cdna_end": null,
          "cdna_length": 5784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "c.1262T>C",
          "hgvs_p": "p.Leu421Ser",
          "transcript": "XM_011518948.3",
          "protein_id": "XP_011517250.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 18048,
          "cdna_end": null,
          "cdna_length": 22990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*379T>C",
          "hgvs_p": null,
          "transcript": "ENST00000548365.6",
          "protein_id": "ENSP00000448518.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*192T>C",
          "hgvs_p": null,
          "transcript": "ENST00000549766.5",
          "protein_id": "ENSP00000446685.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1253T>C",
          "hgvs_p": null,
          "transcript": "ENST00000698942.1",
          "protein_id": "ENSP00000514049.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.1024T>C",
          "hgvs_p": null,
          "transcript": "ENST00000698943.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1412T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714346.1",
          "protein_id": "ENSP00000519617.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1367T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714347.1",
          "protein_id": "ENSP00000519618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1248T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714349.1",
          "protein_id": "ENSP00000519620.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1508T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714350.1",
          "protein_id": "ENSP00000519621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1236T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714351.1",
          "protein_id": "ENSP00000519622.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.1561T>C",
          "hgvs_p": null,
          "transcript": "NR_176360.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6503,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.1666T>C",
          "hgvs_p": null,
          "transcript": "NR_176361.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6608,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.1437T>C",
          "hgvs_p": null,
          "transcript": "NR_176362.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.1425T>C",
          "hgvs_p": null,
          "transcript": "NR_176363.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*379T>C",
          "hgvs_p": null,
          "transcript": "ENST00000548365.6",
          "protein_id": "ENSP00000448518.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*192T>C",
          "hgvs_p": null,
          "transcript": "ENST00000549766.5",
          "protein_id": "ENSP00000446685.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1253T>C",
          "hgvs_p": null,
          "transcript": "ENST00000698942.1",
          "protein_id": "ENSP00000514049.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1412T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714346.1",
          "protein_id": "ENSP00000519617.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1367T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714347.1",
          "protein_id": "ENSP00000519618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1248T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714349.1",
          "protein_id": "ENSP00000519620.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1508T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714350.1",
          "protein_id": "ENSP00000519621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR1",
          "gene_hgnc_id": 11772,
          "hgvs_c": "n.*1236T>C",
          "hgvs_p": null,
          "transcript": "ENST00000714351.1",
          "protein_id": "ENSP00000519622.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TGFBR1",
      "gene_hgnc_id": 11772,
      "dbsnp": "rs886039176",
      "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.9196593761444092,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.815,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9984,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.28,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.017,
      "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": 14,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Moderate,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000374994.9",
          "gene_symbol": "TGFBR1",
          "hgnc_id": 11772,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1457T>C",
          "hgvs_p": "p.Leu486Ser"
        }
      ],
      "clinvar_disease": "Familial thoracic aortic aneurysm and aortic dissection",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:2",
      "phenotype_combined": "Familial thoracic aortic aneurysm and aortic dissection",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}