← 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: 20-18554303-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 18554303,
      "ref": "G",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_006363.6",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "NM_006363.6",
          "protein_id": "NP_006354.2",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000650089.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006363.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000650089.1",
          "protein_id": "ENSP00000497473.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006363.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000650089.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000336714.8",
          "protein_id": "ENSP00000338844.3",
          "transcript_support_level": 1,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000336714.8"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000377465.6",
          "protein_id": "ENSP00000366685.1",
          "transcript_support_level": 1,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377465.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "NM_001172745.3",
          "protein_id": "NP_001166216.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001172745.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "NM_032985.6",
          "protein_id": "NP_116780.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032985.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "NM_032986.5",
          "protein_id": "NP_116781.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032986.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000262544.6",
          "protein_id": "ENSP00000262544.2",
          "transcript_support_level": 5,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000262544.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874272.1",
          "protein_id": "ENSP00000544331.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874272.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874276.1",
          "protein_id": "ENSP00000544335.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874276.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874279.1",
          "protein_id": "ENSP00000544338.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874279.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874280.1",
          "protein_id": "ENSP00000544339.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874280.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874281.1",
          "protein_id": "ENSP00000544340.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874281.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000949712.1",
          "protein_id": "ENSP00000619771.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949712.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000949713.1",
          "protein_id": "ENSP00000619772.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949713.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2058G>T",
          "hgvs_p": "p.Leu686Leu",
          "transcript": "ENST00000874274.1",
          "protein_id": "ENSP00000544333.1",
          "transcript_support_level": null,
          "aa_start": 686,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2058,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874274.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2058G>T",
          "hgvs_p": "p.Leu686Leu",
          "transcript": "ENST00000949715.1",
          "protein_id": "ENSP00000619774.1",
          "transcript_support_level": null,
          "aa_start": 686,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 2058,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949715.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2052G>T",
          "hgvs_p": "p.Leu684Leu",
          "transcript": "ENST00000929134.1",
          "protein_id": "ENSP00000599193.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 764,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2295,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929134.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874284.1",
          "protein_id": "ENSP00000544343.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874284.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000929133.1",
          "protein_id": "ENSP00000599192.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929133.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2007G>T",
          "hgvs_p": "p.Leu669Leu",
          "transcript": "NM_001172746.3",
          "protein_id": "NP_001166217.1",
          "transcript_support_level": null,
          "aa_start": 669,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2007,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001172746.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2007G>T",
          "hgvs_p": "p.Leu669Leu",
          "transcript": "ENST00000643747.1",
          "protein_id": "ENSP00000496460.1",
          "transcript_support_level": null,
          "aa_start": 669,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2007,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643747.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2007G>T",
          "hgvs_p": "p.Leu669Leu",
          "transcript": "ENST00000929137.1",
          "protein_id": "ENSP00000599196.1",
          "transcript_support_level": null,
          "aa_start": 669,
          "aa_end": null,
          "aa_length": 749,
          "cds_start": 2007,
          "cds_end": null,
          "cds_length": 2250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929137.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000874277.1",
          "protein_id": "ENSP00000544336.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 745,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874277.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu",
          "transcript": "ENST00000929135.1",
          "protein_id": "ENSP00000599194.1",
          "transcript_support_level": null,
          "aa_start": 687,
          "aa_end": null,
          "aa_length": 745,
          "cds_start": 2061,
          "cds_end": null,
          "cds_length": 2238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929135.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1980G>T",
          "hgvs_p": "p.Leu660Leu",
          "transcript": "ENST00000874283.1",
          "protein_id": "ENSP00000544342.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 1980,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874283.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1974G>T",
          "hgvs_p": "p.Leu658Leu",
          "transcript": "ENST00000874285.1",
          "protein_id": "ENSP00000544344.1",
          "transcript_support_level": null,
          "aa_start": 658,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1974,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874285.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1968G>T",
          "hgvs_p": "p.Leu656Leu",
          "transcript": "ENST00000874273.1",
          "protein_id": "ENSP00000544332.1",
          "transcript_support_level": null,
          "aa_start": 656,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 1968,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874273.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1968G>T",
          "hgvs_p": "p.Leu656Leu",
          "transcript": "ENST00000874282.1",
          "protein_id": "ENSP00000544341.1",
          "transcript_support_level": null,
          "aa_start": 656,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 1968,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874282.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1800G>T",
          "hgvs_p": "p.Leu600Leu",
          "transcript": "ENST00000874278.1",
          "protein_id": "ENSP00000544337.1",
          "transcript_support_level": null,
          "aa_start": 600,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1800,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874278.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1800G>T",
          "hgvs_p": "p.Leu600Leu",
          "transcript": "ENST00000949714.1",
          "protein_id": "ENSP00000619773.1",
          "transcript_support_level": null,
          "aa_start": 600,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1800,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949714.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1722G>T",
          "hgvs_p": "p.Leu574Leu",
          "transcript": "ENST00000929136.1",
          "protein_id": "ENSP00000599195.1",
          "transcript_support_level": null,
          "aa_start": 574,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 1722,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929136.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1632G>T",
          "hgvs_p": "p.Leu544Leu",
          "transcript": "ENST00000949716.1",
          "protein_id": "ENSP00000619775.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 1632,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949716.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.498G>T",
          "hgvs_p": "p.Leu166Leu",
          "transcript": "ENST00000422877.1",
          "protein_id": "ENSP00000409882.1",
          "transcript_support_level": 3,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 498,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422877.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "SEC23B",
          "gene_hgnc_id": 10702,
          "hgvs_c": "c.1993-4G>T",
          "hgvs_p": null,
          "transcript": "ENST00000874275.1",
          "protein_id": "ENSP00000544334.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874275.1"
        }
      ],
      "gene_symbol": "SEC23B",
      "gene_hgnc_id": 10702,
      "dbsnp": "rs7262532",
      "frequency_reference_population": 0.00583728,
      "hom_count_reference_population": 390,
      "allele_count_reference_population": 9422,
      "gnomad_exomes_af": 0.00333541,
      "gnomad_genomes_af": 0.0298647,
      "gnomad_exomes_ac": 4876,
      "gnomad_genomes_ac": 4546,
      "gnomad_exomes_homalt": 196,
      "gnomad_genomes_homalt": 194,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.4399999976158142,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.44,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.199,
      "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": -19,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -19,
          "benign_score": 19,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_006363.6",
          "gene_symbol": "SEC23B",
          "hgnc_id": 10702,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.2061G>T",
          "hgvs_p": "p.Leu687Leu"
        }
      ],
      "clinvar_disease": " type II,Congenital dyserythropoietic anemia,Cowden syndrome 7,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "phenotype_combined": "not specified|Congenital dyserythropoietic anemia, type II|Congenital dyserythropoietic anemia, type II;Cowden syndrome 7|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.