← 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: X-152868898-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 152868898,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_015922.3",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "NM_015922.3",
          "protein_id": "NP_057006.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000370274.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015922.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000370274.8",
          "protein_id": "ENSP00000359297.3",
          "transcript_support_level": 1,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015922.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000370274.8"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.940T>A",
          "hgvs_p": "p.Tyr314Asn",
          "transcript": "ENST00000915682.1",
          "protein_id": "ENSP00000585741.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915682.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "NM_001129765.2",
          "protein_id": "NP_001123237.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001129765.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "NM_001441099.1",
          "protein_id": "NP_001428028.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001441099.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000440023.5",
          "protein_id": "ENSP00000391854.1",
          "transcript_support_level": 5,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440023.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881877.1",
          "protein_id": "ENSP00000551936.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881877.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881880.1",
          "protein_id": "ENSP00000551939.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881880.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881881.1",
          "protein_id": "ENSP00000551940.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881881.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881882.1",
          "protein_id": "ENSP00000551941.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881882.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881883.1",
          "protein_id": "ENSP00000551942.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881883.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881884.1",
          "protein_id": "ENSP00000551943.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881884.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881885.1",
          "protein_id": "ENSP00000551944.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881885.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000881886.1",
          "protein_id": "ENSP00000551945.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881886.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000915680.1",
          "protein_id": "ENSP00000585739.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915680.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000915681.1",
          "protein_id": "ENSP00000585740.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915681.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000915684.1",
          "protein_id": "ENSP00000585743.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915684.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000969426.1",
          "protein_id": "ENSP00000639485.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969426.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000969428.1",
          "protein_id": "ENSP00000639487.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969428.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000969429.1",
          "protein_id": "ENSP00000639488.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969429.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn",
          "transcript": "ENST00000969430.1",
          "protein_id": "ENSP00000639489.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969430.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.868T>A",
          "hgvs_p": "p.Tyr290Asn",
          "transcript": "ENST00000881875.1",
          "protein_id": "ENSP00000551934.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881875.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.868T>A",
          "hgvs_p": "p.Tyr290Asn",
          "transcript": "ENST00000915683.1",
          "protein_id": "ENSP00000585742.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915683.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.868T>A",
          "hgvs_p": "p.Tyr290Asn",
          "transcript": "ENST00000969427.1",
          "protein_id": "ENSP00000639486.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969427.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.868T>A",
          "hgvs_p": "p.Tyr290Asn",
          "transcript": "ENST00000969431.1",
          "protein_id": "ENSP00000639490.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969431.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.775T>A",
          "hgvs_p": "p.Tyr259Asn",
          "transcript": "ENST00000881876.1",
          "protein_id": "ENSP00000551935.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": 775,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881876.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.757T>A",
          "hgvs_p": "p.Tyr253Asn",
          "transcript": "ENST00000881878.1",
          "protein_id": "ENSP00000551937.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881878.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.757T>A",
          "hgvs_p": "p.Tyr253Asn",
          "transcript": "ENST00000881879.1",
          "protein_id": "ENSP00000551938.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 757,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881879.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.745T>A",
          "hgvs_p": "p.Tyr249Asn",
          "transcript": "ENST00000915685.1",
          "protein_id": "ENSP00000585744.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 745,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915685.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.598T>A",
          "hgvs_p": "p.Tyr200Asn",
          "transcript": "ENST00000969432.1",
          "protein_id": "ENSP00000639491.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 271,
          "cds_start": 598,
          "cds_end": null,
          "cds_length": 816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969432.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NSDHL",
          "gene_hgnc_id": 13398,
          "hgvs_c": "c.952T>A",
          "hgvs_p": "p.Tyr318Asn",
          "transcript": "XM_017029564.2",
          "protein_id": "XP_016885053.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 952,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017029564.2"
        }
      ],
      "gene_symbol": "NSDHL",
      "gene_hgnc_id": 13398,
      "dbsnp": "rs782181497",
      "frequency_reference_population": 9.107211e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 9.10721e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7532171010971069,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.544,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.2589,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.13,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.544,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_015922.3",
          "gene_symbol": "NSDHL",
          "hgnc_id": 13398,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.904T>A",
          "hgvs_p": "p.Tyr302Asn"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.