← 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-42708030-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 42708030,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001321079.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "NM_001991.5",
          "protein_id": "NP_001982.2",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000428826.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001991.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "ENST00000428826.7",
          "protein_id": "ENSP00000404658.1",
          "transcript_support_level": 1,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001991.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000428826.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1561C>A",
          "hgvs_p": "p.Pro521Thr",
          "transcript": "ENST00000415827.6",
          "protein_id": "ENSP00000407869.2",
          "transcript_support_level": 1,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1561,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000415827.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.820C>A",
          "hgvs_p": null,
          "transcript": "ENST00000585550.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000585550.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.1468C>A",
          "hgvs_p": null,
          "transcript": "ENST00000585912.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000585912.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.*638C>A",
          "hgvs_p": null,
          "transcript": "ENST00000588239.5",
          "protein_id": "ENSP00000468640.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000588239.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.1596C>A",
          "hgvs_p": null,
          "transcript": "ENST00000591330.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000591330.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.*638C>A",
          "hgvs_p": null,
          "transcript": "ENST00000588239.5",
          "protein_id": "ENSP00000468640.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000588239.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1606C>A",
          "hgvs_p": "p.Pro536Thr",
          "transcript": "NM_001321079.2",
          "protein_id": "NP_001308008.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321079.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1597C>A",
          "hgvs_p": "p.Pro533Thr",
          "transcript": "ENST00000939633.1",
          "protein_id": "ENSP00000609692.1",
          "transcript_support_level": null,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": 1597,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939633.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1594C>A",
          "hgvs_p": "p.Pro532Thr",
          "transcript": "ENST00000909310.1",
          "protein_id": "ENSP00000579369.1",
          "transcript_support_level": null,
          "aa_start": 532,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 1594,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909310.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1591C>A",
          "hgvs_p": "p.Pro531Thr",
          "transcript": "ENST00000909307.1",
          "protein_id": "ENSP00000579366.1",
          "transcript_support_level": null,
          "aa_start": 531,
          "aa_end": null,
          "aa_length": 748,
          "cds_start": 1591,
          "cds_end": null,
          "cds_length": 2247,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909307.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "ENST00000592743.5",
          "protein_id": "ENSP00000466924.1",
          "transcript_support_level": 2,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000592743.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "ENST00000909311.1",
          "protein_id": "ENSP00000579370.1",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909311.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1561C>A",
          "hgvs_p": "p.Pro521Thr",
          "transcript": "NM_001321081.2",
          "protein_id": "NP_001308010.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1561,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321081.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "ENST00000939634.1",
          "protein_id": "ENSP00000609693.1",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 723,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2172,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939634.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1588C>A",
          "hgvs_p": "p.Pro530Thr",
          "transcript": "ENST00000966142.1",
          "protein_id": "ENSP00000636201.1",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1588,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966142.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1561C>A",
          "hgvs_p": "p.Pro521Thr",
          "transcript": "ENST00000909306.1",
          "protein_id": "ENSP00000579365.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 1561,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909306.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1468C>A",
          "hgvs_p": "p.Pro490Thr",
          "transcript": "NM_001321082.2",
          "protein_id": "NP_001308011.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1468,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321082.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1468C>A",
          "hgvs_p": "p.Pro490Thr",
          "transcript": "ENST00000585893.5",
          "protein_id": "ENSP00000467871.1",
          "transcript_support_level": 2,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1468,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000585893.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1378C>A",
          "hgvs_p": "p.Pro460Thr",
          "transcript": "ENST00000590078.5",
          "protein_id": "ENSP00000465220.1",
          "transcript_support_level": 2,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590078.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1321C>A",
          "hgvs_p": "p.Pro441Thr",
          "transcript": "ENST00000966141.1",
          "protein_id": "ENSP00000636200.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 1321,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966141.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1048C>A",
          "hgvs_p": "p.Pro350Thr",
          "transcript": "ENST00000909309.1",
          "protein_id": "ENSP00000579368.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1048,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909309.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1579C>A",
          "hgvs_p": "p.Pro527Thr",
          "transcript": "XM_011524517.3",
          "protein_id": "XP_011522819.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011524517.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1486C>A",
          "hgvs_p": "p.Pro496Thr",
          "transcript": "XM_005257145.3",
          "protein_id": "XP_005257202.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 1486,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005257145.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.577C>A",
          "hgvs_p": "p.Pro193Thr",
          "transcript": "XM_047435594.1",
          "protein_id": "XP_047291550.1",
          "transcript_support_level": null,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": 577,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435594.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "c.1534+846C>A",
          "hgvs_p": null,
          "transcript": "ENST00000909308.1",
          "protein_id": "ENSP00000579367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909308.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.1695C>A",
          "hgvs_p": null,
          "transcript": "ENST00000586103.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000586103.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.*1095C>A",
          "hgvs_p": null,
          "transcript": "ENST00000588897.5",
          "protein_id": "ENSP00000467036.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000588897.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.98C>A",
          "hgvs_p": null,
          "transcript": "ENST00000589846.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000589846.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.208C>A",
          "hgvs_p": null,
          "transcript": "ENST00000590783.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000590783.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.*1095C>A",
          "hgvs_p": null,
          "transcript": "ENST00000588897.5",
          "protein_id": "ENSP00000467036.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000588897.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EZH1",
          "gene_hgnc_id": 3526,
          "hgvs_c": "n.*15C>A",
          "hgvs_p": null,
          "transcript": "ENST00000585455.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000585455.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6780A",
          "gene_hgnc_id": 50069,
          "hgvs_c": "n.*54C>A",
          "hgvs_p": null,
          "transcript": "ENST00000615089.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "ENST00000615089.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6780A",
          "gene_hgnc_id": 50069,
          "hgvs_c": "n.*54C>A",
          "hgvs_p": null,
          "transcript": "NR_106838.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_106838.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6780A",
          "gene_hgnc_id": 50069,
          "hgvs_c": "n.*54C>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_3035",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "unassigned_transcript_3035"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR6780A",
          "gene_hgnc_id": 50069,
          "hgvs_c": "n.*94C>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_3036",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "unassigned_transcript_3036"
        }
      ],
      "gene_symbol": "EZH1",
      "gene_hgnc_id": 3526,
      "dbsnp": "rs769056328",
      "frequency_reference_population": 0.0000049583377,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000478986,
      "gnomad_genomes_af": 0.000006578,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6561464071273804,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.631,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1838,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.11,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 8.002,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001321079.2",
          "gene_symbol": "EZH1",
          "hgnc_id": 3526,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1606C>A",
          "hgvs_p": "p.Pro536Thr"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NR_106838.1",
          "gene_symbol": "MIR6780A",
          "hgnc_id": 50069,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*54C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.