← 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-49556714-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 49556714,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001363649.3",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "NM_001270960.2",
          "protein_id": "NP_001257889.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 603,
          "cdna_end": null,
          "cdna_length": 1232,
          "mane_select": "ENST00000596358.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001270960.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000596358.6",
          "protein_id": "ENSP00000470034.1",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 603,
          "cdna_end": null,
          "cdna_length": 1232,
          "mane_select": "NM_001270960.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000596358.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874168.1",
          "protein_id": "ENSP00000544227.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": 617,
          "cdna_end": null,
          "cdna_length": 1028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874168.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "NM_001363649.3",
          "protein_id": "NP_001350578.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 731,
          "cdna_end": null,
          "cdna_length": 1117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363649.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "NM_001439222.1",
          "protein_id": "NP_001426151.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 612,
          "cdna_end": null,
          "cdna_length": 998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439222.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "NM_001439223.1",
          "protein_id": "NP_001426152.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 1986,
          "cdna_end": null,
          "cdna_length": 2372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439223.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000339093.7",
          "protein_id": "ENSP00000343497.3",
          "transcript_support_level": 5,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 614,
          "cdna_end": null,
          "cdna_length": 1000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000339093.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000874162.1",
          "protein_id": "ENSP00000544221.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 1234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874162.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000874167.1",
          "protein_id": "ENSP00000544226.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 752,
          "cdna_end": null,
          "cdna_length": 1136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874167.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000874171.1",
          "protein_id": "ENSP00000544230.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 1129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874171.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000874172.1",
          "protein_id": "ENSP00000544231.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 710,
          "cdna_end": null,
          "cdna_length": 1094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874172.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000917074.1",
          "protein_id": "ENSP00000587133.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 657,
          "cdna_end": null,
          "cdna_length": 1043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917074.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000917075.1",
          "protein_id": "ENSP00000587134.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 1023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917075.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000917076.1",
          "protein_id": "ENSP00000587135.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 750,
          "cdna_end": null,
          "cdna_length": 1136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917076.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr",
          "transcript": "ENST00000917077.1",
          "protein_id": "ENSP00000587136.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": 862,
          "cdna_end": null,
          "cdna_length": 1248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917077.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "NM_001439224.1",
          "protein_id": "NP_001426153.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 1977,
          "cdna_end": null,
          "cdna_length": 2363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439224.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "NM_015953.6",
          "protein_id": "NP_057037.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 722,
          "cdna_end": null,
          "cdna_length": 1108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015953.6"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874163.1",
          "protein_id": "ENSP00000544222.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 652,
          "cdna_end": null,
          "cdna_length": 1038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874163.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874164.1",
          "protein_id": "ENSP00000544223.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 758,
          "cdna_end": null,
          "cdna_length": 1144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874164.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874165.1",
          "protein_id": "ENSP00000544224.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 743,
          "cdna_end": null,
          "cdna_length": 1131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874165.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874166.1",
          "protein_id": "ENSP00000544225.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 758,
          "cdna_end": null,
          "cdna_length": 1144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874166.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874169.1",
          "protein_id": "ENSP00000544228.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 730,
          "cdna_end": null,
          "cdna_length": 1116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874169.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874170.1",
          "protein_id": "ENSP00000544229.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 704,
          "cdna_end": null,
          "cdna_length": 1090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874170.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874173.1",
          "protein_id": "ENSP00000544232.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 775,
          "cdna_end": null,
          "cdna_length": 1159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874173.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000874174.1",
          "protein_id": "ENSP00000544233.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 876,
          "cdna_end": null,
          "cdna_length": 1262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874174.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000917073.1",
          "protein_id": "ENSP00000587132.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 796,
          "cdna_end": null,
          "cdna_length": 1182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917073.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000962184.1",
          "protein_id": "ENSP00000632243.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 763,
          "cdna_end": null,
          "cdna_length": 1147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962184.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000962185.1",
          "protein_id": "ENSP00000632244.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 619,
          "cdna_end": null,
          "cdna_length": 1001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962185.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "ENST00000599537.5",
          "protein_id": "ENSP00000473109.1",
          "transcript_support_level": 5,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 725,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000599537.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.572T>C",
          "hgvs_p": "p.Met191Thr",
          "transcript": "XM_011527015.3",
          "protein_id": "XP_011525317.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 572,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 704,
          "cdna_end": null,
          "cdna_length": 1333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527015.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.563T>C",
          "hgvs_p": "p.Met188Thr",
          "transcript": "XM_011527017.3",
          "protein_id": "XP_011525319.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": 697,
          "cdna_end": null,
          "cdna_length": 1326,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011527017.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.560T>C",
          "hgvs_p": "p.Met187Thr",
          "transcript": "XM_017026852.2",
          "protein_id": "XP_016882341.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 301,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 906,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 1584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017026852.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.308T>C",
          "hgvs_p": "p.Met103Thr",
          "transcript": "XM_047438896.1",
          "protein_id": "XP_047294852.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 1225,
          "cdna_end": null,
          "cdna_length": 1854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438896.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "c.455-57T>C",
          "hgvs_p": null,
          "transcript": "ENST00000598296.5",
          "protein_id": "ENSP00000471929.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 529,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000598296.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.486T>C",
          "hgvs_p": null,
          "transcript": "ENST00000596477.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": 865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000596477.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.2229T>C",
          "hgvs_p": null,
          "transcript": "ENST00000598820.5",
          "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": 2615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000598820.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.1690T>C",
          "hgvs_p": null,
          "transcript": "ENST00000601340.5",
          "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": 2197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000601340.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.*341-61T>C",
          "hgvs_p": null,
          "transcript": "ENST00000594932.5",
          "protein_id": "ENSP00000472103.1",
          "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": 602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000594932.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.625-57T>C",
          "hgvs_p": null,
          "transcript": "ENST00000598550.5",
          "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": 771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000598550.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NOSIP",
          "gene_hgnc_id": 17946,
          "hgvs_c": "n.474+161T>C",
          "hgvs_p": null,
          "transcript": "ENST00000601015.5",
          "protein_id": "ENSP00000470450.1",
          "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": 697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "non_stop_decay",
          "feature": "ENST00000601015.5"
        }
      ],
      "gene_symbol": "NOSIP",
      "gene_hgnc_id": 17946,
      "dbsnp": "rs141077974",
      "frequency_reference_population": 0.00015356456,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 247,
      "gnomad_exomes_af": 0.000148325,
      "gnomad_genomes_af": 0.000203701,
      "gnomad_exomes_ac": 216,
      "gnomad_genomes_ac": 31,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18192636966705322,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.611,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8744,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.26,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.653,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001363649.3",
          "gene_symbol": "NOSIP",
          "hgnc_id": 17946,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.569T>C",
          "hgvs_p": "p.Met190Thr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "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.