← 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: 19-17405547-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 17405547,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_004335.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "NM_004335.4",
          "protein_id": "NP_004326.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 84,
          "cdna_end": null,
          "cdna_length": 1001,
          "mane_select": "ENST00000252593.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004335.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000252593.7",
          "protein_id": "ENSP00000252593.6",
          "transcript_support_level": 1,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 84,
          "cdna_end": null,
          "cdna_length": 1001,
          "mane_select": "NM_004335.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000252593.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860181.1",
          "protein_id": "ENSP00000530240.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 119,
          "cdna_end": null,
          "cdna_length": 1388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860181.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860182.1",
          "protein_id": "ENSP00000530241.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 87,
          "cdna_end": null,
          "cdna_length": 1006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860182.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860184.1",
          "protein_id": "ENSP00000530243.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 56,
          "cdna_end": null,
          "cdna_length": 1003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860184.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860183.1",
          "protein_id": "ENSP00000530242.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 51,
          "cdna_end": null,
          "cdna_length": 971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860183.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860186.1",
          "protein_id": "ENSP00000530245.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 51,
          "cdna_end": null,
          "cdna_length": 963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860186.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys",
          "transcript": "ENST00000860185.1",
          "protein_id": "ENSP00000530244.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 29,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": 51,
          "cdna_end": null,
          "cdna_length": 934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860185.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BST2",
          "gene_hgnc_id": 1119,
          "hgvs_c": "n.29G>A",
          "hgvs_p": null,
          "transcript": "ENST00000527220.2",
          "protein_id": "ENSP00000505650.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000527220.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-216C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635435.2",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000635435.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MVB12A",
          "gene_hgnc_id": 25153,
          "hgvs_c": "c.-631C>T",
          "hgvs_p": null,
          "transcript": "NM_001304547.2",
          "protein_id": "NP_001291476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001304547.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MVB12A",
          "gene_hgnc_id": 25153,
          "hgvs_c": "c.-449C>T",
          "hgvs_p": null,
          "transcript": "ENST00000528604.5",
          "protein_id": "ENSP00000435052.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528604.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MVB12A",
          "gene_hgnc_id": 25153,
          "hgvs_c": "c.-631C>T",
          "hgvs_p": null,
          "transcript": "ENST00000528911.5",
          "protein_id": "ENSP00000433280.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 120,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 364,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528911.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-163C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634291.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000634291.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-196C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634675.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000634675.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-229C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634731.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000634731.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-197C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634813.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000634813.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-156C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635060.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000635060.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-231C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635339.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000635339.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-147C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635536.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000635536.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-194C>T",
          "hgvs_p": null,
          "transcript": "ENST00000635572.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000635572.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-175C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645298.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000645298.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-139C>T",
          "hgvs_p": null,
          "transcript": "ENST00000646744.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000646744.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-202C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647283.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000647283.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-139C>T",
          "hgvs_p": null,
          "transcript": "NR_130765.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_130765.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BISPR",
          "gene_hgnc_id": 51290,
          "hgvs_c": "n.-139C>T",
          "hgvs_p": null,
          "transcript": "NR_130766.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_130766.1"
        }
      ],
      "gene_symbol": "BST2",
      "gene_hgnc_id": 1119,
      "dbsnp": "rs753915464",
      "frequency_reference_population": 0.000017788894,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 26,
      "gnomad_exomes_af": 0.0000177889,
      "gnomad_genomes_af": 0.00000658666,
      "gnomad_exomes_ac": 26,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.03454989194869995,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.022,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.093,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.79,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.056,
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_004335.4",
          "gene_symbol": "BST2",
          "hgnc_id": 1119,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.29G>A",
          "hgvs_p": "p.Arg10Lys"
        },
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001304547.2",
          "gene_symbol": "MVB12A",
          "hgnc_id": 25153,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.-631C>T",
          "hgvs_p": null
        },
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000635435.2",
          "gene_symbol": "BISPR",
          "hgnc_id": 51290,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-216C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Likely 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.