← 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: 4-73104747-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 73104747,
      "ref": "C",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "NM_032217.5",
      "consequences": [
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "NM_032217.5",
          "protein_id": "NP_115593.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2603,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7812,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000358602.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032217.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000358602.9",
          "protein_id": "ENSP00000351416.4",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2603,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7812,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_032217.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000358602.9"
        },
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4063-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000509867.6",
          "protein_id": "ENSP00000427151.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2490,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7473,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000509867.6"
        },
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4051-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558247.5",
          "protein_id": "ENSP00000453434.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2486,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000558247.5"
        },
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4399-2200G>A",
          "hgvs_p": null,
          "transcript": "NM_015574.2",
          "protein_id": "NP_056389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2602,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015574.2"
        },
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000914560.1",
          "protein_id": "ENSP00000584619.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2576,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7731,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914560.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": 33,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000914561.1",
          "protein_id": "ENSP00000584620.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2537,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914561.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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4063-2200G>A",
          "hgvs_p": null,
          "transcript": "NM_001286771.3",
          "protein_id": "NP_001273700.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2490,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7473,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286771.3"
        },
        {
          "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": 32,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4060-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000914562.1",
          "protein_id": "ENSP00000584621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2489,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7470,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914562.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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3649-2200G>A",
          "hgvs_p": null,
          "transcript": "NM_198889.3",
          "protein_id": "NP_942592.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2352,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198889.3"
        },
        {
          "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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3649-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000330838.10",
          "protein_id": "ENSP00000332265.6",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2352,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000330838.10"
        },
        {
          "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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3646-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000914559.1",
          "protein_id": "ENSP00000584618.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2351,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914559.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": 13,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.2503-2200G>A",
          "hgvs_p": null,
          "transcript": "ENST00000561029.1",
          "protein_id": "ENSP00000453294.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 861,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2587,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000561029.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": 33,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450038.1",
          "protein_id": "XP_047305994.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2537,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450038.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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4060-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_017008011.2",
          "protein_id": "XP_016863500.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2489,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7470,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017008011.2"
        },
        {
          "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": 34,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3967-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450039.1",
          "protein_id": "XP_047305995.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2458,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450039.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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3739-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450040.1",
          "protein_id": "XP_047305996.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2382,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450040.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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3736-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450041.1",
          "protein_id": "XP_047305997.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2381,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7146,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450041.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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3646-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_005265671.5",
          "protein_id": "XP_005265728.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2351,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 7056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005265671.5"
        },
        {
          "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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3310-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_017008012.2",
          "protein_id": "XP_016863501.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2239,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017008012.2"
        },
        {
          "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": 33,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3307-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_017008013.2",
          "protein_id": "XP_016863502.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2238,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6717,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017008013.2"
        },
        {
          "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": 26,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_005265672.5",
          "protein_id": "XP_005265729.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1543,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005265672.5"
        },
        {
          "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": 26,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4399-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450042.1",
          "protein_id": "XP_047305998.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1542,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4629,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450042.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": 26,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.4060-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450043.1",
          "protein_id": "XP_047305999.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450043.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": 25,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3649-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450045.1",
          "protein_id": "XP_047306001.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450045.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": 25,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD17",
          "gene_hgnc_id": 23575,
          "hgvs_c": "c.3646-2200G>A",
          "hgvs_p": null,
          "transcript": "XM_047450046.1",
          "protein_id": "XP_047306002.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450046.1"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000303699",
          "gene_hgnc_id": 58814,
          "hgvs_c": "n.113+314C>T",
          "hgvs_p": null,
          "transcript": "ENST00000796618.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": "ENST00000796618.1"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124900713",
          "gene_hgnc_id": null,
          "hgvs_c": "n.89+314C>T",
          "hgvs_p": null,
          "transcript": "XR_007058138.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": "XR_007058138.1"
        }
      ],
      "gene_symbol": "ANKRD17",
      "gene_hgnc_id": 23575,
      "dbsnp": "rs6818964",
      "frequency_reference_population": 0.027223982,
      "hom_count_reference_population": 74,
      "allele_count_reference_population": 3818,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.027224,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 3818,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 74,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9399999976158142,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.94,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.77,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_032217.5",
          "gene_symbol": "ANKRD17",
          "hgnc_id": 23575,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4402-2200G>A",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000796618.1",
          "gene_symbol": "ENSG00000303699",
          "hgnc_id": 58814,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.113+314C>T",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "XR_007058138.1",
          "gene_symbol": "LOC124900713",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.89+314C>T",
          "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.