← 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: 11-57614337-AT-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "SERPING1",
          "hgnc_id": 1228,
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "inheritance_mode": "AD,SD",
          "pathogenic_score": 11,
          "score": 11,
          "transcript": "NM_000062.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_score": 11,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "11",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "Hereditary angioedema type 1",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_000062.3",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000278407.9",
          "protein_coding": true,
          "protein_id": "NP_000053.2",
          "strand": true,
          "transcript": "NM_000062.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000278407.9",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000062.3",
          "protein_coding": true,
          "protein_id": "ENSP00000278407.4",
          "strand": true,
          "transcript": "ENST00000278407.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "S",
          "aa_start": 354,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1748,
          "cdna_start": 1242,
          "cds_end": null,
          "cds_length": 1299,
          "cds_start": 1060,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000619430.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1060delT",
          "hgvs_p": "p.Ser354fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000478572.2",
          "strand": true,
          "transcript": "ENST00000619430.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1004,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000531133.5",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*633delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435431.1",
          "strand": true,
          "transcript": "ENST00000531133.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 907,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000531797.5",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*289delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432554.1",
          "strand": true,
          "transcript": "ENST00000531797.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1004,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000531133.5",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*633delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435431.1",
          "strand": true,
          "transcript": "ENST00000531133.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 907,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000531797.5",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*289delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000432554.1",
          "strand": true,
          "transcript": "ENST00000531797.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 543,
          "aa_ref": "S",
          "aa_start": 465,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2231,
          "cdna_start": 1759,
          "cds_end": null,
          "cds_length": 1632,
          "cds_start": 1393,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000403558.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1393delT",
          "hgvs_p": "p.Ser465fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384420.1",
          "strand": true,
          "transcript": "ENST00000403558.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "S",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1928,
          "cdna_start": 1423,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 1363,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879480.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1363delT",
          "hgvs_p": "p.Ser455fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549539.1",
          "strand": true,
          "transcript": "ENST00000879480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 511,
          "aa_ref": "S",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1868,
          "cdna_start": 1357,
          "cds_end": null,
          "cds_length": 1536,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879475.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Ser433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549534.1",
          "strand": true,
          "transcript": "ENST00000879475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": "S",
          "aa_start": 431,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1864,
          "cdna_start": 1359,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": 1291,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879473.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1291delT",
          "hgvs_p": "p.Ser431fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549532.1",
          "strand": true,
          "transcript": "ENST00000879473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1733,
          "cdna_start": 1336,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 1279,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000378323.8",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1279delT",
          "hgvs_p": "p.Ser427fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000367574.4",
          "strand": true,
          "transcript": "ENST00000378323.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1847,
          "cdna_start": 1343,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 1279,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879485.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1279delT",
          "hgvs_p": "p.Ser427fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549544.1",
          "strand": true,
          "transcript": "ENST00000879485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": "S",
          "aa_start": 427,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1899,
          "cdna_start": 1389,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": 1279,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000879488.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1279delT",
          "hgvs_p": "p.Ser427fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549547.1",
          "strand": true,
          "transcript": "ENST00000879488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001032295.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001027466.1",
          "strand": true,
          "transcript": "NM_001032295.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2084,
          "cdna_start": 1351,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000676670.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504807.1",
          "strand": true,
          "transcript": "ENST00000676670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2182,
          "cdna_start": 1362,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879467.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549526.1",
          "strand": true,
          "transcript": "ENST00000879467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2563,
          "cdna_start": 2052,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000879468.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549527.1",
          "strand": true,
          "transcript": "ENST00000879468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1903,
          "cdna_start": 1392,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879469.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549528.1",
          "strand": true,
          "transcript": "ENST00000879469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1828,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879474.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549533.1",
          "strand": true,
          "transcript": "ENST00000879474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1852,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879477.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549536.1",
          "strand": true,
          "transcript": "ENST00000879477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": 1605,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879479.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549538.1",
          "strand": true,
          "transcript": "ENST00000879479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1931,
          "cdna_start": 1426,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000879482.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549541.1",
          "strand": true,
          "transcript": "ENST00000879482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2113,
          "cdna_start": 1608,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879483.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549542.1",
          "strand": true,
          "transcript": "ENST00000879483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1807,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879484.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549543.1",
          "strand": true,
          "transcript": "ENST00000879484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "S",
          "aa_start": 422,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1862,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1264,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948717.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1264delT",
          "hgvs_p": "p.Ser422fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618776.1",
          "strand": true,
          "transcript": "ENST00000948717.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 499,
          "aa_ref": "S",
          "aa_start": 421,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1827,
          "cdna_start": 1321,
          "cds_end": null,
          "cds_length": 1500,
          "cds_start": 1261,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879478.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1261delT",
          "hgvs_p": "p.Ser421fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549537.1",
          "strand": true,
          "transcript": "ENST00000879478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "S",
          "aa_start": 419,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1820,
          "cdna_start": 1315,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 1255,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879481.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1255delT",
          "hgvs_p": "p.Ser419fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549540.1",
          "strand": true,
          "transcript": "ENST00000879481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "S",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1786,
          "cdna_start": 1297,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 1210,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000677625.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1210delT",
          "hgvs_p": "p.Ser404fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000502857.1",
          "strand": true,
          "transcript": "ENST00000677625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "S",
          "aa_start": 404,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1787,
          "cdna_start": 1276,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 1210,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000879472.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1210delT",
          "hgvs_p": "p.Ser404fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549531.1",
          "strand": true,
          "transcript": "ENST00000879472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "S",
          "aa_start": 385,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1719,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1153,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000340687.10",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1153delT",
          "hgvs_p": "p.Ser385fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000341861.6",
          "strand": true,
          "transcript": "ENST00000340687.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "S",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1722,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 1129,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000879471.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1129delT",
          "hgvs_p": "p.Ser377fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549530.1",
          "strand": true,
          "transcript": "ENST00000879471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 448,
          "aa_ref": "S",
          "aa_start": 370,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1751,
          "cdna_start": 1246,
          "cds_end": null,
          "cds_length": 1347,
          "cds_start": 1108,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000378324.6",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1108delT",
          "hgvs_p": "p.Ser370fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000367575.2",
          "strand": true,
          "transcript": "ENST00000378324.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 312,
          "aa_ref": "S",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1301,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 939,
          "cds_start": 700,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000879470.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.700delT",
          "hgvs_p": "p.Ser234fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549529.1",
          "strand": true,
          "transcript": "ENST00000879470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 174,
          "aa_ref": "S",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 846,
          "cdna_start": 341,
          "cds_end": null,
          "cds_length": 525,
          "cds_start": 286,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000879486.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.286delT",
          "hgvs_p": "p.Ser96fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549545.1",
          "strand": true,
          "transcript": "ENST00000879486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 174,
          "aa_ref": "S",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 909,
          "cdna_start": 403,
          "cds_end": null,
          "cds_length": 525,
          "cds_start": 286,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000879487.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.286delT",
          "hgvs_p": "p.Ser96fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549546.1",
          "strand": true,
          "transcript": "ENST00000879487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1790,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000879476.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "c.1250-31delT",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000549535.1",
          "strand": true,
          "transcript": "ENST00000879476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 841,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000528996.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*161delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000431226.2",
          "strand": true,
          "transcript": "ENST00000528996.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 908,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000530113.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.721delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000530113.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000531605.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*1040delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503752.1",
          "strand": true,
          "transcript": "ENST00000531605.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2849,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000676741.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.2346delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000676741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2011,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000677624.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*684delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503979.1",
          "strand": true,
          "transcript": "ENST00000677624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2019,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000677856.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.1517delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000677856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1468,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677915.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*161delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503118.1",
          "strand": true,
          "transcript": "ENST00000677915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1772,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000678533.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*818delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503873.1",
          "strand": true,
          "transcript": "ENST00000678533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1931,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000678592.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*204delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504424.1",
          "strand": true,
          "transcript": "ENST00000678592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 841,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000528996.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*161delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000431226.2",
          "strand": true,
          "transcript": "ENST00000528996.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000531605.2",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*1040delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503752.1",
          "strand": true,
          "transcript": "ENST00000531605.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2011,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000677624.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*684delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503979.1",
          "strand": true,
          "transcript": "ENST00000677624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1468,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000677915.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*161delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503118.1",
          "strand": true,
          "transcript": "ENST00000677915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1772,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000678533.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*818delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000503873.1",
          "strand": true,
          "transcript": "ENST00000678533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1931,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000678592.1",
          "gene_hgnc_id": 1228,
          "gene_symbol": "SERPING1",
          "hgvs_c": "n.*204delT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000504424.1",
          "strand": true,
          "transcript": "ENST00000678592.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1554996817",
      "effect": "frameshift_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 1228,
      "gene_symbol": "SERPING1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "Hereditary angioedema type 1",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.676,
      "pos": 57614337,
      "ref": "AT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_000062.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.