← 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: 6-70477264-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 70477264,
      "ref": "C",
      "alt": "G",
      "effect": "stop_gained",
      "transcript": "ENST00000418814.7",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001162529.3",
          "protein_id": "NP_001156001.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 6215,
          "mane_select": "ENST00000418814.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000418814.7",
          "protein_id": "ENSP00000410768.2",
          "transcript_support_level": 5,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 6215,
          "mane_select": "NM_001162529.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000370479.7",
          "protein_id": "ENSP00000359510.4",
          "transcript_support_level": 1,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 607,
          "cdna_end": null,
          "cdna_length": 5930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000361499.7",
          "protein_id": "ENSP00000354913.3",
          "transcript_support_level": 1,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 5042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.345C>G",
          "hgvs_p": "p.Tyr115*",
          "transcript": "ENST00000457062.6",
          "protein_id": "ENSP00000409201.2",
          "transcript_support_level": 1,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1302,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 3909,
          "cdna_start": 615,
          "cdna_end": null,
          "cdna_length": 5282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001330996.3",
          "protein_id": "NP_001317925.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 6199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001330999.3",
          "protein_id": "NP_001317928.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 6293,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001351599.2",
          "protein_id": "NP_001338528.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 6207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438501.1",
          "protein_id": "NP_001425430.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 6381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438502.1",
          "protein_id": "NP_001425431.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 6394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438503.1",
          "protein_id": "NP_001425432.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 6339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001351600.2",
          "protein_id": "NP_001338529.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 6129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001351602.2",
          "protein_id": "NP_001338531.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 6303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001351607.2",
          "protein_id": "NP_001338536.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 1006,
          "cdna_end": null,
          "cdna_length": 6333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438504.1",
          "protein_id": "NP_001425433.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 6261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438505.1",
          "protein_id": "NP_001425434.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 6316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438506.1",
          "protein_id": "NP_001425435.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1515,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4548,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 6121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.375C>G",
          "hgvs_p": "p.Tyr125*",
          "transcript": "NM_001438507.1",
          "protein_id": "NP_001425436.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 1508,
          "cds_start": 375,
          "cds_end": null,
          "cds_length": 4527,
          "cdna_start": 678,
          "cdna_end": null,
          "cdna_length": 6083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.375C>G",
          "hgvs_p": "p.Tyr125*",
          "transcript": "NM_001331005.3",
          "protein_id": "NP_001317934.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 1482,
          "cds_start": 375,
          "cds_end": null,
          "cds_length": 4449,
          "cdna_start": 678,
          "cdna_end": null,
          "cdna_length": 6005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000505868.1",
          "protein_id": "ENSP00000423307.1",
          "transcript_support_level": 5,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": 474,
          "cdna_end": null,
          "cdna_length": 5173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001330998.3",
          "protein_id": "NP_001317927.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 5705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001331003.3",
          "protein_id": "NP_001317932.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 5793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438508.1",
          "protein_id": "NP_001425437.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 5619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438509.1",
          "protein_id": "NP_001425438.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 5751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438510.1",
          "protein_id": "NP_001425439.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 5806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438511.1",
          "protein_id": "NP_001425440.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 5611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.489C>G",
          "hgvs_p": "p.Tyr163*",
          "transcript": "NM_001438512.1",
          "protein_id": "NP_001425441.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 1324,
          "cds_start": 489,
          "cds_end": null,
          "cds_length": 3975,
          "cdna_start": 592,
          "cdna_end": null,
          "cdna_length": 5331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001105531.3",
          "protein_id": "NP_001099001.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 5627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001330997.3",
          "protein_id": "NP_001317926.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 5533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001331001.3",
          "protein_id": "NP_001317930.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 5541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001331002.3",
          "protein_id": "NP_001317931.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 5673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438513.1",
          "protein_id": "NP_001425442.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 5715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438514.1",
          "protein_id": "NP_001425443.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 5728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.345C>G",
          "hgvs_p": "p.Tyr115*",
          "transcript": "NM_020819.5",
          "protein_id": "NP_065870.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1302,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 3909,
          "cdna_start": 673,
          "cdna_end": null,
          "cdna_length": 5490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.375C>G",
          "hgvs_p": "p.Tyr125*",
          "transcript": "NM_001331000.3",
          "protein_id": "NP_001317929.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": 375,
          "cds_end": null,
          "cds_length": 3861,
          "cdna_start": 678,
          "cdna_end": null,
          "cdna_length": 5417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.216C>G",
          "hgvs_p": "p.Tyr72*",
          "transcript": "NM_001438515.1",
          "protein_id": "NP_001425444.1",
          "transcript_support_level": null,
          "aa_start": 72,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": 216,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 5656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.216C>G",
          "hgvs_p": "p.Tyr72*",
          "transcript": "NM_001351608.2",
          "protein_id": "NP_001338537.1",
          "transcript_support_level": null,
          "aa_start": 72,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 216,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 5578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001331006.3",
          "protein_id": "NP_001317935.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 5033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438516.1",
          "protein_id": "NP_001425445.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 4947,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438517.1",
          "protein_id": "NP_001425446.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 5134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438518.1",
          "protein_id": "NP_001425447.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 5121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001330995.3",
          "protein_id": "NP_001317924.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 4955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438519.1",
          "protein_id": "NP_001425448.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 976,
          "cdna_end": null,
          "cdna_length": 5043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438520.1",
          "protein_id": "NP_001425449.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 4869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000505769.5",
          "protein_id": "ENSP00000423785.1",
          "transcript_support_level": 5,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 881,
          "cdna_end": null,
          "cdna_length": 4806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.216C>G",
          "hgvs_p": "p.Tyr72*",
          "transcript": "NM_001351609.2",
          "protein_id": "NP_001338538.1",
          "transcript_support_level": null,
          "aa_start": 72,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 216,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 4984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "ENST00000515323.5",
          "protein_id": "ENSP00000422406.1",
          "transcript_support_level": 5,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 885,
          "cdna_end": null,
          "cdna_length": 1926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438522.1",
          "protein_id": "NP_001425451.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 4691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438523.1",
          "protein_id": "NP_001425452.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 369,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 1110,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 1701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438524.1",
          "protein_id": "NP_001425453.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 4613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438525.1",
          "protein_id": "NP_001425454.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438526.1",
          "protein_id": "NP_001425455.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 4526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "NM_001438527.1",
          "protein_id": "NP_001425456.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 295,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 888,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 4627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419158.1",
          "protein_id": "XP_047275114.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 7506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419165.1",
          "protein_id": "XP_047275121.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1345,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 4038,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 6918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_005248749.2",
          "protein_id": "XP_005248806.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1317,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3954,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 5621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419168.1",
          "protein_id": "XP_047275124.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 888,
          "cdna_end": null,
          "cdna_length": 5543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419169.1",
          "protein_id": "XP_047275125.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 6246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419172.1",
          "protein_id": "XP_047275128.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 5079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419174.1",
          "protein_id": "XP_047275130.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 4939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419175.1",
          "protein_id": "XP_047275131.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 6168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419178.1",
          "protein_id": "XP_047275134.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 794,
          "cdna_end": null,
          "cdna_length": 4861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419179.1",
          "protein_id": "XP_047275135.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 5001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*",
          "transcript": "XM_047419180.1",
          "protein_id": "XP_047275136.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 474,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": 989,
          "cdna_end": null,
          "cdna_length": 5056,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "n.431C>G",
          "hgvs_p": null,
          "transcript": "ENST00000393299.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 1780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.-647C>G",
          "hgvs_p": null,
          "transcript": "NM_001331004.3",
          "protein_id": "NP_001317933.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1090,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3273,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "c.-725C>G",
          "hgvs_p": null,
          "transcript": "NM_001438521.1",
          "protein_id": "NP_001425450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1090,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3273,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "FAM135A",
          "gene_hgnc_id": 21084,
          "hgvs_c": "n.369-29C>G",
          "hgvs_p": null,
          "transcript": "ENST00000194672.11",
          "protein_id": "ENSP00000194672.7",
          "transcript_support_level": 5,
          "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": 5198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "FAM135A",
      "gene_hgnc_id": 21084,
      "dbsnp": "rs748520978",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.44999998807907104,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.05000000074505806,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.45,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 0.157,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.05,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP6",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP6"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000418814.7",
          "gene_symbol": "FAM135A",
          "hgnc_id": 21084,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.474C>G",
          "hgvs_p": "p.Tyr158*"
        }
      ],
      "clinvar_disease": "Histiocytoid cardiomyopathy",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Histiocytoid cardiomyopathy",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}