← 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: 4-184635330-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 184635330,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_004346.4",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "NM_004346.4",
          "protein_id": "NP_004337.2",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 2645,
          "mane_select": "ENST00000308394.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004346.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000308394.9",
          "protein_id": "ENSP00000311032.4",
          "transcript_support_level": 1,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 2645,
          "mane_select": "NM_004346.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000308394.9"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000523916.5",
          "protein_id": "ENSP00000428929.1",
          "transcript_support_level": 1,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 272,
          "cdna_end": null,
          "cdna_length": 2540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000523916.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000393585.6",
          "protein_id": "ENSP00000377210.2",
          "transcript_support_level": 1,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 182,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 549,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393585.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "NM_001354777.2",
          "protein_id": "NP_001341706.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 339,
          "cdna_end": null,
          "cdna_length": 2607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354777.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "NM_032991.3",
          "protein_id": "NP_116786.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 210,
          "cdna_end": null,
          "cdna_length": 2478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032991.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000700100.1",
          "protein_id": "ENSP00000514797.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 572,
          "cdna_end": null,
          "cdna_length": 2838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700100.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000700101.1",
          "protein_id": "ENSP00000514798.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700101.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872339.1",
          "protein_id": "ENSP00000542398.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 499,
          "cdna_end": null,
          "cdna_length": 2765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872339.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872340.1",
          "protein_id": "ENSP00000542399.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 2831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872340.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872341.1",
          "protein_id": "ENSP00000542400.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 447,
          "cdna_end": null,
          "cdna_length": 2708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872341.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872342.1",
          "protein_id": "ENSP00000542401.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 622,
          "cdna_end": null,
          "cdna_length": 2891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872342.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872343.1",
          "protein_id": "ENSP00000542402.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 3104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872343.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872344.1",
          "protein_id": "ENSP00000542403.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 433,
          "cdna_end": null,
          "cdna_length": 2699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872344.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872345.1",
          "protein_id": "ENSP00000542404.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 2668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872345.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872346.1",
          "protein_id": "ENSP00000542405.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 1650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872346.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000872347.1",
          "protein_id": "ENSP00000542406.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 682,
          "cdna_end": null,
          "cdna_length": 2950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872347.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939939.1",
          "protein_id": "ENSP00000609998.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 279,
          "cdna_end": null,
          "cdna_length": 2547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939939.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939940.1",
          "protein_id": "ENSP00000609999.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 375,
          "cdna_end": null,
          "cdna_length": 2643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939940.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939941.1",
          "protein_id": "ENSP00000610000.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 2551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939941.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939943.1",
          "protein_id": "ENSP00000610002.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 188,
          "cdna_end": null,
          "cdna_length": 2453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939943.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939944.1",
          "protein_id": "ENSP00000610003.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 438,
          "cdna_end": null,
          "cdna_length": 2698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939944.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939945.1",
          "protein_id": "ENSP00000610004.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 2569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939945.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939946.1",
          "protein_id": "ENSP00000610005.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 197,
          "cdna_end": null,
          "cdna_length": 1691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939946.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000972040.1",
          "protein_id": "ENSP00000642099.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 2640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972040.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000972041.1",
          "protein_id": "ENSP00000642100.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 200,
          "cdna_end": null,
          "cdna_length": 2461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972041.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000972042.1",
          "protein_id": "ENSP00000642101.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 2827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972042.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000972043.1",
          "protein_id": "ENSP00000642102.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 1045,
          "cdna_end": null,
          "cdna_length": 3304,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000972043.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000939942.1",
          "protein_id": "ENSP00000610001.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 2466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939942.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.64A>G",
          "hgvs_p": "p.Ile22Val",
          "transcript": "NM_001354779.2",
          "protein_id": "NP_001341708.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 64,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": 206,
          "cdna_end": null,
          "cdna_length": 2474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354779.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.64A>G",
          "hgvs_p": "p.Ile22Val",
          "transcript": "NM_001354780.2",
          "protein_id": "NP_001341709.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 64,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": 373,
          "cdna_end": null,
          "cdna_length": 2641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354780.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.169A>G",
          "hgvs_p": "p.Ile57Val",
          "transcript": "NM_001354783.2",
          "protein_id": "NP_001341712.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 569,
          "cdna_end": null,
          "cdna_length": 2716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354783.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "NM_001354781.2",
          "protein_id": "NP_001341710.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 182,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 549,
          "cdna_start": 210,
          "cdna_end": null,
          "cdna_length": 2357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354781.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "NM_001354782.2",
          "protein_id": "NP_001341711.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 182,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 549,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 2524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354782.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000393588.8",
          "protein_id": "ENSP00000377213.4",
          "transcript_support_level": 4,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 182,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 549,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393588.8"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000517513.5",
          "protein_id": "ENSP00000428372.1",
          "transcript_support_level": 5,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 182,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 549,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000517513.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.64A>G",
          "hgvs_p": "p.Ile22Val",
          "transcript": "NM_001354784.2",
          "protein_id": "NP_001341713.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": 64,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": 206,
          "cdna_end": null,
          "cdna_length": 2353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354784.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "ENST00000447121.2",
          "protein_id": "ENSP00000407142.2",
          "transcript_support_level": 3,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 352,
          "cdna_start": 339,
          "cdna_end": null,
          "cdna_length": 549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000447121.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "XM_047416236.1",
          "protein_id": "XP_047272192.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 2932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416236.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "XM_047416237.1",
          "protein_id": "XP_047272193.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 607,
          "cdna_end": null,
          "cdna_length": 2875,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416237.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "XM_047416238.1",
          "protein_id": "XP_047272194.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 626,
          "cdna_end": null,
          "cdna_length": 2894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416238.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val",
          "transcript": "XM_047416239.1",
          "protein_id": "XP_047272195.1",
          "transcript_support_level": null,
          "aa_start": 48,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 142,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 569,
          "cdna_end": null,
          "cdna_length": 2837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047416239.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "c.-2-2934A>G",
          "hgvs_p": null,
          "transcript": "NM_001440946.1",
          "protein_id": "NP_001427875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001440946.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "n.210A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700102.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700102.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "n.210A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700103.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000700103.1"
        },
        {
          "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": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CASP3",
          "gene_hgnc_id": 1504,
          "hgvs_c": "n.54-2934A>G",
          "hgvs_p": null,
          "transcript": "ENST00000700104.1",
          "protein_id": "ENSP00000514799.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700104.1"
        }
      ],
      "gene_symbol": "CASP3",
      "gene_hgnc_id": 1504,
      "dbsnp": "rs139792606",
      "frequency_reference_population": 0.0000503131,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 78,
      "gnomad_exomes_af": 0.0000522168,
      "gnomad_genomes_af": 0.0000328355,
      "gnomad_exomes_ac": 73,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.07517501711845398,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.073,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0913,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.61,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.784,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_004346.4",
          "gene_symbol": "CASP3",
          "hgnc_id": 1504,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.142A>G",
          "hgvs_p": "p.Ile48Val"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.