← 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: 2-159320410-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 159320410,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_013450.4",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6362A>G",
          "hgvs_p": "p.Asn2121Ser",
          "transcript": "NM_013450.4",
          "protein_id": "NP_038478.2",
          "transcript_support_level": null,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 6362,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000392783.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_013450.4"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6362A>G",
          "hgvs_p": "p.Asn2121Ser",
          "transcript": "ENST00000392783.7",
          "protein_id": "ENSP00000376534.2",
          "transcript_support_level": 5,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 6362,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_013450.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000392783.7"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6254A>G",
          "hgvs_p": "p.Asn2085Ser",
          "transcript": "ENST00000392782.5",
          "protein_id": "ENSP00000376533.1",
          "transcript_support_level": 1,
          "aa_start": 2085,
          "aa_end": null,
          "aa_length": 2132,
          "cds_start": 6254,
          "cds_end": null,
          "cds_length": 6399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000392782.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6362A>G",
          "hgvs_p": "p.Asn2121Ser",
          "transcript": "ENST00000911534.1",
          "protein_id": "ENSP00000581593.1",
          "transcript_support_level": null,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 6362,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911534.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6362A>G",
          "hgvs_p": "p.Asn2121Ser",
          "transcript": "ENST00000911538.1",
          "protein_id": "ENSP00000581597.1",
          "transcript_support_level": null,
          "aa_start": 2121,
          "aa_end": null,
          "aa_length": 2168,
          "cds_start": 6362,
          "cds_end": null,
          "cds_length": 6507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911538.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6254A>G",
          "hgvs_p": "p.Asn2085Ser",
          "transcript": "ENST00000718451.1",
          "protein_id": "ENSP00000520831.1",
          "transcript_support_level": null,
          "aa_start": 2085,
          "aa_end": null,
          "aa_length": 2160,
          "cds_start": 6254,
          "cds_end": null,
          "cds_length": 6483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000718451.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6305A>G",
          "hgvs_p": "p.Asn2102Ser",
          "transcript": "NM_001329857.2",
          "protein_id": "NP_001316786.1",
          "transcript_support_level": null,
          "aa_start": 2102,
          "aa_end": null,
          "aa_length": 2149,
          "cds_start": 6305,
          "cds_end": null,
          "cds_length": 6450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329857.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6287A>G",
          "hgvs_p": "p.Asn2096Ser",
          "transcript": "NM_001329858.2",
          "protein_id": "NP_001316787.1",
          "transcript_support_level": null,
          "aa_start": 2096,
          "aa_end": null,
          "aa_length": 2143,
          "cds_start": 6287,
          "cds_end": null,
          "cds_length": 6432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329858.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6260A>G",
          "hgvs_p": "p.Asn2087Ser",
          "transcript": "ENST00000911535.1",
          "protein_id": "ENSP00000581594.1",
          "transcript_support_level": null,
          "aa_start": 2087,
          "aa_end": null,
          "aa_length": 2134,
          "cds_start": 6260,
          "cds_end": null,
          "cds_length": 6405,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911535.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6254A>G",
          "hgvs_p": "p.Asn2085Ser",
          "transcript": "NM_001289975.1",
          "protein_id": "NP_001276904.1",
          "transcript_support_level": null,
          "aa_start": 2085,
          "aa_end": null,
          "aa_length": 2132,
          "cds_start": 6254,
          "cds_end": null,
          "cds_length": 6399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289975.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.5966A>G",
          "hgvs_p": "p.Asn1989Ser",
          "transcript": "ENST00000911537.1",
          "protein_id": "ENSP00000581596.1",
          "transcript_support_level": null,
          "aa_start": 1989,
          "aa_end": null,
          "aa_length": 2036,
          "cds_start": 5966,
          "cds_end": null,
          "cds_length": 6111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911537.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.5798A>G",
          "hgvs_p": "p.Asn1933Ser",
          "transcript": "ENST00000911536.1",
          "protein_id": "ENSP00000581595.1",
          "transcript_support_level": null,
          "aa_start": 1933,
          "aa_end": null,
          "aa_length": 1980,
          "cds_start": 5798,
          "cds_end": null,
          "cds_length": 5943,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911536.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6518A>G",
          "hgvs_p": "p.Asn2173Ser",
          "transcript": "XM_047444037.1",
          "protein_id": "XP_047299993.1",
          "transcript_support_level": null,
          "aa_start": 2173,
          "aa_end": null,
          "aa_length": 2248,
          "cds_start": 6518,
          "cds_end": null,
          "cds_length": 6747,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444037.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 38,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_005246488.3",
          "protein_id": "XP_005246545.2",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005246488.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_005246489.5",
          "protein_id": "XP_005246546.2",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005246489.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_017003920.2",
          "protein_id": "XP_016859409.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017003920.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444038.1",
          "protein_id": "XP_047299994.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444038.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444039.1",
          "protein_id": "XP_047299995.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444039.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444040.1",
          "protein_id": "XP_047299996.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444040.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444041.1",
          "protein_id": "XP_047299997.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444041.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444042.1",
          "protein_id": "XP_047299998.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444042.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444043.1",
          "protein_id": "XP_047299999.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444043.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444044.1",
          "protein_id": "XP_047300000.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444044.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444045.1",
          "protein_id": "XP_047300001.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444045.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444046.1",
          "protein_id": "XP_047300002.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444046.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444047.1",
          "protein_id": "XP_047300003.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444047.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6500A>G",
          "hgvs_p": "p.Asn2167Ser",
          "transcript": "XM_047444048.1",
          "protein_id": "XP_047300004.1",
          "transcript_support_level": null,
          "aa_start": 2167,
          "aa_end": null,
          "aa_length": 2242,
          "cds_start": 6500,
          "cds_end": null,
          "cds_length": 6729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444048.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 37,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6494A>G",
          "hgvs_p": "p.Asn2165Ser",
          "transcript": "XM_005246492.5",
          "protein_id": "XP_005246549.2",
          "transcript_support_level": null,
          "aa_start": 2165,
          "aa_end": null,
          "aa_length": 2240,
          "cds_start": 6494,
          "cds_end": null,
          "cds_length": 6723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005246492.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6494A>G",
          "hgvs_p": "p.Asn2165Ser",
          "transcript": "XM_011511038.3",
          "protein_id": "XP_011509340.1",
          "transcript_support_level": null,
          "aa_start": 2165,
          "aa_end": null,
          "aa_length": 2240,
          "cds_start": 6494,
          "cds_end": null,
          "cds_length": 6723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511038.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6413A>G",
          "hgvs_p": "p.Asn2138Ser",
          "transcript": "XM_047444051.1",
          "protein_id": "XP_047300007.1",
          "transcript_support_level": null,
          "aa_start": 2138,
          "aa_end": null,
          "aa_length": 2213,
          "cds_start": 6413,
          "cds_end": null,
          "cds_length": 6642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444051.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6494A>G",
          "hgvs_p": "p.Asn2165Ser",
          "transcript": "XM_017003923.1",
          "protein_id": "XP_016859412.1",
          "transcript_support_level": null,
          "aa_start": 2165,
          "aa_end": null,
          "aa_length": 2212,
          "cds_start": 6494,
          "cds_end": null,
          "cds_length": 6639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017003923.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6398A>G",
          "hgvs_p": "p.Asn2133Ser",
          "transcript": "XM_047444052.1",
          "protein_id": "XP_047300008.1",
          "transcript_support_level": null,
          "aa_start": 2133,
          "aa_end": null,
          "aa_length": 2208,
          "cds_start": 6398,
          "cds_end": null,
          "cds_length": 6627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444052.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6395A>G",
          "hgvs_p": "p.Asn2132Ser",
          "transcript": "XM_011511042.1",
          "protein_id": "XP_011509344.1",
          "transcript_support_level": null,
          "aa_start": 2132,
          "aa_end": null,
          "aa_length": 2207,
          "cds_start": 6395,
          "cds_end": null,
          "cds_length": 6624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511042.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6392A>G",
          "hgvs_p": "p.Asn2131Ser",
          "transcript": "XM_017003924.1",
          "protein_id": "XP_016859413.1",
          "transcript_support_level": null,
          "aa_start": 2131,
          "aa_end": null,
          "aa_length": 2206,
          "cds_start": 6392,
          "cds_end": null,
          "cds_length": 6621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017003924.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6392A>G",
          "hgvs_p": "p.Asn2131Ser",
          "transcript": "XM_047444049.1",
          "protein_id": "XP_047300005.1",
          "transcript_support_level": null,
          "aa_start": 2131,
          "aa_end": null,
          "aa_length": 2206,
          "cds_start": 6392,
          "cds_end": null,
          "cds_length": 6621,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444049.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6386A>G",
          "hgvs_p": "p.Asn2129Ser",
          "transcript": "XM_047444050.1",
          "protein_id": "XP_047300006.1",
          "transcript_support_level": null,
          "aa_start": 2129,
          "aa_end": null,
          "aa_length": 2204,
          "cds_start": 6386,
          "cds_end": null,
          "cds_length": 6615,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444050.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6365A>G",
          "hgvs_p": "p.Asn2122Ser",
          "transcript": "XM_011511043.1",
          "protein_id": "XP_011509345.1",
          "transcript_support_level": null,
          "aa_start": 2122,
          "aa_end": null,
          "aa_length": 2197,
          "cds_start": 6365,
          "cds_end": null,
          "cds_length": 6594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511043.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6311A>G",
          "hgvs_p": "p.Asn2104Ser",
          "transcript": "XM_047444055.1",
          "protein_id": "XP_047300011.1",
          "transcript_support_level": null,
          "aa_start": 2104,
          "aa_end": null,
          "aa_length": 2179,
          "cds_start": 6311,
          "cds_end": null,
          "cds_length": 6540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444055.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6392A>G",
          "hgvs_p": "p.Asn2131Ser",
          "transcript": "XM_011511044.1",
          "protein_id": "XP_011509346.1",
          "transcript_support_level": null,
          "aa_start": 2131,
          "aa_end": null,
          "aa_length": 2178,
          "cds_start": 6392,
          "cds_end": null,
          "cds_length": 6537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511044.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6305A>G",
          "hgvs_p": "p.Asn2102Ser",
          "transcript": "XM_011511045.1",
          "protein_id": "XP_011509347.1",
          "transcript_support_level": null,
          "aa_start": 2102,
          "aa_end": null,
          "aa_length": 2177,
          "cds_start": 6305,
          "cds_end": null,
          "cds_length": 6534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511045.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6389A>G",
          "hgvs_p": "p.Asn2130Ser",
          "transcript": "XM_047444053.1",
          "protein_id": "XP_047300009.1",
          "transcript_support_level": null,
          "aa_start": 2130,
          "aa_end": null,
          "aa_length": 2177,
          "cds_start": 6389,
          "cds_end": null,
          "cds_length": 6534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444053.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6365A>G",
          "hgvs_p": "p.Asn2122Ser",
          "transcript": "XM_047444054.1",
          "protein_id": "XP_047300010.1",
          "transcript_support_level": null,
          "aa_start": 2122,
          "aa_end": null,
          "aa_length": 2169,
          "cds_start": 6365,
          "cds_end": null,
          "cds_length": 6510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444054.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6209A>G",
          "hgvs_p": "p.Asn2070Ser",
          "transcript": "XM_047444056.1",
          "protein_id": "XP_047300012.1",
          "transcript_support_level": null,
          "aa_start": 2070,
          "aa_end": null,
          "aa_length": 2145,
          "cds_start": 6209,
          "cds_end": null,
          "cds_length": 6438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444056.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 36,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6206A>G",
          "hgvs_p": "p.Asn2069Ser",
          "transcript": "XM_047444059.1",
          "protein_id": "XP_047300015.1",
          "transcript_support_level": null,
          "aa_start": 2069,
          "aa_end": null,
          "aa_length": 2144,
          "cds_start": 6206,
          "cds_end": null,
          "cds_length": 6435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444059.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6203A>G",
          "hgvs_p": "p.Asn2068Ser",
          "transcript": "XM_047444057.1",
          "protein_id": "XP_047300013.1",
          "transcript_support_level": null,
          "aa_start": 2068,
          "aa_end": null,
          "aa_length": 2143,
          "cds_start": 6203,
          "cds_end": null,
          "cds_length": 6432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444057.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6200A>G",
          "hgvs_p": "p.Asn2067Ser",
          "transcript": "XM_011511050.1",
          "protein_id": "XP_011509352.1",
          "transcript_support_level": null,
          "aa_start": 2067,
          "aa_end": null,
          "aa_length": 2142,
          "cds_start": 6200,
          "cds_end": null,
          "cds_length": 6429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511050.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6200A>G",
          "hgvs_p": "p.Asn2067Ser",
          "transcript": "XM_017003930.2",
          "protein_id": "XP_016859419.1",
          "transcript_support_level": null,
          "aa_start": 2067,
          "aa_end": null,
          "aa_length": 2142,
          "cds_start": 6200,
          "cds_end": null,
          "cds_length": 6429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017003930.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 35,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6281A>G",
          "hgvs_p": "p.Asn2094Ser",
          "transcript": "XM_011511051.1",
          "protein_id": "XP_011509353.1",
          "transcript_support_level": null,
          "aa_start": 2094,
          "aa_end": null,
          "aa_length": 2141,
          "cds_start": 6281,
          "cds_end": null,
          "cds_length": 6426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511051.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6173A>G",
          "hgvs_p": "p.Asn2058Ser",
          "transcript": "XM_047444058.1",
          "protein_id": "XP_047300014.1",
          "transcript_support_level": null,
          "aa_start": 2058,
          "aa_end": null,
          "aa_length": 2133,
          "cds_start": 6173,
          "cds_end": null,
          "cds_length": 6402,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444058.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6104A>G",
          "hgvs_p": "p.Asn2035Ser",
          "transcript": "XM_011511052.1",
          "protein_id": "XP_011509354.1",
          "transcript_support_level": null,
          "aa_start": 2035,
          "aa_end": null,
          "aa_length": 2110,
          "cds_start": 6104,
          "cds_end": null,
          "cds_length": 6333,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511052.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6098A>G",
          "hgvs_p": "p.Asn2033Ser",
          "transcript": "XM_047444060.1",
          "protein_id": "XP_047300016.1",
          "transcript_support_level": null,
          "aa_start": 2033,
          "aa_end": null,
          "aa_length": 2108,
          "cds_start": 6098,
          "cds_end": null,
          "cds_length": 6327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444060.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6071A>G",
          "hgvs_p": "p.Asn2024Ser",
          "transcript": "XM_047444061.1",
          "protein_id": "XP_047300017.1",
          "transcript_support_level": null,
          "aa_start": 2024,
          "aa_end": null,
          "aa_length": 2099,
          "cds_start": 6071,
          "cds_end": null,
          "cds_length": 6300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444061.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.6017A>G",
          "hgvs_p": "p.Asn2006Ser",
          "transcript": "XM_047444062.1",
          "protein_id": "XP_047300018.1",
          "transcript_support_level": null,
          "aa_start": 2006,
          "aa_end": null,
          "aa_length": 2081,
          "cds_start": 6017,
          "cds_end": null,
          "cds_length": 6246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444062.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.5966A>G",
          "hgvs_p": "p.Asn1989Ser",
          "transcript": "XM_047444063.1",
          "protein_id": "XP_047300019.1",
          "transcript_support_level": null,
          "aa_start": 1989,
          "aa_end": null,
          "aa_length": 2036,
          "cds_start": 5966,
          "cds_end": null,
          "cds_length": 6111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444063.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.5804A>G",
          "hgvs_p": "p.Asn1935Ser",
          "transcript": "XM_047444064.1",
          "protein_id": "XP_047300020.1",
          "transcript_support_level": null,
          "aa_start": 1935,
          "aa_end": null,
          "aa_length": 2010,
          "cds_start": 5804,
          "cds_end": null,
          "cds_length": 6033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444064.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BAZ2B",
          "gene_hgnc_id": 963,
          "hgvs_c": "c.4052A>G",
          "hgvs_p": "p.Asn1351Ser",
          "transcript": "XM_011511056.2",
          "protein_id": "XP_011509358.1",
          "transcript_support_level": null,
          "aa_start": 1351,
          "aa_end": null,
          "aa_length": 1426,
          "cds_start": 4052,
          "cds_end": null,
          "cds_length": 4281,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511056.2"
        }
      ],
      "gene_symbol": "BAZ2B",
      "gene_hgnc_id": 963,
      "dbsnp": "rs758932030",
      "frequency_reference_population": 0.000014726277,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 23,
      "gnomad_exomes_af": 0.0000141884,
      "gnomad_genomes_af": 0.0000197068,
      "gnomad_exomes_ac": 20,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.043826133012771606,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.043,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0702,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.67,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.636,
      "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": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS1_Supporting,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS1_Supporting",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_013450.4",
          "gene_symbol": "BAZ2B",
          "hgnc_id": 963,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.6362A>G",
          "hgvs_p": "p.Asn2121Ser"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}