← 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: 17-75522040-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TSEN54",
          "hgnc_id": 27561,
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_207346.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_score": -20,
      "allele_count_reference_population": 839,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.1425,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.38,
      "chr": "17",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "TSEN54-related disorder,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:4 B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.007028162479400635,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 526,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1937,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 1581,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_207346.3",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000333213.11",
          "protein_coding": true,
          "protein_id": "NP_997229.2",
          "strand": true,
          "transcript": "NM_207346.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 526,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1937,
          "cdna_start": 992,
          "cds_end": null,
          "cds_length": 1581,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000333213.11",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_207346.3",
          "protein_coding": true,
          "protein_id": "ENSP00000327487.6",
          "strand": true,
          "transcript": "ENST00000333213.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 597,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2093,
          "cdna_start": 972,
          "cds_end": null,
          "cds_length": 1794,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000680999.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504984.1",
          "strand": true,
          "transcript": "ENST00000680999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 578,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 1004,
          "cds_end": null,
          "cds_length": 1737,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000915433.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585492.1",
          "strand": true,
          "transcript": "ENST00000915433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 569,
          "aa_ref": "P",
          "aa_start": 363,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2041,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 1710,
          "cds_start": 1088,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884602.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.1088C>T",
          "hgvs_p": "p.Pro363Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554661.1",
          "strand": true,
          "transcript": "ENST00000884602.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 562,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2063,
          "cdna_start": 972,
          "cds_end": null,
          "cds_length": 1689,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000545228.3",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000438169.3",
          "strand": true,
          "transcript": "ENST00000545228.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 542,
          "aa_ref": "P",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1960,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 1629,
          "cds_start": 794,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000915436.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.794C>T",
          "hgvs_p": "p.Pro265Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585495.1",
          "strand": true,
          "transcript": "ENST00000915436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 515,
          "aa_ref": "P",
          "aa_start": 309,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1900,
          "cdna_start": 957,
          "cds_end": null,
          "cds_length": 1548,
          "cds_start": 926,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000947129.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.926C>T",
          "hgvs_p": "p.Pro309Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617188.1",
          "strand": true,
          "transcript": "ENST00000947129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 511,
          "aa_ref": "P",
          "aa_start": 305,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1866,
          "cdna_start": 923,
          "cds_end": null,
          "cds_length": 1536,
          "cds_start": 914,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884603.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.914C>T",
          "hgvs_p": "p.Pro305Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554662.1",
          "strand": true,
          "transcript": "ENST00000884603.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1800,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884604.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554663.1",
          "strand": true,
          "transcript": "ENST00000884604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "P",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1812,
          "cdna_start": 984,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 959,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884601.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.959C>T",
          "hgvs_p": "p.Pro320Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554660.1",
          "strand": true,
          "transcript": "ENST00000884601.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "P",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1650,
          "cdna_start": 822,
          "cds_end": null,
          "cds_length": 1299,
          "cds_start": 794,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000915434.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.794C>T",
          "hgvs_p": "p.Pro265Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585493.1",
          "strand": true,
          "transcript": "ENST00000915434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 425,
          "aa_ref": "P",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2010,
          "cdna_start": 1065,
          "cds_end": null,
          "cds_length": 1278,
          "cds_start": 656,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000434205.8",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.656C>T",
          "hgvs_p": "p.Pro219Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406559.4",
          "strand": true,
          "transcript": "ENST00000434205.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 424,
          "aa_ref": "P",
          "aa_start": 218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1640,
          "cdna_start": 695,
          "cds_end": null,
          "cds_length": 1275,
          "cds_start": 653,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000947128.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.653C>T",
          "hgvs_p": "p.Pro218Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617187.1",
          "strand": true,
          "transcript": "ENST00000947128.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 407,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1224,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915435.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.895+85C>T",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585494.1",
          "strand": true,
          "transcript": "ENST00000915435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915432.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "c.874+85C>T",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585491.1",
          "strand": true,
          "transcript": "ENST00000915432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 994,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000578415.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.919C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000578415.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2632,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000579449.2",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.758C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000579449.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3036,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000580013.6",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.1162C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000580013.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 798,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000583173.5",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.492C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463619.1",
          "strand": true,
          "transcript": "ENST00000583173.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3414,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000679370.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.1540C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1921,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000679429.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*417C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505403.1",
          "strand": true,
          "transcript": "ENST00000679429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1936,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679443.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.1028C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2082,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000679782.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.959C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505995.1",
          "strand": true,
          "transcript": "ENST00000679782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2138,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679919.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.1028C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000679919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3048,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000679928.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*570C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506071.1",
          "strand": true,
          "transcript": "ENST00000679928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2555,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000680528.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.984C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000680528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2895,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000681282.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*205C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506339.1",
          "strand": true,
          "transcript": "ENST00000681282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1921,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000679429.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*417C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000505403.1",
          "strand": true,
          "transcript": "ENST00000679429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3048,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000679928.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*570C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506071.1",
          "strand": true,
          "transcript": "ENST00000679928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2895,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000681282.1",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*205C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000506339.1",
          "strand": true,
          "transcript": "ENST00000681282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 870,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000583818.2",
          "gene_hgnc_id": 27561,
          "gene_symbol": "TSEN54",
          "hgvs_c": "n.*479C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000461928.2",
          "strand": true,
          "transcript": "ENST00000583818.2",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs189860274",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00052713655,
      "gene_hgnc_id": 27561,
      "gene_symbol": "TSEN54",
      "gnomad_exomes_ac": 420,
      "gnomad_exomes_af": 0.00029182,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_ac": 419,
      "gnomad_genomes_af": 0.00274981,
      "gnomad_genomes_homalt": 4,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 6,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|not provided|TSEN54-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.559,
      "pos": 75522040,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.16,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.05000000074505806,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.05,
      "transcript": "NM_207346.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.