← 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: 1-45654576-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GPBP1L1",
          "hgnc_id": 28843,
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_021639.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000306015",
          "hgnc_id": null,
          "hgvs_c": "n.188-35C>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "ENST00000814735.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_score": 1,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2914,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.37677061557769775,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3641,
          "cdna_start": 1708,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_021639.5",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000355105.8",
          "protein_coding": true,
          "protein_id": "NP_067652.1",
          "strand": false,
          "transcript": "NM_021639.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3641,
          "cdna_start": 1708,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000355105.8",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_021639.5",
          "protein_coding": true,
          "protein_id": "ENSP00000347224.3",
          "strand": false,
          "transcript": "ENST00000355105.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3596,
          "cdna_start": 1663,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001439214.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001426143.1",
          "strand": false,
          "transcript": "NM_001439214.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3599,
          "cdna_start": 1666,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000290795.7",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000290795.3",
          "strand": false,
          "transcript": "ENST00000290795.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3563,
          "cdna_start": 1819,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871064.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541123.1",
          "strand": false,
          "transcript": "ENST00000871064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3494,
          "cdna_start": 1745,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871066.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541125.1",
          "strand": false,
          "transcript": "ENST00000871066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3486,
          "cdna_start": 1563,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871067.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541126.1",
          "strand": false,
          "transcript": "ENST00000871067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3621,
          "cdna_start": 1695,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871068.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541127.1",
          "strand": false,
          "transcript": "ENST00000871068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3675,
          "cdna_start": 1722,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871069.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541128.1",
          "strand": false,
          "transcript": "ENST00000871069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 1654,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871070.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541129.1",
          "strand": false,
          "transcript": "ENST00000871070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3607,
          "cdna_start": 1678,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871071.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541130.1",
          "strand": false,
          "transcript": "ENST00000871071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3572,
          "cdna_start": 1643,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871072.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541131.1",
          "strand": false,
          "transcript": "ENST00000871072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3559,
          "cdna_start": 1613,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871073.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541132.1",
          "strand": false,
          "transcript": "ENST00000871073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2559,
          "cdna_start": 636,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871074.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541133.1",
          "strand": false,
          "transcript": "ENST00000871074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3397,
          "cdna_start": 1648,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871076.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541135.1",
          "strand": false,
          "transcript": "ENST00000871076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2509,
          "cdna_start": 769,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871077.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541136.1",
          "strand": false,
          "transcript": "ENST00000871077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3656,
          "cdna_start": 1914,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000871078.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541137.1",
          "strand": false,
          "transcript": "ENST00000871078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2579,
          "cdna_start": 655,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871081.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541140.1",
          "strand": false,
          "transcript": "ENST00000871081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3538,
          "cdna_start": 1790,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000871084.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541143.1",
          "strand": false,
          "transcript": "ENST00000871084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3850,
          "cdna_start": 1921,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871085.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541144.1",
          "strand": false,
          "transcript": "ENST00000871085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2941,
          "cdna_start": 1820,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000871086.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541145.1",
          "strand": false,
          "transcript": "ENST00000871086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3573,
          "cdna_start": 1827,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871087.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541146.1",
          "strand": false,
          "transcript": "ENST00000871087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2803,
          "cdna_start": 1689,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871088.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541147.1",
          "strand": false,
          "transcript": "ENST00000871088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3464,
          "cdna_start": 1718,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871089.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541148.1",
          "strand": false,
          "transcript": "ENST00000871089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2689,
          "cdna_start": 756,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917050.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587109.1",
          "strand": false,
          "transcript": "ENST00000917050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3576,
          "cdna_start": 1643,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917051.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587110.1",
          "strand": false,
          "transcript": "ENST00000917051.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2671,
          "cdna_start": 740,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917052.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587111.1",
          "strand": false,
          "transcript": "ENST00000917052.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3398,
          "cdna_start": 1639,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917053.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587112.1",
          "strand": false,
          "transcript": "ENST00000917053.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3368,
          "cdna_start": 1621,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000917054.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587113.1",
          "strand": false,
          "transcript": "ENST00000917054.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3030,
          "cdna_start": 1283,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917055.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587114.1",
          "strand": false,
          "transcript": "ENST00000917055.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3663,
          "cdna_start": 1734,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000917056.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587115.1",
          "strand": false,
          "transcript": "ENST00000917056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2854,
          "cdna_start": 1735,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000917057.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587116.1",
          "strand": false,
          "transcript": "ENST00000917057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2533,
          "cdna_start": 588,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000955087.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625146.1",
          "strand": false,
          "transcript": "ENST00000955087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2167,
          "cdna_start": 1101,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000955091.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625150.1",
          "strand": false,
          "transcript": "ENST00000955091.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3359,
          "cdna_start": 1665,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871083.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541142.1",
          "strand": false,
          "transcript": "ENST00000871083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3288,
          "cdna_start": 1688,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871082.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541141.1",
          "strand": false,
          "transcript": "ENST00000871082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3374,
          "cdna_start": 1787,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000871065.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541124.1",
          "strand": false,
          "transcript": "ENST00000871065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3163,
          "cdna_start": 1578,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871075.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541134.1",
          "strand": false,
          "transcript": "ENST00000871075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3446,
          "cdna_start": 1672,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000871079.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541138.1",
          "strand": false,
          "transcript": "ENST00000871079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3192,
          "cdna_start": 1608,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955086.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625145.1",
          "strand": false,
          "transcript": "ENST00000955086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3352,
          "cdna_start": 1589,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000955088.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625147.1",
          "strand": false,
          "transcript": "ENST00000955088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": 1642,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955089.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625148.1",
          "strand": false,
          "transcript": "ENST00000955089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 374,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3091,
          "cdna_start": 1650,
          "cds_end": null,
          "cds_length": 1125,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000955090.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625149.1",
          "strand": false,
          "transcript": "ENST00000955090.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3629,
          "cdna_start": 1696,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_024448806.2",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304574.1",
          "strand": false,
          "transcript": "XM_024448806.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3584,
          "cdna_start": 1651,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024448808.2",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304576.1",
          "strand": false,
          "transcript": "XM_024448808.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3602,
          "cdna_start": 1669,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024448810.2",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024304578.1",
          "strand": false,
          "transcript": "XM_024448810.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3647,
          "cdna_start": 1714,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047427059.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283015.1",
          "strand": false,
          "transcript": "XM_047427059.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3511,
          "cdna_start": 1578,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047427066.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283022.1",
          "strand": false,
          "transcript": "XM_047427066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3525,
          "cdna_start": 1592,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047427067.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283023.1",
          "strand": false,
          "transcript": "XM_047427067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3570,
          "cdna_start": 1637,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047427069.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283025.1",
          "strand": false,
          "transcript": "XM_047427069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3556,
          "cdna_start": 1623,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047427070.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283026.1",
          "strand": false,
          "transcript": "XM_047427070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3482,
          "cdna_start": 1708,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017002019.3",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857508.1",
          "strand": false,
          "transcript": "XM_017002019.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3470,
          "cdna_start": 1696,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047427075.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283031.1",
          "strand": false,
          "transcript": "XM_047427075.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3437,
          "cdna_start": 1663,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047427076.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283032.1",
          "strand": false,
          "transcript": "XM_047427076.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3443,
          "cdna_start": 1669,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047427077.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283033.1",
          "strand": false,
          "transcript": "XM_047427077.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": "K",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2310,
          "cdna_start": 1708,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": 444,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047427078.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.444G>T",
          "hgvs_p": "p.Lys148Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283034.1",
          "strand": false,
          "transcript": "XM_047427078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3168,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000871080.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "c.60+4452G>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000541139.1",
          "strand": false,
          "transcript": "ENST00000871080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1529,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000496278.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "n.1224G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000496278.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 559,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000498128.1",
          "gene_hgnc_id": 28843,
          "gene_symbol": "GPBP1L1",
          "hgvs_c": "n.311G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000498128.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 526,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000814735.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000306015",
          "hgvs_c": "n.188-35C>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000814735.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 28843,
      "gene_symbol": "GPBP1L1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.455,
      "pos": 45654576,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.113,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_021639.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.