← 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: 2-50922680-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 10,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "NRXN1",
          "hgnc_id": 8008,
          "hgvs_c": "c.897G>A",
          "hgvs_p": "p.Ala299Ala",
          "inheritance_mode": "Unknown,AR,AD",
          "pathogenic_score": 0,
          "score": -10,
          "transcript": "NM_001135659.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong",
      "acmg_score": -10,
      "allele_count_reference_population": 108,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.37,
      "chr": "2",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "NRXN1-related disorder,Pitt-Hopkins-like syndrome 2,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.3700000047683716,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9038,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330078.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000401669.7",
          "protein_coding": true,
          "protein_id": "NP_001317007.1",
          "strand": false,
          "transcript": "NM_001330078.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 9038,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000401669.7",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001330078.2",
          "protein_coding": true,
          "protein_id": "ENSP00000385017.2",
          "strand": false,
          "transcript": "ENST00000401669.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1547,
          "aa_ref": "A",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7578,
          "cdna_start": 2237,
          "cds_end": null,
          "cds_length": 4644,
          "cds_start": 897,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000404971.5",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.897G>A",
          "hgvs_p": "p.Ala299Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000385142.1",
          "strand": false,
          "transcript": "ENST00000404971.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1496,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8113,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 4491,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000625672.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485887.1",
          "strand": false,
          "transcript": "ENST00000625672.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 278,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5078,
          "cdna_start": 1859,
          "cds_end": null,
          "cds_length": 837,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000405581.3",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000385310.1",
          "strand": false,
          "transcript": "ENST00000405581.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1547,
          "aa_ref": "A",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9158,
          "cdna_start": 1970,
          "cds_end": null,
          "cds_length": 4644,
          "cds_start": 897,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 24,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001135659.3",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.897G>A",
          "hgvs_p": "p.Ala299Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001129131.1",
          "strand": false,
          "transcript": "NM_001135659.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1506,
          "aa_ref": "A",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9035,
          "cdna_start": 1868,
          "cds_end": null,
          "cds_length": 4521,
          "cds_start": 795,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330093.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.795G>A",
          "hgvs_p": "p.Ala265Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317022.1",
          "strand": false,
          "transcript": "NM_001330093.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1504,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9029,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4515,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330086.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317015.1",
          "strand": false,
          "transcript": "NM_001330086.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1500,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9017,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4503,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330094.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317023.1",
          "strand": false,
          "transcript": "NM_001330094.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1499,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9014,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4500,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330077.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317006.1",
          "strand": false,
          "transcript": "NM_001330077.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1499,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4500,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 4500,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000630543.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486879.1",
          "strand": false,
          "transcript": "ENST00000630543.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1498,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9011,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4497,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330085.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317014.1",
          "strand": false,
          "transcript": "NM_001330085.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1496,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9005,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4491,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330082.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317011.1",
          "strand": false,
          "transcript": "NM_001330082.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1495,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5724,
          "cdna_start": 1853,
          "cds_end": null,
          "cds_length": 4488,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000405472.7",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000434015.2",
          "strand": false,
          "transcript": "ENST00000405472.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1477,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8948,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4434,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_004801.6",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004792.1",
          "strand": false,
          "transcript": "NM_004801.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1477,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9375,
          "cdna_start": 2300,
          "cds_end": null,
          "cds_length": 4434,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000406316.6",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384311.2",
          "strand": false,
          "transcript": "ENST00000406316.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1460,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8897,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 4383,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330095.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317024.1",
          "strand": false,
          "transcript": "NM_001330095.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 1447,
          "aa_ref": "A",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8858,
          "cdna_start": 1853,
          "cds_end": null,
          "cds_length": 4344,
          "cds_start": 780,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001330088.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.780G>A",
          "hgvs_p": "p.Ala260Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317017.1",
          "strand": false,
          "transcript": "NM_001330088.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 302,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4352,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 909,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330090.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317019.1",
          "strand": false,
          "transcript": "NM_001330090.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3651,
          "cdna_start": 1840,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000637511.1",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490494.1",
          "strand": false,
          "transcript": "ENST00000637511.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 290,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5861,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 873,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000675235.1",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501718.1",
          "strand": false,
          "transcript": "ENST00000675235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 284,
          "aa_ref": "A",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2012,
          "cdna_start": 1853,
          "cds_end": null,
          "cds_length": 855,
          "cds_start": 780,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001330089.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.780G>A",
          "hgvs_p": "p.Ala260Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317018.1",
          "strand": false,
          "transcript": "NM_001330089.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 278,
          "aa_ref": "A",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5090,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 837,
          "cds_start": 798,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330081.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.798G>A",
          "hgvs_p": "p.Ala266Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317010.1",
          "strand": false,
          "transcript": "NM_001330081.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 277,
          "aa_ref": "A",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5087,
          "cdna_start": 1868,
          "cds_end": null,
          "cds_length": 834,
          "cds_start": 795,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001330079.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.795G>A",
          "hgvs_p": "p.Ala265Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317008.1",
          "strand": false,
          "transcript": "NM_001330079.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 277,
          "aa_ref": "A",
          "aa_start": 265,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2543,
          "cdna_start": 2272,
          "cds_end": null,
          "cds_length": 834,
          "cds_start": 795,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000626899.1",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.795G>A",
          "hgvs_p": "p.Ala265Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485912.1",
          "strand": false,
          "transcript": "ENST00000626899.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 154,
          "aa_ref": "A",
          "aa_start": 118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2832,
          "cdna_start": 355,
          "cds_end": null,
          "cds_length": 465,
          "cds_start": 354,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000636066.1",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.354G>A",
          "hgvs_p": "p.Ala118Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490017.1",
          "strand": false,
          "transcript": "ENST00000636066.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 136,
          "aa_ref": "A",
          "aa_start": 109,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 518,
          "cdna_start": 327,
          "cds_end": null,
          "cds_length": 411,
          "cds_start": 327,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000627198.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.327G>A",
          "hgvs_p": "p.Ala109Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487268.1",
          "strand": false,
          "transcript": "ENST00000627198.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 125,
          "aa_ref": "A",
          "aa_start": 101,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 464,
          "cdna_start": 305,
          "cds_end": null,
          "cds_length": 378,
          "cds_start": 303,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000496792.3",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.303G>A",
          "hgvs_p": "p.Ala101Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487165.1",
          "strand": false,
          "transcript": "ENST00000496792.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1485,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8972,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4458,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330084.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.772+104822G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317013.1",
          "strand": false,
          "transcript": "NM_001330084.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1452,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8873,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4359,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330083.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.772+104822G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317012.1",
          "strand": false,
          "transcript": "NM_001330083.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1440,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8837,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4323,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330087.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.772+104822G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317016.1",
          "strand": false,
          "transcript": "NM_001330087.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1437,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8828,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4314,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330096.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.772+104822G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317025.1",
          "strand": false,
          "transcript": "NM_001330096.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3243,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000628515.2",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "c.772+104822G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486544.1",
          "strand": false,
          "transcript": "ENST00000628515.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000630431.1",
          "gene_hgnc_id": 8008,
          "gene_symbol": "NRXN1",
          "hgvs_c": "n.81G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000630431.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs201027928",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00006707192,
      "gene_hgnc_id": 8008,
      "gene_symbol": "NRXN1",
      "gnomad_exomes_ac": 100,
      "gnomad_exomes_af": 0.0000685624,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 8,
      "gnomad_genomes_af": 0.0000527405,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|Pitt-Hopkins-like syndrome 2|NRXN1-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.68,
      "pos": 50922680,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_001135659.3"
    }
  ]
}
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.