← 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: 19-11060141-CC-GA (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11060141&ref=CC&alt=GA&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SMARCA4",
          "hgnc_id": 11100,
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "inheritance_mode": "AD,Unknown,AR",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "NM_001128849.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP3",
      "acmg_score": 1,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "GA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "19",
      "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": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5670,
          "cdna_start": 5134,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001387283.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": "ENST00000646693.2",
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374212.1",
          "strand": true,
          "transcript": "NM_001387283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5670,
          "cdna_start": 5134,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646693.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": "NM_001387283.1",
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495368.1",
          "strand": true,
          "transcript": "ENST00000646693.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5577,
          "cdna_start": 5041,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_003072.5",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000344626.10",
          "protein_coding": true,
          "protein_id": "NP_003063.2",
          "strand": true,
          "transcript": "NM_003072.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5577,
          "cdna_start": 5041,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000344626.10",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003072.5",
          "protein_coding": true,
          "protein_id": "ENSP00000343896.4",
          "strand": true,
          "transcript": "ENST00000344626.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1649,
          "aa_ref": "A",
          "aa_start": 1624,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5609,
          "cdna_start": 5142,
          "cds_end": null,
          "cds_length": 4950,
          "cds_start": 4871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643549.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4871_4872delCCinsGA",
          "hgvs_p": "p.Ala1624Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493975.1",
          "strand": true,
          "transcript": "ENST00000643549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5139,
          "cdna_start": 5060,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000541122.6",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445036.2",
          "strand": true,
          "transcript": "ENST00000541122.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5563,
          "cdna_start": 5024,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643296.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496635.1",
          "strand": true,
          "transcript": "ENST00000643296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5777,
          "cdna_start": 5046,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644737.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495548.1",
          "strand": true,
          "transcript": "ENST00000644737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5181,
          "cdna_start": 5102,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000589677.5",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464778.1",
          "strand": true,
          "transcript": "ENST00000589677.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1454,
          "aa_ref": "A",
          "aa_start": 1429,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4817,
          "cdna_start": 4288,
          "cds_end": null,
          "cds_length": 4365,
          "cds_start": 4286,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643995.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4286_4287delCCinsGA",
          "hgvs_p": "p.Ala1429Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496004.1",
          "strand": true,
          "transcript": "ENST00000643995.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1197,
          "aa_ref": "A",
          "aa_start": 1172,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4045,
          "cdna_start": 3516,
          "cds_end": null,
          "cds_length": 3594,
          "cds_start": 3515,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644963.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3515_3516delCCinsGA",
          "hgvs_p": "p.Ala1172Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495599.1",
          "strand": true,
          "transcript": "ENST00000644963.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1191,
          "aa_ref": "A",
          "aa_start": 1166,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3802,
          "cdna_start": 3499,
          "cds_end": null,
          "cds_length": 3576,
          "cds_start": 3497,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644065.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3497_3498delCCinsGA",
          "hgvs_p": "p.Ala1166Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493615.1",
          "strand": true,
          "transcript": "ENST00000644065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1145,
          "aa_ref": "A",
          "aa_start": 1120,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3750,
          "cdna_start": 3359,
          "cds_end": null,
          "cds_length": 3438,
          "cds_start": 3359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642350.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3359_3360delCCinsGA",
          "hgvs_p": "p.Ala1120Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495355.1",
          "strand": true,
          "transcript": "ENST00000642350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1067,
          "aa_ref": "A",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3637,
          "cdna_start": 3127,
          "cds_end": null,
          "cds_length": 3204,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643857.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3125_3126delCCinsGA",
          "hgvs_p": "p.Ala1042Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494159.1",
          "strand": true,
          "transcript": "ENST00000643857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "A",
          "aa_start": 310,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1108,
          "cdna_start": 930,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000538456.4",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.929_930delCCinsGA",
          "hgvs_p": "p.Ala310Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495197.1",
          "strand": true,
          "transcript": "ENST00000538456.4",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3358,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000592604.6",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.3106_3107delCCinsGA",
          "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": "ENST00000592604.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5673,
          "cdna_start": 5137,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128849.3",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122321.1",
          "strand": true,
          "transcript": "NM_001128849.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5745,
          "cdna_start": 5209,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000711079.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518564.1",
          "strand": true,
          "transcript": "ENST00000711079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5966,
          "cdna_start": 5426,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896343.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566402.1",
          "strand": true,
          "transcript": "ENST00000896343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1669,
          "aa_ref": "A",
          "aa_start": 1644,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5671,
          "cdna_start": 5135,
          "cds_end": null,
          "cds_length": 5010,
          "cds_start": 4931,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924728.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4931_4932delCCinsGA",
          "hgvs_p": "p.Ala1644Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594787.1",
          "strand": true,
          "transcript": "ENST00000924728.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1649,
          "aa_ref": "A",
          "aa_start": 1624,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5403,
          "cdna_start": 5076,
          "cds_end": null,
          "cds_length": 4950,
          "cds_start": 4871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924742.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4871_4872delCCinsGA",
          "hgvs_p": "p.Ala1624Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594801.1",
          "strand": true,
          "transcript": "ENST00000924742.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1648,
          "aa_ref": "A",
          "aa_start": 1623,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5728,
          "cdna_start": 5188,
          "cds_end": null,
          "cds_length": 4947,
          "cds_start": 4868,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924719.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4868_4869delCCinsGA",
          "hgvs_p": "p.Ala1623Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594778.1",
          "strand": true,
          "transcript": "ENST00000924719.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1648,
          "aa_ref": "A",
          "aa_start": 1623,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5549,
          "cdna_start": 5013,
          "cds_end": null,
          "cds_length": 4947,
          "cds_start": 4868,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924738.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4868_4869delCCinsGA",
          "hgvs_p": "p.Ala1623Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594797.1",
          "strand": true,
          "transcript": "ENST00000924738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5653,
          "cdna_start": 5117,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128844.3",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122316.1",
          "strand": true,
          "transcript": "NM_001128844.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5665,
          "cdna_start": 5146,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000429416.8",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395654.1",
          "strand": true,
          "transcript": "ENST00000429416.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5771,
          "cdna_start": 5229,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924715.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594774.1",
          "strand": true,
          "transcript": "ENST00000924715.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5720,
          "cdna_start": 5386,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924754.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594813.1",
          "strand": true,
          "transcript": "ENST00000924754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5571,
          "cdna_start": 5035,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001411150.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001398079.1",
          "strand": true,
          "transcript": "NM_001411150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5637,
          "cdna_start": 5111,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642628.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496498.1",
          "strand": true,
          "transcript": "ENST00000642628.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5675,
          "cdna_start": 5133,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642726.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494353.1",
          "strand": true,
          "transcript": "ENST00000642726.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5618,
          "cdna_start": 5081,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924725.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594784.1",
          "strand": true,
          "transcript": "ENST00000924725.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5407,
          "cdna_start": 5085,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924741.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594800.1",
          "strand": true,
          "transcript": "ENST00000924741.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5462,
          "cdna_start": 5142,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924743.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594802.1",
          "strand": true,
          "transcript": "ENST00000924743.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5370,
          "cdna_start": 5034,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924755.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594814.1",
          "strand": true,
          "transcript": "ENST00000924755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5589,
          "cdna_start": 5053,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924756.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594815.1",
          "strand": true,
          "transcript": "ENST00000924756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1645,
          "aa_ref": "A",
          "aa_start": 1620,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5589,
          "cdna_start": 5053,
          "cds_end": null,
          "cds_length": 4938,
          "cds_start": 4859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924733.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4859_4860delCCinsGA",
          "hgvs_p": "p.Ala1620Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594792.1",
          "strand": true,
          "transcript": "ENST00000924733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1645,
          "aa_ref": "A",
          "aa_start": 1620,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5561,
          "cdna_start": 5035,
          "cds_end": null,
          "cds_length": 4938,
          "cds_start": 4859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000970840.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4859_4860delCCinsGA",
          "hgvs_p": "p.Ala1620Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640899.1",
          "strand": true,
          "transcript": "ENST00000970840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1644,
          "aa_ref": "A",
          "aa_start": 1619,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5320,
          "cdna_start": 4985,
          "cds_end": null,
          "cds_length": 4935,
          "cds_start": 4856,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924748.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4856_4857delCCinsGA",
          "hgvs_p": "p.Ala1619Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594807.1",
          "strand": true,
          "transcript": "ENST00000924748.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1638,
          "aa_ref": "A",
          "aa_start": 1613,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5266,
          "cdna_start": 5042,
          "cds_end": null,
          "cds_length": 4917,
          "cds_start": 4838,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924750.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4838_4839delCCinsGA",
          "hgvs_p": "p.Ala1613Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594809.1",
          "strand": true,
          "transcript": "ENST00000924750.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1634,
          "aa_ref": "A",
          "aa_start": 1609,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6156,
          "cdna_start": 5821,
          "cds_end": null,
          "cds_length": 4905,
          "cds_start": 4826,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000970841.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4826_4827delCCinsGA",
          "hgvs_p": "p.Ala1609Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640900.1",
          "strand": true,
          "transcript": "ENST00000970841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1624,
          "aa_ref": "A",
          "aa_start": 1599,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5532,
          "cdna_start": 4995,
          "cds_end": null,
          "cds_length": 4875,
          "cds_start": 4796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924730.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4796_4797delCCinsGA",
          "hgvs_p": "p.Ala1599Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594789.1",
          "strand": true,
          "transcript": "ENST00000924730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5339,
          "cdna_start": 4803,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128845.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122317.1",
          "strand": true,
          "transcript": "NM_001128845.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5749,
          "cdna_start": 5216,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924734.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594793.1",
          "strand": true,
          "transcript": "ENST00000924734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1617,
          "aa_ref": "A",
          "aa_start": 1592,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5775,
          "cdna_start": 5233,
          "cds_end": null,
          "cds_length": 4854,
          "cds_start": 4775,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924749.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4775_4776delCCinsGA",
          "hgvs_p": "p.Ala1592Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594808.1",
          "strand": true,
          "transcript": "ENST00000924749.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5336,
          "cdna_start": 4800,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128846.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122318.1",
          "strand": true,
          "transcript": "NM_001128846.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5666,
          "cdna_start": 5106,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896342.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566401.1",
          "strand": true,
          "transcript": "ENST00000896342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5632,
          "cdna_start": 5092,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924718.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594777.1",
          "strand": true,
          "transcript": "ENST00000924718.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5609,
          "cdna_start": 5070,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924722.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594781.1",
          "strand": true,
          "transcript": "ENST00000924722.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5503,
          "cdna_start": 4967,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924732.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594791.1",
          "strand": true,
          "transcript": "ENST00000924732.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1616,
          "aa_ref": "A",
          "aa_start": 1591,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5755,
          "cdna_start": 5215,
          "cds_end": null,
          "cds_length": 4851,
          "cds_start": 4772,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924751.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4772_4773delCCinsGA",
          "hgvs_p": "p.Ala1591Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594810.1",
          "strand": true,
          "transcript": "ENST00000924751.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1615,
          "aa_ref": "A",
          "aa_start": 1590,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5504,
          "cdna_start": 4968,
          "cds_end": null,
          "cds_length": 4848,
          "cds_start": 4769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924731.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4769_4770delCCinsGA",
          "hgvs_p": "p.Ala1590Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594790.1",
          "strand": true,
          "transcript": "ENST00000924731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5478,
          "cdna_start": 4942,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128847.4",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122319.1",
          "strand": true,
          "transcript": "NM_001128847.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5475,
          "cdna_start": 4939,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001374457.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361386.1",
          "strand": true,
          "transcript": "NM_001374457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5739,
          "cdna_start": 5203,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000590574.6",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466963.1",
          "strand": true,
          "transcript": "ENST00000590574.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5579,
          "cdna_start": 5037,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646484.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495536.1",
          "strand": true,
          "transcript": "ENST00000646484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5595,
          "cdna_start": 5056,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646510.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494772.1",
          "strand": true,
          "transcript": "ENST00000646510.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5554,
          "cdna_start": 5015,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000647230.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494676.1",
          "strand": true,
          "transcript": "ENST00000647230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5580,
          "cdna_start": 5250,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924739.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594798.1",
          "strand": true,
          "transcript": "ENST00000924739.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5787,
          "cdna_start": 5250,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924746.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594805.1",
          "strand": true,
          "transcript": "ENST00000924746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5327,
          "cdna_start": 4791,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001128848.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001122320.1",
          "strand": true,
          "transcript": "NM_001128848.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5393,
          "cdna_start": 4859,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000444061.8",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392837.2",
          "strand": true,
          "transcript": "ENST00000444061.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5457,
          "cdna_start": 4923,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000645460.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494463.1",
          "strand": true,
          "transcript": "ENST00000645460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5686,
          "cdna_start": 5145,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924714.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594773.1",
          "strand": true,
          "transcript": "ENST00000924714.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5660,
          "cdna_start": 5118,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924716.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594775.1",
          "strand": true,
          "transcript": "ENST00000924716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5618,
          "cdna_start": 5082,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924721.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594780.1",
          "strand": true,
          "transcript": "ENST00000924721.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5689,
          "cdna_start": 5153,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924724.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594783.1",
          "strand": true,
          "transcript": "ENST00000924724.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5457,
          "cdna_start": 4921,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924737.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594796.1",
          "strand": true,
          "transcript": "ENST00000924737.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5491,
          "cdna_start": 5171,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924740.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594799.1",
          "strand": true,
          "transcript": "ENST00000924740.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5740,
          "cdna_start": 5204,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924752.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594811.1",
          "strand": true,
          "transcript": "ENST00000924752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1612,
          "aa_ref": "A",
          "aa_start": 1587,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5552,
          "cdna_start": 5015,
          "cds_end": null,
          "cds_length": 4839,
          "cds_start": 4760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924723.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4760_4761delCCinsGA",
          "hgvs_p": "p.Ala1587Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594782.1",
          "strand": true,
          "transcript": "ENST00000924723.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1612,
          "aa_ref": "A",
          "aa_start": 1587,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5506,
          "cdna_start": 4966,
          "cds_end": null,
          "cds_length": 4839,
          "cds_start": 4760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924726.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4760_4761delCCinsGA",
          "hgvs_p": "p.Ala1587Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594785.1",
          "strand": true,
          "transcript": "ENST00000924726.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1612,
          "aa_ref": "A",
          "aa_start": 1587,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5125,
          "cdna_start": 4924,
          "cds_end": null,
          "cds_length": 4839,
          "cds_start": 4760,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924753.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4760_4761delCCinsGA",
          "hgvs_p": "p.Ala1587Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594812.1",
          "strand": true,
          "transcript": "ENST00000924753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1611,
          "aa_ref": "A",
          "aa_start": 1586,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5270,
          "cdna_start": 4938,
          "cds_end": null,
          "cds_length": 4836,
          "cds_start": 4757,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924744.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4757_4758delCCinsGA",
          "hgvs_p": "p.Ala1586Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594803.1",
          "strand": true,
          "transcript": "ENST00000924744.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1605,
          "aa_ref": "A",
          "aa_start": 1580,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5473,
          "cdna_start": 4933,
          "cds_end": null,
          "cds_length": 4818,
          "cds_start": 4739,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924729.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4739_4740delCCinsGA",
          "hgvs_p": "p.Ala1580Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594788.1",
          "strand": true,
          "transcript": "ENST00000924729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1605,
          "aa_ref": "A",
          "aa_start": 1580,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5245,
          "cdna_start": 4912,
          "cds_end": null,
          "cds_length": 4818,
          "cds_start": 4739,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924745.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4739_4740delCCinsGA",
          "hgvs_p": "p.Ala1580Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594804.1",
          "strand": true,
          "transcript": "ENST00000924745.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1599,
          "aa_ref": "A",
          "aa_start": 1574,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5583,
          "cdna_start": 5044,
          "cds_end": null,
          "cds_length": 4800,
          "cds_start": 4721,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924720.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4721_4722delCCinsGA",
          "hgvs_p": "p.Ala1574Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594779.1",
          "strand": true,
          "transcript": "ENST00000924720.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1583,
          "aa_ref": "A",
          "aa_start": 1558,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5536,
          "cdna_start": 4999,
          "cds_end": null,
          "cds_length": 4752,
          "cds_start": 4673,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924717.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4673_4674delCCinsGA",
          "hgvs_p": "p.Ala1558Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594776.1",
          "strand": true,
          "transcript": "ENST00000924717.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1582,
          "aa_ref": "A",
          "aa_start": 1557,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5135,
          "cdna_start": 4816,
          "cds_end": null,
          "cds_length": 4749,
          "cds_start": 4670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924747.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4670_4671delCCinsGA",
          "hgvs_p": "p.Ala1557Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594806.1",
          "strand": true,
          "transcript": "ENST00000924747.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1580,
          "aa_ref": "A",
          "aa_start": 1555,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5410,
          "cdna_start": 4870,
          "cds_end": null,
          "cds_length": 4743,
          "cds_start": 4664,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924727.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4664_4665delCCinsGA",
          "hgvs_p": "p.Ala1555Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594786.1",
          "strand": true,
          "transcript": "ENST00000924727.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1579,
          "aa_ref": "A",
          "aa_start": 1554,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5366,
          "cdna_start": 4826,
          "cds_end": null,
          "cds_length": 4740,
          "cds_start": 4661,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924735.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4661_4662delCCinsGA",
          "hgvs_p": "p.Ala1554Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594794.1",
          "strand": true,
          "transcript": "ENST00000924735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1490,
          "aa_ref": "A",
          "aa_start": 1465,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5092,
          "cdna_start": 4566,
          "cds_end": null,
          "cds_length": 4473,
          "cds_start": 4394,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000924736.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4394_4395delCCinsGA",
          "hgvs_p": "p.Ala1465Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594795.1",
          "strand": true,
          "transcript": "ENST00000924736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "A",
          "aa_start": 1140,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3940,
          "cdna_start": 3419,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 3419,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643208.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3419_3420delCCinsGA",
          "hgvs_p": "p.Ala1140Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496074.1",
          "strand": true,
          "transcript": "ENST00000643208.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1093,
          "aa_ref": "A",
          "aa_start": 1068,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3496,
          "cdna_start": 3205,
          "cds_end": null,
          "cds_length": 3282,
          "cds_start": 3203,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646183.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3203_3204delCCinsGA",
          "hgvs_p": "p.Ala1068Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494915.1",
          "strand": true,
          "transcript": "ENST00000646183.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1080,
          "aa_ref": "A",
          "aa_start": 1055,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3680,
          "cdna_start": 3165,
          "cds_end": null,
          "cds_length": 3243,
          "cds_start": 3164,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646746.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3164_3165delCCinsGA",
          "hgvs_p": "p.Ala1055Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496331.1",
          "strand": true,
          "transcript": "ENST00000646746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "A",
          "aa_start": 1040,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3522,
          "cdna_start": 3119,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 3119,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000647268.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3119_3120delCCinsGA",
          "hgvs_p": "p.Ala1040Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496176.1",
          "strand": true,
          "transcript": "ENST00000647268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "A",
          "aa_start": 1015,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3426,
          "cdna_start": 3045,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 3044,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643534.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.3044_3045delCCinsGA",
          "hgvs_p": "p.Ala1015Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495802.1",
          "strand": true,
          "transcript": "ENST00000643534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 798,
          "aa_ref": "A",
          "aa_start": 773,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2612,
          "cdna_start": 2319,
          "cds_end": null,
          "cds_length": 2397,
          "cds_start": 2318,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000642508.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.2318_2319delCCinsGA",
          "hgvs_p": "p.Ala773Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494154.1",
          "strand": true,
          "transcript": "ENST00000642508.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "A",
          "aa_start": 470,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1887,
          "cdna_start": 1411,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 1409,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000645236.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.1409_1410delCCinsGA",
          "hgvs_p": "p.Ala470Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494603.1",
          "strand": true,
          "transcript": "ENST00000645236.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 348,
          "aa_ref": "A",
          "aa_start": 331,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1968,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 1047,
          "cds_start": 992,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000586985.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.992_993delCCinsGA",
          "hgvs_p": "p.Ala331Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467796.2",
          "strand": true,
          "transcript": "ENST00000586985.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5945,
          "cdna_start": 5409,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_006722846.3",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006722909.1",
          "strand": true,
          "transcript": "XM_006722846.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5749,
          "cdna_start": 5213,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011528198.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526500.1",
          "strand": true,
          "transcript": "XM_011528198.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5746,
          "cdna_start": 5210,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024451658.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307426.1",
          "strand": true,
          "transcript": "XM_024451658.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1679,
          "aa_ref": "A",
          "aa_start": 1654,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5948,
          "cdna_start": 5412,
          "cds_end": null,
          "cds_length": 5040,
          "cds_start": 4961,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439243.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4961_4962delCCinsGA",
          "hgvs_p": "p.Ala1654Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295199.1",
          "strand": true,
          "transcript": "XM_047439243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1647,
          "aa_ref": "A",
          "aa_start": 1622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5574,
          "cdna_start": 5038,
          "cds_end": null,
          "cds_length": 4944,
          "cds_start": 4865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439244.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4865_4866delCCinsGA",
          "hgvs_p": "p.Ala1622Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295200.1",
          "strand": true,
          "transcript": "XM_047439244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1646,
          "aa_ref": "A",
          "aa_start": 1621,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5574,
          "cdna_start": 5038,
          "cds_end": null,
          "cds_length": 4941,
          "cds_start": 4862,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024451661.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4862_4863delCCinsGA",
          "hgvs_p": "p.Ala1621Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307429.1",
          "strand": true,
          "transcript": "XM_024451661.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1645,
          "aa_ref": "A",
          "aa_start": 1620,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5571,
          "cdna_start": 5035,
          "cds_end": null,
          "cds_length": 4938,
          "cds_start": 4859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024451663.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4859_4860delCCinsGA",
          "hgvs_p": "p.Ala1620Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307431.1",
          "strand": true,
          "transcript": "XM_024451663.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1645,
          "aa_ref": "A",
          "aa_start": 1620,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5568,
          "cdna_start": 5032,
          "cds_end": null,
          "cds_length": 4938,
          "cds_start": 4859,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439246.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4859_4860delCCinsGA",
          "hgvs_p": "p.Ala1620Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295202.1",
          "strand": true,
          "transcript": "XM_047439246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5551,
          "cdna_start": 5015,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439247.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295203.1",
          "strand": true,
          "transcript": "XM_047439247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1614,
          "aa_ref": "A",
          "aa_start": 1589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5750,
          "cdna_start": 5214,
          "cds_end": null,
          "cds_length": 4845,
          "cds_start": 4766,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439248.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4766_4767delCCinsGA",
          "hgvs_p": "p.Ala1589Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295204.1",
          "strand": true,
          "transcript": "XM_047439248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5475,
          "cdna_start": 4939,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024451667.2",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307435.1",
          "strand": true,
          "transcript": "XM_024451667.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5551,
          "cdna_start": 5015,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439249.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295205.1",
          "strand": true,
          "transcript": "XM_047439249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5472,
          "cdna_start": 4936,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439250.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295206.1",
          "strand": true,
          "transcript": "XM_047439250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 1613,
          "aa_ref": "A",
          "aa_start": 1588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5747,
          "cdna_start": 5211,
          "cds_end": null,
          "cds_length": 4842,
          "cds_start": 4763,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047439251.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "c.4763_4764delCCinsGA",
          "hgvs_p": "p.Ala1588Gly",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047295207.1",
          "strand": true,
          "transcript": "XM_047439251.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3842,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000585799.5",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.3303_3304delCCinsGA",
          "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": "ENST00000585799.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3377,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000591595.5",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.2838_2839delCCinsGA",
          "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": "ENST00000591595.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1865,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000643929.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.1355_1356delCCinsGA",
          "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": "ENST00000643929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000644327.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*561_*562delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493905.1",
          "strand": true,
          "transcript": "ENST00000644327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000645061.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*561_*562delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493690.1",
          "strand": true,
          "transcript": "ENST00000645061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000645648.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*1618_*1619delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493521.1",
          "strand": true,
          "transcript": "ENST00000645648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3206,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000646593.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*2542_*2543delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494341.1",
          "strand": true,
          "transcript": "ENST00000646593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000646889.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.1368_1369delCCinsGA",
          "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": "ENST00000646889.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5442,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 35,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000704344.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*362_*363delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000515855.1",
          "strand": true,
          "transcript": "ENST00000704344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5788,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "NR_164683.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.5252_5253delCCinsGA",
          "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": "NR_164683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 29,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000644327.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*561_*562delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493905.1",
          "strand": true,
          "transcript": "ENST00000644327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4035,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 28,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000645061.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*561_*562delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493690.1",
          "strand": true,
          "transcript": "ENST00000645061.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000645648.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*1618_*1619delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000493521.1",
          "strand": true,
          "transcript": "ENST00000645648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3206,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000646593.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*2542_*2543delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494341.1",
          "strand": true,
          "transcript": "ENST00000646593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5442,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 35,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000704344.1",
          "gene_hgnc_id": 11100,
          "gene_symbol": "SMARCA4",
          "hgvs_c": "n.*362_*363delCCinsGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000515855.1",
          "strand": true,
          "transcript": "ENST00000704344.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": 11100,
      "gene_symbol": "SMARCA4",
      "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": "Pathogenic",
      "phylop100way_score": 7.814,
      "pos": 11060141,
      "ref": "CC",
      "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_001128849.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.