← 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: 7-152145220-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=152145220&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "7",
      "pos": 152145220,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000262189.11",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.14107G>A",
          "hgvs_p": "p.Val4703Ile",
          "transcript": "NM_170606.3",
          "protein_id": "NP_733751.2",
          "transcript_support_level": null,
          "aa_start": 4703,
          "aa_end": null,
          "aa_length": 4911,
          "cds_start": 14107,
          "cds_end": null,
          "cds_length": 14736,
          "cdna_start": 14324,
          "cdna_end": null,
          "cdna_length": 16860,
          "mane_select": "ENST00000262189.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 54,
          "exon_rank_end": null,
          "exon_count": 59,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.14107G>A",
          "hgvs_p": "p.Val4703Ile",
          "transcript": "ENST00000262189.11",
          "protein_id": "ENSP00000262189.6",
          "transcript_support_level": 1,
          "aa_start": 4703,
          "aa_end": null,
          "aa_length": 4911,
          "cds_start": 14107,
          "cds_end": null,
          "cds_length": 14736,
          "cdna_start": 14324,
          "cdna_end": null,
          "cdna_length": 16860,
          "mane_select": "NM_170606.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.9892G>A",
          "hgvs_p": "p.Val3298Ile",
          "transcript": "ENST00000360104.8",
          "protein_id": "ENSP00000353218.4",
          "transcript_support_level": 1,
          "aa_start": 3298,
          "aa_end": null,
          "aa_length": 3475,
          "cds_start": 9892,
          "cds_end": null,
          "cds_length": 10428,
          "cdna_start": 9894,
          "cdna_end": null,
          "cdna_length": 14292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.11989G>A",
          "hgvs_p": null,
          "transcript": "ENST00000473186.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 55,
          "exon_rank_end": null,
          "exon_count": 60,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.14278G>A",
          "hgvs_p": "p.Val4760Ile",
          "transcript": "ENST00000682283.1",
          "protein_id": "ENSP00000507485.1",
          "transcript_support_level": null,
          "aa_start": 4760,
          "aa_end": null,
          "aa_length": 4968,
          "cds_start": 14278,
          "cds_end": null,
          "cds_length": 14907,
          "cdna_start": 14278,
          "cdna_end": null,
          "cdna_length": 15426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 51,
          "exon_rank_end": null,
          "exon_count": 56,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.13672G>A",
          "hgvs_p": "p.Val4558Ile",
          "transcript": "ENST00000679882.1",
          "protein_id": "ENSP00000506154.1",
          "transcript_support_level": null,
          "aa_start": 4558,
          "aa_end": null,
          "aa_length": 4762,
          "cds_start": 13672,
          "cds_end": null,
          "cds_length": 14289,
          "cdna_start": 13822,
          "cdna_end": null,
          "cdna_length": 14469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.11617G>A",
          "hgvs_p": "p.Val3873Ile",
          "transcript": "ENST00000683200.1",
          "protein_id": "ENSP00000508052.1",
          "transcript_support_level": null,
          "aa_start": 3873,
          "aa_end": null,
          "aa_length": 4054,
          "cds_start": 11617,
          "cds_end": null,
          "cds_length": 12165,
          "cdna_start": 11617,
          "cdna_end": null,
          "cdna_length": 15972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.9007G>A",
          "hgvs_p": "p.Val3003Ile",
          "transcript": "ENST00000680877.1",
          "protein_id": "ENSP00000505724.1",
          "transcript_support_level": null,
          "aa_start": 3003,
          "aa_end": null,
          "aa_length": 3211,
          "cds_start": 9007,
          "cds_end": null,
          "cds_length": 9636,
          "cdna_start": 9007,
          "cdna_end": null,
          "cdna_length": 11540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.9007G>A",
          "hgvs_p": "p.Val3003Ile",
          "transcript": "ENST00000679560.1",
          "protein_id": "ENSP00000505094.1",
          "transcript_support_level": null,
          "aa_start": 3003,
          "aa_end": null,
          "aa_length": 3207,
          "cds_start": 9007,
          "cds_end": null,
          "cds_length": 9624,
          "cdna_start": 9007,
          "cdna_end": null,
          "cdna_length": 11523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.9004G>A",
          "hgvs_p": "p.Val3002Ile",
          "transcript": "ENST00000684261.1",
          "protein_id": "ENSP00000508097.1",
          "transcript_support_level": null,
          "aa_start": 3002,
          "aa_end": null,
          "aa_length": 3206,
          "cds_start": 9004,
          "cds_end": null,
          "cds_length": 9621,
          "cdna_start": 9004,
          "cdna_end": null,
          "cdna_length": 10473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.4750G>A",
          "hgvs_p": "p.Val1584Ile",
          "transcript": "ENST00000684649.1",
          "protein_id": "ENSP00000508306.1",
          "transcript_support_level": null,
          "aa_start": 1584,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4750,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": 4752,
          "cdna_end": null,
          "cdna_length": 5587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.4747G>A",
          "hgvs_p": "p.Val1583Ile",
          "transcript": "ENST00000418061.2",
          "protein_id": "ENSP00000408001.2",
          "transcript_support_level": 5,
          "aa_start": 1583,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4747,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": 4749,
          "cdna_end": null,
          "cdna_length": 7285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.4750G>A",
          "hgvs_p": "p.Val1584Ile",
          "transcript": "ENST00000683502.1",
          "protein_id": "ENSP00000506844.1",
          "transcript_support_level": null,
          "aa_start": 1584,
          "aa_end": null,
          "aa_length": 1788,
          "cds_start": 4750,
          "cds_end": null,
          "cds_length": 5367,
          "cdna_start": 4752,
          "cdna_end": null,
          "cdna_length": 6590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.4681G>A",
          "hgvs_p": "p.Val1561Ile",
          "transcript": "ENST00000424877.6",
          "protein_id": "ENSP00000410411.2",
          "transcript_support_level": 5,
          "aa_start": 1561,
          "aa_end": null,
          "aa_length": 1765,
          "cds_start": 4681,
          "cds_end": null,
          "cds_length": 5298,
          "cdna_start": 4683,
          "cdna_end": null,
          "cdna_length": 7203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "c.4678G>A",
          "hgvs_p": "p.Val1560Ile",
          "transcript": "ENST00000683178.1",
          "protein_id": "ENSP00000507112.1",
          "transcript_support_level": null,
          "aa_start": 1560,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 4678,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 4680,
          "cdna_end": null,
          "cdna_length": 6914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.8818G>A",
          "hgvs_p": null,
          "transcript": "ENST00000679393.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.592G>A",
          "hgvs_p": null,
          "transcript": "ENST00000679567.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.*2519G>A",
          "hgvs_p": null,
          "transcript": "ENST00000680029.1",
          "protein_id": "ENSP00000506700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.3122G>A",
          "hgvs_p": null,
          "transcript": "ENST00000681923.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.*1071G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682040.1",
          "protein_id": "ENSP00000507621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.3239G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682116.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.526G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682137.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.3407G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682629.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.9299G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683120.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 11814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.5737G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683337.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.2873G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683621.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.2823G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683640.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5332,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.309G>A",
          "hgvs_p": null,
          "transcript": "ENST00000684768.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000293764",
          "gene_hgnc_id": null,
          "hgvs_c": "n.214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000718829.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.*2519G>A",
          "hgvs_p": null,
          "transcript": "ENST00000680029.1",
          "protein_id": "ENSP00000506700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KMT2C",
          "gene_hgnc_id": 13726,
          "hgvs_c": "n.*1071G>A",
          "hgvs_p": null,
          "transcript": "ENST00000682040.1",
          "protein_id": "ENSP00000507621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "KMT2C",
      "gene_hgnc_id": 13726,
      "dbsnp": "rs369684496",
      "frequency_reference_population": 0.000045849505,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 74,
      "gnomad_exomes_af": 0.0000472005,
      "gnomad_genomes_af": 0.0000328671,
      "gnomad_exomes_ac": 69,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04368707537651062,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.141,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0723,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.875,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000262189.11",
          "gene_symbol": "KMT2C",
          "hgnc_id": 13726,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.14107G>A",
          "hgvs_p": "p.Val4703Ile"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000718829.1",
          "gene_symbol": "ENSG00000293764",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.214C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}