← 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: 3-37296147-CTT-TTC (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=37296147&ref=CTT&alt=TTC&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GOLGA4",
          "hgnc_id": 4427,
          "hgvs_c": "c.859_861delCTTinsTTC",
          "hgvs_p": "p.Leu287Phe",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001429190.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TTC",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "3",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2230,
          "aa_ref": "L",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7806,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 6693,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_002078.5",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.742_744delCTTinsTTC",
          "hgvs_p": "p.Leu248Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000361924.7",
          "protein_coding": true,
          "protein_id": "NP_002069.2",
          "strand": true,
          "transcript": "NM_002078.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2230,
          "aa_ref": "L",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7806,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 6693,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000361924.7",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.742_744delCTTinsTTC",
          "hgvs_p": "p.Leu248Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002078.5",
          "protein_coding": true,
          "protein_id": "ENSP00000354486.2",
          "strand": true,
          "transcript": "ENST00000361924.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2250,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7732,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 6753,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000437131.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405842.2",
          "strand": true,
          "transcript": "ENST00000437131.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2243,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7673,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 6732,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000356847.8",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000349305.4",
          "strand": true,
          "transcript": "ENST00000356847.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 584,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2036,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1756,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429018.5",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.228+22546_228+22548delCTTinsTTC",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000403009.1",
          "strand": true,
          "transcript": "ENST00000429018.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 166,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1451,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 501,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000444882.5",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.477+13875_477+13877delCTTinsTTC",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406894.1",
          "strand": true,
          "transcript": "ENST00000444882.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4152,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000435830.6",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "n.2063_2065delCTTinsTTC",
          "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": "ENST00000435830.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2285,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7858,
          "cdna_start": 1213,
          "cds_end": null,
          "cds_length": 6858,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000431105.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392907.2",
          "strand": true,
          "transcript": "ENST00000431105.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2283,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7908,
          "cdna_start": 1187,
          "cds_end": null,
          "cds_length": 6852,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000706569.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516454.1",
          "strand": true,
          "transcript": "ENST00000706569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2267,
          "aa_ref": "L",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7732,
          "cdna_start": 1139,
          "cds_end": null,
          "cds_length": 6804,
          "cds_start": 859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429190.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.859_861delCTTinsTTC",
          "hgvs_p": "p.Leu287Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416119.1",
          "strand": true,
          "transcript": "NM_001429190.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2252,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7744,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 6759,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429191.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416120.1",
          "strand": true,
          "transcript": "NM_001429191.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2252,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7785,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 6759,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699995.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514745.1",
          "strand": true,
          "transcript": "ENST00000699995.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2250,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7681,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 6753,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001410721.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397650.1",
          "strand": true,
          "transcript": "NM_001410721.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2245,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7693,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 6738,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699994.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514744.1",
          "strand": true,
          "transcript": "ENST00000699994.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2245,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7629,
          "cdna_start": 994,
          "cds_end": null,
          "cds_length": 6738,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000699996.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514746.1",
          "strand": true,
          "transcript": "ENST00000699996.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2243,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7660,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 6732,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001172713.3",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001166184.1",
          "strand": true,
          "transcript": "NM_001172713.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2243,
          "aa_ref": "L",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7727,
          "cdna_start": 1080,
          "cds_end": null,
          "cds_length": 6732,
          "cds_start": 781,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918083.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.781_783delCTTinsTTC",
          "hgvs_p": "p.Leu261Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588142.1",
          "strand": true,
          "transcript": "ENST00000918083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2242,
          "aa_ref": "L",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7719,
          "cdna_start": 1065,
          "cds_end": null,
          "cds_length": 6729,
          "cds_start": 778,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918084.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.778_780delCTTinsTTC",
          "hgvs_p": "p.Leu260Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588143.1",
          "strand": true,
          "transcript": "ENST00000918084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2236,
          "aa_ref": "L",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7696,
          "cdna_start": 1040,
          "cds_end": null,
          "cds_length": 6711,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429196.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.760_762delCTTinsTTC",
          "hgvs_p": "p.Leu254Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416125.1",
          "strand": true,
          "transcript": "NM_001429196.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2236,
          "aa_ref": "L",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7769,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 6711,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918080.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.760_762delCTTinsTTC",
          "hgvs_p": "p.Leu254Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588139.1",
          "strand": true,
          "transcript": "ENST00000918080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2234,
          "aa_ref": "L",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7633,
          "cdna_start": 1040,
          "cds_end": null,
          "cds_length": 6705,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429198.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.760_762delCTTinsTTC",
          "hgvs_p": "p.Leu254Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416127.1",
          "strand": true,
          "transcript": "NM_001429198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2229,
          "aa_ref": "L",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7762,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 6690,
          "cds_start": 760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918079.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.760_762delCTTinsTTC",
          "hgvs_p": "p.Leu254Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588138.1",
          "strand": true,
          "transcript": "ENST00000918079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2228,
          "aa_ref": "L",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7615,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 6687,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429201.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.742_744delCTTinsTTC",
          "hgvs_p": "p.Leu248Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416130.1",
          "strand": true,
          "transcript": "NM_001429201.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2224,
          "aa_ref": "L",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7656,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 6675,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918086.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.742_744delCTTinsTTC",
          "hgvs_p": "p.Leu248Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588145.1",
          "strand": true,
          "transcript": "ENST00000918086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2223,
          "aa_ref": "L",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7658,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 6672,
          "cds_start": 742,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918085.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.742_744delCTTinsTTC",
          "hgvs_p": "p.Leu248Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588144.1",
          "strand": true,
          "transcript": "ENST00000918085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2217,
          "aa_ref": "L",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7662,
          "cdna_start": 1010,
          "cds_end": null,
          "cds_length": 6654,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918081.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.703_705delCTTinsTTC",
          "hgvs_p": "p.Leu235Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588140.1",
          "strand": true,
          "transcript": "ENST00000918081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2215,
          "aa_ref": "L",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7576,
          "cdna_start": 983,
          "cds_end": null,
          "cds_length": 6648,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429202.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.703_705delCTTinsTTC",
          "hgvs_p": "p.Leu235Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416131.1",
          "strand": true,
          "transcript": "NM_001429202.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2214,
          "aa_ref": "L",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7630,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 6645,
          "cds_start": 694,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001429193.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.694_696delCTTinsTTC",
          "hgvs_p": "p.Leu232Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001416122.1",
          "strand": true,
          "transcript": "NM_001429193.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2210,
          "aa_ref": "L",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7634,
          "cdna_start": 1001,
          "cds_end": null,
          "cds_length": 6633,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918082.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.703_705delCTTinsTTC",
          "hgvs_p": "p.Leu235Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588141.1",
          "strand": true,
          "transcript": "ENST00000918082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2125,
          "aa_ref": "L",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7289,
          "cdna_start": 638,
          "cds_end": null,
          "cds_length": 6378,
          "cds_start": 427,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918087.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.427_429delCTTinsTTC",
          "hgvs_p": "p.Leu143Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588146.1",
          "strand": true,
          "transcript": "ENST00000918087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 1525,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5395,
          "cdna_start": 927,
          "cds_end": null,
          "cds_length": 4578,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000953906.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623965.1",
          "strand": true,
          "transcript": "ENST00000953906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "L",
          "aa_start": 253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1617,
          "cdna_start": 1038,
          "cds_end": null,
          "cds_length": 1336,
          "cds_start": 757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000450863.6",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.757_759delCTTinsTTC",
          "hgvs_p": "p.Leu253Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387633.2",
          "strand": true,
          "transcript": "ENST00000450863.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2285,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7971,
          "cdna_start": 1187,
          "cds_end": null,
          "cds_length": 6858,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005265069.4",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265126.1",
          "strand": true,
          "transcript": "XM_005265069.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2283,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7908,
          "cdna_start": 1187,
          "cds_end": null,
          "cds_length": 6852,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005265070.4",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265127.1",
          "strand": true,
          "transcript": "XM_005265070.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2278,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7950,
          "cdna_start": 1187,
          "cds_end": null,
          "cds_length": 6837,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005265071.4",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265128.1",
          "strand": true,
          "transcript": "XM_005265071.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2276,
          "aa_ref": "L",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7887,
          "cdna_start": 1187,
          "cds_end": null,
          "cds_length": 6831,
          "cds_start": 907,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017006184.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.907_909delCTTinsTTC",
          "hgvs_p": "p.Leu303Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016861673.1",
          "strand": true,
          "transcript": "XM_017006184.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2269,
          "aa_ref": "L",
          "aa_start": 287,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7923,
          "cdna_start": 1139,
          "cds_end": null,
          "cds_length": 6810,
          "cds_start": 859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005265072.4",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.859_861delCTTinsTTC",
          "hgvs_p": "p.Leu287Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265129.1",
          "strand": true,
          "transcript": "XM_005265072.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2251,
          "aa_ref": "L",
          "aa_start": 269,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8016,
          "cdna_start": 1232,
          "cds_end": null,
          "cds_length": 6756,
          "cds_start": 805,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447980.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.805_807delCTTinsTTC",
          "hgvs_p": "p.Leu269Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303936.1",
          "strand": true,
          "transcript": "XM_047447980.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2251,
          "aa_ref": "L",
          "aa_start": 269,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8135,
          "cdna_start": 1351,
          "cds_end": null,
          "cds_length": 6756,
          "cds_start": 805,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447981.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.805_807delCTTinsTTC",
          "hgvs_p": "p.Leu269Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303937.1",
          "strand": true,
          "transcript": "XM_047447981.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2250,
          "aa_ref": "L",
          "aa_start": 268,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7866,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 6753,
          "cds_start": 802,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_006713110.3",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.802_804delCTTinsTTC",
          "hgvs_p": "p.Leu268Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006713173.1",
          "strand": true,
          "transcript": "XM_006713110.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2245,
          "aa_ref": "L",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7851,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 6738,
          "cds_start": 808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005265074.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.808_810delCTTinsTTC",
          "hgvs_p": "p.Leu270Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005265131.1",
          "strand": true,
          "transcript": "XM_005265074.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2217,
          "aa_ref": "L",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7767,
          "cdna_start": 983,
          "cds_end": null,
          "cds_length": 6654,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047447985.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.703_705delCTTinsTTC",
          "hgvs_p": "p.Leu235Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303941.1",
          "strand": true,
          "transcript": "XM_047447985.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2195,
          "aa_ref": "L",
          "aa_start": 213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7701,
          "cdna_start": 917,
          "cds_end": null,
          "cds_length": 6588,
          "cds_start": 637,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017006188.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.637_639delCTTinsTTC",
          "hgvs_p": "p.Leu213Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016861677.1",
          "strand": true,
          "transcript": "XM_017006188.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "F",
          "aa_end": null,
          "aa_length": 2111,
          "aa_ref": "L",
          "aa_start": 129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7945,
          "cdna_start": 1161,
          "cds_end": null,
          "cds_length": 6336,
          "cds_start": 385,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024453457.2",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "c.385_387delCTTinsTTC",
          "hgvs_p": "p.Leu129Phe",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024309225.1",
          "strand": true,
          "transcript": "XM_024453457.2",
          "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": 3210,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000706568.1",
          "gene_hgnc_id": 4427,
          "gene_symbol": "GOLGA4",
          "hgvs_c": "n.859_861delCTTinsTTC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000516453.1",
          "strand": true,
          "transcript": "ENST00000706568.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 4427,
      "gene_symbol": "GOLGA4",
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.384,
      "pos": 37296147,
      "ref": "CTT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001429190.1"
    }
  ]
}
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.