← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 7-100105461-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 100105461,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000359593.9",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "NM_004722.4",
          "protein_id": "NP_004713.2",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 3591,
          "mane_select": "ENST00000359593.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000359593.9",
          "protein_id": "ENSP00000352603.4",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 3591,
          "mane_select": "NM_004722.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000421755.5",
          "protein_id": "ENSP00000412185.1",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 1572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.872A>C",
          "hgvs_p": "p.Tyr291Ser",
          "transcript": "NM_001363671.2",
          "protein_id": "NP_001350600.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 944,
          "cdna_end": null,
          "cdna_length": 3612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.872A>C",
          "hgvs_p": "p.Tyr291Ser",
          "transcript": "NM_001438824.1",
          "protein_id": "NP_001425753.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 1137,
          "cdna_end": null,
          "cdna_length": 3805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.872A>C",
          "hgvs_p": "p.Tyr291Ser",
          "transcript": "ENST00000429084.5",
          "protein_id": "ENSP00000403663.1",
          "transcript_support_level": 5,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 1030,
          "cdna_end": null,
          "cdna_length": 1836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "NM_001438825.1",
          "protein_id": "NP_001425754.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 1561,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "NM_001438826.1",
          "protein_id": "NP_001425755.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 1116,
          "cdna_end": null,
          "cdna_length": 3784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000713591.1",
          "protein_id": "ENSP00000518888.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 3680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000713791.1",
          "protein_id": "ENSP00000519097.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 1497,
          "cdna_end": null,
          "cdna_length": 5020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.842A>C",
          "hgvs_p": "p.Tyr281Ser",
          "transcript": "ENST00000713792.1",
          "protein_id": "ENSP00000519098.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 842,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1038,
          "cdna_end": null,
          "cdna_length": 1785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.872A>C",
          "hgvs_p": "p.Tyr291Ser",
          "transcript": "NM_001438827.1",
          "protein_id": "NP_001425756.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 944,
          "cdna_end": null,
          "cdna_length": 3489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "NM_001438828.1",
          "protein_id": "NP_001425757.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000445295.2",
          "protein_id": "ENSP00000393723.2",
          "transcript_support_level": 3,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 858,
          "cdna_end": null,
          "cdna_length": 1508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser",
          "transcript": "ENST00000450807.6",
          "protein_id": "ENSP00000391585.2",
          "transcript_support_level": 3,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 1412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.647A>C",
          "hgvs_p": "p.Tyr216Ser",
          "transcript": "NM_001438829.1",
          "protein_id": "NP_001425758.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 719,
          "cdna_end": null,
          "cdna_length": 3387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.647A>C",
          "hgvs_p": "p.Tyr216Ser",
          "transcript": "ENST00000438383.6",
          "protein_id": "ENSP00000401613.2",
          "transcript_support_level": 5,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 805,
          "cdna_end": null,
          "cdna_length": 2945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.647A>C",
          "hgvs_p": "p.Tyr216Ser",
          "transcript": "NM_001438830.1",
          "protein_id": "NP_001425759.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": 719,
          "cdna_end": null,
          "cdna_length": 3264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.467A>C",
          "hgvs_p": "p.Tyr156Ser",
          "transcript": "NM_001438831.1",
          "protein_id": "NP_001425760.1",
          "transcript_support_level": null,
          "aa_start": 156,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 467,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 3739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.467A>C",
          "hgvs_p": "p.Tyr156Ser",
          "transcript": "NM_001438832.1",
          "protein_id": "NP_001425761.1",
          "transcript_support_level": null,
          "aa_start": 156,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 467,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 998,
          "cdna_end": null,
          "cdna_length": 3666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.719A>C",
          "hgvs_p": "p.Tyr240Ser",
          "transcript": "ENST00000439416.5",
          "protein_id": "ENSP00000414286.1",
          "transcript_support_level": 5,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 264,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 797,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "c.872A>C",
          "hgvs_p": "p.Tyr291Ser",
          "transcript": "XM_005250689.5",
          "protein_id": "XP_005250746.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 3639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.891A>C",
          "hgvs_p": null,
          "transcript": "ENST00000416938.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.1037A>C",
          "hgvs_p": null,
          "transcript": "ENST00000422582.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*460A>C",
          "hgvs_p": null,
          "transcript": "ENST00000445208.5",
          "protein_id": "ENSP00000400598.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*73A>C",
          "hgvs_p": null,
          "transcript": "ENST00000446007.5",
          "protein_id": "ENSP00000396928.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.858A>C",
          "hgvs_p": null,
          "transcript": "ENST00000463195.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.433A>C",
          "hgvs_p": null,
          "transcript": "ENST00000479916.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.1110A>C",
          "hgvs_p": null,
          "transcript": "ENST00000495154.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*294A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713793.1",
          "protein_id": "ENSP00000519099.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*761A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713794.1",
          "protein_id": "ENSP00000519100.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.851A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713795.1",
          "protein_id": "ENSP00000519101.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*96A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713796.1",
          "protein_id": "ENSP00000519102.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*460A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713797.1",
          "protein_id": "ENSP00000519103.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*160A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713798.1",
          "protein_id": "ENSP00000519104.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.851A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713799.1",
          "protein_id": "ENSP00000519105.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000295556",
          "gene_hgnc_id": null,
          "hgvs_c": "n.55T>G",
          "hgvs_p": null,
          "transcript": "ENST00000730928.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.923A>C",
          "hgvs_p": null,
          "transcript": "NR_199390.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*460A>C",
          "hgvs_p": null,
          "transcript": "ENST00000445208.5",
          "protein_id": "ENSP00000400598.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*73A>C",
          "hgvs_p": null,
          "transcript": "ENST00000446007.5",
          "protein_id": "ENSP00000396928.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*294A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713793.1",
          "protein_id": "ENSP00000519099.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*761A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713794.1",
          "protein_id": "ENSP00000519100.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*96A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713796.1",
          "protein_id": "ENSP00000519102.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*460A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713797.1",
          "protein_id": "ENSP00000519103.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AP4M1",
          "gene_hgnc_id": 574,
          "hgvs_c": "n.*160A>C",
          "hgvs_p": null,
          "transcript": "ENST00000713798.1",
          "protein_id": "ENSP00000519104.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "AP4M1",
      "gene_hgnc_id": 574,
      "dbsnp": "rs1554380391",
      "frequency_reference_population": 6.840694e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84069e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9697626829147339,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.821,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9963,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.21,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.609,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000359593.9",
          "gene_symbol": "AP4M1",
          "hgnc_id": 574,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.851A>C",
          "hgvs_p": "p.Tyr284Ser"
        },
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000730928.1",
          "gene_symbol": "ENSG00000295556",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.55T>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Hereditary spastic paraplegia 50,Spastic paraplegia",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "Hereditary spastic paraplegia 50|Spastic paraplegia",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}