← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 2-33280072-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 33280072,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000404816.7",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3026C>T",
          "hgvs_p": "p.Pro1009Leu",
          "transcript": "NM_206943.4",
          "protein_id": "NP_996826.3",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 3026,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 3398,
          "cdna_end": null,
          "cdna_length": 6502,
          "mane_select": "ENST00000404816.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3026C>T",
          "hgvs_p": "p.Pro1009Leu",
          "transcript": "ENST00000404816.7",
          "protein_id": "ENSP00000386043.2",
          "transcript_support_level": 5,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 3026,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 3398,
          "cdna_end": null,
          "cdna_length": 6502,
          "mane_select": "NM_206943.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "ENST00000407925.5",
          "protein_id": "ENSP00000384091.1",
          "transcript_support_level": 1,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": 2129,
          "cdna_end": null,
          "cdna_length": 5087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "ENST00000418533.6",
          "protein_id": "ENSP00000393057.2",
          "transcript_support_level": 1,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1353,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 4062,
          "cdna_start": 2189,
          "cdna_end": null,
          "cdna_length": 5164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1889C>T",
          "hgvs_p": "p.Pro630Leu",
          "transcript": "ENST00000404525.5",
          "protein_id": "ENSP00000385359.1",
          "transcript_support_level": 1,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 1342,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 4029,
          "cdna_start": 1988,
          "cdna_end": null,
          "cdna_length": 5092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2867C>T",
          "hgvs_p": "p.Pro956Leu",
          "transcript": "NM_001394905.1",
          "protein_id": "NP_001381834.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1668,
          "cds_start": 2867,
          "cds_end": null,
          "cds_length": 5007,
          "cdna_start": 3239,
          "cdna_end": null,
          "cdna_length": 6343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "NM_000627.4",
          "protein_id": "NP_000618.4",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1395,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 4188,
          "cdna_start": 2190,
          "cdna_end": null,
          "cdna_length": 5294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2045C>T",
          "hgvs_p": "p.Pro682Leu",
          "transcript": "NM_001394906.1",
          "protein_id": "NP_001381835.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 1394,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 4185,
          "cdna_start": 2187,
          "cdna_end": null,
          "cdna_length": 5291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1961C>T",
          "hgvs_p": "p.Pro654Leu",
          "transcript": "NM_001394907.1",
          "protein_id": "NP_001381836.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": 2103,
          "cdna_end": null,
          "cdna_length": 5207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "NM_001166264.2",
          "protein_id": "NP_001159736.2",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1353,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 4062,
          "cdna_start": 2190,
          "cdna_end": null,
          "cdna_length": 5168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1922C>T",
          "hgvs_p": "p.Pro641Leu",
          "transcript": "NM_001394909.1",
          "protein_id": "NP_001381838.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 1353,
          "cds_start": 1922,
          "cds_end": null,
          "cds_length": 4062,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 5168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2045C>T",
          "hgvs_p": "p.Pro682Leu",
          "transcript": "NM_001394910.1",
          "protein_id": "NP_001381839.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": 2187,
          "cdna_end": null,
          "cdna_length": 5165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1919C>T",
          "hgvs_p": "p.Pro640Leu",
          "transcript": "NM_001394911.1",
          "protein_id": "NP_001381840.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 1919,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": 2061,
          "cdna_end": null,
          "cdna_length": 5165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "NM_001394912.1",
          "protein_id": "NP_001381841.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1347,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 4044,
          "cdna_start": 2190,
          "cdna_end": null,
          "cdna_length": 5150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1889C>T",
          "hgvs_p": "p.Pro630Leu",
          "transcript": "NM_001166265.2",
          "protein_id": "NP_001159737.2",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 1342,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 4029,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 5135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1886C>T",
          "hgvs_p": "p.Pro629Leu",
          "transcript": "NM_001394913.1",
          "protein_id": "NP_001381842.1",
          "transcript_support_level": null,
          "aa_start": 629,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": 1886,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": 2028,
          "cdna_end": null,
          "cdna_length": 5132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1889C>T",
          "hgvs_p": "p.Pro630Leu",
          "transcript": "ENST00000402934.5",
          "protein_id": "ENSP00000384373.1",
          "transcript_support_level": 5,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 1340,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 4023,
          "cdna_start": 2002,
          "cdna_end": null,
          "cdna_length": 4948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1838C>T",
          "hgvs_p": "p.Pro613Leu",
          "transcript": "NM_001394914.1",
          "protein_id": "NP_001381843.1",
          "transcript_support_level": null,
          "aa_start": 613,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": 1838,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": 1980,
          "cdna_end": null,
          "cdna_length": 5084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1964C>T",
          "hgvs_p": "p.Pro655Leu",
          "transcript": "NM_001394915.1",
          "protein_id": "NP_001381844.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": 1964,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": 2106,
          "cdna_end": null,
          "cdna_length": 5084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1805C>T",
          "hgvs_p": "p.Pro602Leu",
          "transcript": "NM_001394916.1",
          "protein_id": "NP_001381845.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 1314,
          "cds_start": 1805,
          "cds_end": null,
          "cds_length": 3945,
          "cdna_start": 2130,
          "cdna_end": null,
          "cdna_length": 5234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1922C>T",
          "hgvs_p": "p.Pro641Leu",
          "transcript": "NM_001394917.1",
          "protein_id": "NP_001381846.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 1922,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 5042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2048C>T",
          "hgvs_p": "p.Pro683Leu",
          "transcript": "NM_001394918.1",
          "protein_id": "NP_001381847.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 1305,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 3918,
          "cdna_start": 2190,
          "cdna_end": null,
          "cdna_length": 5024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2045C>T",
          "hgvs_p": "p.Pro682Leu",
          "transcript": "NM_001394919.1",
          "protein_id": "NP_001381848.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 1304,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 3915,
          "cdna_start": 2187,
          "cdna_end": null,
          "cdna_length": 5021,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1889C>T",
          "hgvs_p": "p.Pro630Leu",
          "transcript": "NM_001166266.2",
          "protein_id": "NP_001159738.2",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 5009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1763C>T",
          "hgvs_p": "p.Pro588Leu",
          "transcript": "NM_001394920.1",
          "protein_id": "NP_001381849.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 1300,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 3903,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 5009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1886C>T",
          "hgvs_p": "p.Pro629Leu",
          "transcript": "NM_001394921.1",
          "protein_id": "NP_001381850.1",
          "transcript_support_level": null,
          "aa_start": 629,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 1886,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": 2028,
          "cdna_end": null,
          "cdna_length": 5006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1763C>T",
          "hgvs_p": "p.Pro588Leu",
          "transcript": "NM_001394924.1",
          "protein_id": "NP_001381853.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 4883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1889C>T",
          "hgvs_p": "p.Pro630Leu",
          "transcript": "NM_001394925.1",
          "protein_id": "NP_001381854.1",
          "transcript_support_level": null,
          "aa_start": 630,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 1889,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 4865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1763C>T",
          "hgvs_p": "p.Pro588Leu",
          "transcript": "NM_001394926.1",
          "protein_id": "NP_001381855.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 4865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1763C>T",
          "hgvs_p": "p.Pro588Leu",
          "transcript": "NM_001394927.1",
          "protein_id": "NP_001381856.1",
          "transcript_support_level": null,
          "aa_start": 588,
          "aa_end": null,
          "aa_length": 1210,
          "cds_start": 1763,
          "cds_end": null,
          "cds_length": 3633,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 4739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.47C>T",
          "hgvs_p": "p.Pro16Leu",
          "transcript": "ENST00000415140.6",
          "protein_id": "ENSP00000388154.2",
          "transcript_support_level": 5,
          "aa_start": 16,
          "aa_end": null,
          "aa_length": 264,
          "cds_start": 47,
          "cds_end": null,
          "cds_length": 797,
          "cdna_start": 49,
          "cdna_end": null,
          "cdna_length": 799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3029C>T",
          "hgvs_p": "p.Pro1010Leu",
          "transcript": "XM_011532853.3",
          "protein_id": "XP_011531155.1",
          "transcript_support_level": null,
          "aa_start": 1010,
          "aa_end": null,
          "aa_length": 1722,
          "cds_start": 3029,
          "cds_end": null,
          "cds_length": 5169,
          "cdna_start": 3401,
          "cdna_end": null,
          "cdna_length": 6505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3023C>T",
          "hgvs_p": "p.Pro1008Leu",
          "transcript": "XM_011532855.3",
          "protein_id": "XP_011531157.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1720,
          "cds_start": 3023,
          "cds_end": null,
          "cds_length": 5163,
          "cdna_start": 3395,
          "cdna_end": null,
          "cdna_length": 6499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3029C>T",
          "hgvs_p": "p.Pro1010Leu",
          "transcript": "XM_011532857.3",
          "protein_id": "XP_011531159.1",
          "transcript_support_level": null,
          "aa_start": 1010,
          "aa_end": null,
          "aa_length": 1680,
          "cds_start": 3029,
          "cds_end": null,
          "cds_length": 5043,
          "cdna_start": 3401,
          "cdna_end": null,
          "cdna_length": 6379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2903C>T",
          "hgvs_p": "p.Pro968Leu",
          "transcript": "XM_011532858.3",
          "protein_id": "XP_011531160.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 1680,
          "cds_start": 2903,
          "cds_end": null,
          "cds_length": 5043,
          "cdna_start": 3275,
          "cdna_end": null,
          "cdna_length": 6379,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3026C>T",
          "hgvs_p": "p.Pro1009Leu",
          "transcript": "XM_017004109.2",
          "protein_id": "XP_016859598.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1679,
          "cds_start": 3026,
          "cds_end": null,
          "cds_length": 5040,
          "cdna_start": 3398,
          "cdna_end": null,
          "cdna_length": 6376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2900C>T",
          "hgvs_p": "p.Pro967Leu",
          "transcript": "XM_047444359.1",
          "protein_id": "XP_047300315.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1679,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 5040,
          "cdna_start": 3272,
          "cdna_end": null,
          "cdna_length": 6376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3023C>T",
          "hgvs_p": "p.Pro1008Leu",
          "transcript": "XM_047444360.1",
          "protein_id": "XP_047300316.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1678,
          "cds_start": 3023,
          "cds_end": null,
          "cds_length": 5037,
          "cdna_start": 3395,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2897C>T",
          "hgvs_p": "p.Pro966Leu",
          "transcript": "XM_047444361.1",
          "protein_id": "XP_047300317.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1678,
          "cds_start": 2897,
          "cds_end": null,
          "cds_length": 5037,
          "cdna_start": 3269,
          "cdna_end": null,
          "cdna_length": 6373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2870C>T",
          "hgvs_p": "p.Pro957Leu",
          "transcript": "XM_011532859.3",
          "protein_id": "XP_011531161.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1669,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 5010,
          "cdna_start": 3242,
          "cdna_end": null,
          "cdna_length": 6346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2864C>T",
          "hgvs_p": "p.Pro955Leu",
          "transcript": "XM_047444362.1",
          "protein_id": "XP_047300318.1",
          "transcript_support_level": null,
          "aa_start": 955,
          "aa_end": null,
          "aa_length": 1667,
          "cds_start": 2864,
          "cds_end": null,
          "cds_length": 5004,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 6340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2861C>T",
          "hgvs_p": "p.Pro954Leu",
          "transcript": "XM_011532860.3",
          "protein_id": "XP_011531162.1",
          "transcript_support_level": null,
          "aa_start": 954,
          "aa_end": null,
          "aa_length": 1666,
          "cds_start": 2861,
          "cds_end": null,
          "cds_length": 5001,
          "cdna_start": 3233,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2858C>T",
          "hgvs_p": "p.Pro953Leu",
          "transcript": "XM_047444363.1",
          "protein_id": "XP_047300319.1",
          "transcript_support_level": null,
          "aa_start": 953,
          "aa_end": null,
          "aa_length": 1665,
          "cds_start": 2858,
          "cds_end": null,
          "cds_length": 4998,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 6334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2900C>T",
          "hgvs_p": "p.Pro967Leu",
          "transcript": "XM_047444366.1",
          "protein_id": "XP_047300322.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 2900,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 3272,
          "cdna_end": null,
          "cdna_length": 6250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2897C>T",
          "hgvs_p": "p.Pro966Leu",
          "transcript": "XM_047444367.1",
          "protein_id": "XP_047300323.1",
          "transcript_support_level": null,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1636,
          "cds_start": 2897,
          "cds_end": null,
          "cds_length": 4911,
          "cdna_start": 3269,
          "cdna_end": null,
          "cdna_length": 6247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3029C>T",
          "hgvs_p": "p.Pro1010Leu",
          "transcript": "XM_011532861.3",
          "protein_id": "XP_011531163.1",
          "transcript_support_level": null,
          "aa_start": 1010,
          "aa_end": null,
          "aa_length": 1632,
          "cds_start": 3029,
          "cds_end": null,
          "cds_length": 4899,
          "cdna_start": 3401,
          "cdna_end": null,
          "cdna_length": 6235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3026C>T",
          "hgvs_p": "p.Pro1009Leu",
          "transcript": "XM_047444368.1",
          "protein_id": "XP_047300324.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1631,
          "cds_start": 3026,
          "cds_end": null,
          "cds_length": 4896,
          "cdna_start": 3398,
          "cdna_end": null,
          "cdna_length": 6232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.3023C>T",
          "hgvs_p": "p.Pro1008Leu",
          "transcript": "XM_047444369.1",
          "protein_id": "XP_047300325.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1630,
          "cds_start": 3023,
          "cds_end": null,
          "cds_length": 4893,
          "cdna_start": 3395,
          "cdna_end": null,
          "cdna_length": 6229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2870C>T",
          "hgvs_p": "p.Pro957Leu",
          "transcript": "XM_047444372.1",
          "protein_id": "XP_047300328.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 1627,
          "cds_start": 2870,
          "cds_end": null,
          "cds_length": 4884,
          "cdna_start": 3242,
          "cdna_end": null,
          "cdna_length": 6220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2867C>T",
          "hgvs_p": "p.Pro956Leu",
          "transcript": "XM_005264318.4",
          "protein_id": "XP_005264375.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1626,
          "cds_start": 2867,
          "cds_end": null,
          "cds_length": 4881,
          "cdna_start": 3239,
          "cdna_end": null,
          "cdna_length": 6217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2741C>T",
          "hgvs_p": "p.Pro914Leu",
          "transcript": "XM_047444373.1",
          "protein_id": "XP_047300329.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 1626,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 4881,
          "cdna_start": 3113,
          "cdna_end": null,
          "cdna_length": 6217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2864C>T",
          "hgvs_p": "p.Pro955Leu",
          "transcript": "XM_047444374.1",
          "protein_id": "XP_047300330.1",
          "transcript_support_level": null,
          "aa_start": 955,
          "aa_end": null,
          "aa_length": 1625,
          "cds_start": 2864,
          "cds_end": null,
          "cds_length": 4878,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2858C>T",
          "hgvs_p": "p.Pro953Leu",
          "transcript": "XM_047444375.1",
          "protein_id": "XP_047300331.1",
          "transcript_support_level": null,
          "aa_start": 953,
          "aa_end": null,
          "aa_length": 1623,
          "cds_start": 2858,
          "cds_end": null,
          "cds_length": 4872,
          "cdna_start": 3230,
          "cdna_end": null,
          "cdna_length": 6208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2699C>T",
          "hgvs_p": "p.Pro900Leu",
          "transcript": "XM_047444376.1",
          "protein_id": "XP_047300332.1",
          "transcript_support_level": null,
          "aa_start": 900,
          "aa_end": null,
          "aa_length": 1612,
          "cds_start": 2699,
          "cds_end": null,
          "cds_length": 4839,
          "cdna_start": 3071,
          "cdna_end": null,
          "cdna_length": 6175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2741C>T",
          "hgvs_p": "p.Pro914Leu",
          "transcript": "XM_047444379.1",
          "protein_id": "XP_047300335.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 1584,
          "cds_start": 2741,
          "cds_end": null,
          "cds_length": 4755,
          "cdna_start": 3113,
          "cdna_end": null,
          "cdna_length": 6091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2738C>T",
          "hgvs_p": "p.Pro913Leu",
          "transcript": "XM_047444380.1",
          "protein_id": "XP_047300336.1",
          "transcript_support_level": null,
          "aa_start": 913,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 2738,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 3110,
          "cdna_end": null,
          "cdna_length": 6088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2867C>T",
          "hgvs_p": "p.Pro956Leu",
          "transcript": "XM_047444381.1",
          "protein_id": "XP_047300337.1",
          "transcript_support_level": null,
          "aa_start": 956,
          "aa_end": null,
          "aa_length": 1578,
          "cds_start": 2867,
          "cds_end": null,
          "cds_length": 4737,
          "cdna_start": 3239,
          "cdna_end": null,
          "cdna_length": 6073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2699C>T",
          "hgvs_p": "p.Pro900Leu",
          "transcript": "XM_047444382.1",
          "protein_id": "XP_047300338.1",
          "transcript_support_level": null,
          "aa_start": 900,
          "aa_end": null,
          "aa_length": 1570,
          "cds_start": 2699,
          "cds_end": null,
          "cds_length": 4713,
          "cdna_start": 3071,
          "cdna_end": null,
          "cdna_length": 6049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1766C>T",
          "hgvs_p": "p.Pro589Leu",
          "transcript": "XM_047444383.1",
          "protein_id": "XP_047300339.1",
          "transcript_support_level": null,
          "aa_start": 589,
          "aa_end": null,
          "aa_length": 1301,
          "cds_start": 1766,
          "cds_end": null,
          "cds_length": 3906,
          "cdna_start": 1908,
          "cdna_end": null,
          "cdna_length": 5012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1760C>T",
          "hgvs_p": "p.Pro587Leu",
          "transcript": "XM_047444384.1",
          "protein_id": "XP_047300340.1",
          "transcript_support_level": null,
          "aa_start": 587,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 1760,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": 1902,
          "cdna_end": null,
          "cdna_length": 5006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2014+4149C>T",
          "hgvs_p": null,
          "transcript": "NM_001394908.1",
          "protein_id": "NP_001381837.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1355,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.1729+4149C>T",
          "hgvs_p": null,
          "transcript": "NM_001394923.1",
          "protein_id": "NP_001381852.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1260,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3783,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000285577",
          "gene_hgnc_id": null,
          "hgvs_c": "n.227+853G>A",
          "hgvs_p": null,
          "transcript": "ENST00000650179.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": 1912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2995+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_011532856.3",
          "protein_id": "XP_011531158.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1682,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5049,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2992+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_017004108.2",
          "protein_id": "XP_016859597.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1681,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5046,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2992+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_017004110.2",
          "protein_id": "XP_016859599.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1639,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2866+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444364.1",
          "protein_id": "XP_047300320.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1639,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2989+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444365.1",
          "protein_id": "XP_047300321.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1638,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2833+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444370.1",
          "protein_id": "XP_047300326.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1628,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4887,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2830+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444371.1",
          "protein_id": "XP_047300327.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1627,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2833+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444377.1",
          "protein_id": "XP_047300333.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "LTBP1",
          "gene_hgnc_id": 6714,
          "hgvs_c": "c.2707+4149C>T",
          "hgvs_p": null,
          "transcript": "XM_047444378.1",
          "protein_id": "XP_047300334.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "LTBP1",
      "gene_hgnc_id": 6714,
      "dbsnp": "rs2290427",
      "frequency_reference_population": 0.0000034204406,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342044,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9329781532287598,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.866,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.2068,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.35,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.432,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000404816.7",
          "gene_symbol": "LTBP1",
          "hgnc_id": 6714,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3026C>T",
          "hgvs_p": "p.Pro1009Leu"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000650179.1",
          "gene_symbol": "ENSG00000285577",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.227+853G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}