← 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-50465422-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=50465422&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 50465422,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001135659.3",
"consequences": [
{
"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": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3364+20T>C",
"hgvs_p": null,
"transcript": "NM_001330078.2",
"protein_id": "NP_001317007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1507,
"cds_start": null,
"cds_end": null,
"cds_length": 4524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000401669.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330078.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3364+20T>C",
"hgvs_p": null,
"transcript": "ENST00000401669.7",
"protein_id": "ENSP00000385017.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1507,
"cds_start": null,
"cds_end": null,
"cds_length": 4524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001330078.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401669.7"
},
{
"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": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3484+20T>C",
"hgvs_p": null,
"transcript": "ENST00000404971.5",
"protein_id": "ENSP00000385142.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1547,
"cds_start": null,
"cds_end": null,
"cds_length": 4644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404971.5"
},
{
"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": 21,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3340+20T>C",
"hgvs_p": null,
"transcript": "ENST00000625672.2",
"protein_id": "ENSP00000485887.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1496,
"cds_start": null,
"cds_end": null,
"cds_length": 4491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625672.2"
},
{
"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": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3484+20T>C",
"hgvs_p": null,
"transcript": "NM_001135659.3",
"protein_id": "NP_001129131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1547,
"cds_start": null,
"cds_end": null,
"cds_length": 4644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135659.3"
},
{
"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": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3361+20T>C",
"hgvs_p": null,
"transcript": "NM_001330093.2",
"protein_id": "NP_001317022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1506,
"cds_start": null,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330093.2"
},
{
"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": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3364+20T>C",
"hgvs_p": null,
"transcript": "NM_001330086.2",
"protein_id": "NP_001317015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1504,
"cds_start": null,
"cds_end": null,
"cds_length": 4515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330086.2"
},
{
"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": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3352+20T>C",
"hgvs_p": null,
"transcript": "NM_001330094.2",
"protein_id": "NP_001317023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330094.2"
},
{
"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": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3340+20T>C",
"hgvs_p": null,
"transcript": "NM_001330077.2",
"protein_id": "NP_001317006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1499,
"cds_start": null,
"cds_end": null,
"cds_length": 4500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330077.2"
},
{
"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": 21,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3340+20T>C",
"hgvs_p": null,
"transcript": "ENST00000630543.2",
"protein_id": "ENSP00000486879.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1499,
"cds_start": null,
"cds_end": null,
"cds_length": 4500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000630543.2"
},
{
"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": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3337+20T>C",
"hgvs_p": null,
"transcript": "NM_001330085.2",
"protein_id": "NP_001317014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1498,
"cds_start": null,
"cds_end": null,
"cds_length": 4497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330085.2"
},
{
"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": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3340+20T>C",
"hgvs_p": null,
"transcript": "NM_001330082.2",
"protein_id": "NP_001317011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1496,
"cds_start": null,
"cds_end": null,
"cds_length": 4491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330082.2"
},
{
"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": 21,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3328+20T>C",
"hgvs_p": null,
"transcript": "ENST00000405472.7",
"protein_id": "ENSP00000434015.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1495,
"cds_start": null,
"cds_end": null,
"cds_length": 4488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405472.7"
},
{
"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": 19,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3298+20T>C",
"hgvs_p": null,
"transcript": "NM_001330084.2",
"protein_id": "NP_001317013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1485,
"cds_start": null,
"cds_end": null,
"cds_length": 4458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330084.2"
},
{
"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": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3364+20T>C",
"hgvs_p": null,
"transcript": "NM_004801.6",
"protein_id": "NP_004792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1477,
"cds_start": null,
"cds_end": null,
"cds_length": 4434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004801.6"
},
{
"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": 22,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3364+20T>C",
"hgvs_p": null,
"transcript": "ENST00000406316.6",
"protein_id": "ENSP00000384311.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1477,
"cds_start": null,
"cds_end": null,
"cds_length": 4434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406316.6"
},
{
"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": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3313+20T>C",
"hgvs_p": null,
"transcript": "NM_001330095.2",
"protein_id": "NP_001317024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1460,
"cds_start": null,
"cds_end": null,
"cds_length": 4383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330095.2"
},
{
"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": 18,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3298+20T>C",
"hgvs_p": null,
"transcript": "NM_001330083.2",
"protein_id": "NP_001317012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1452,
"cds_start": null,
"cds_end": null,
"cds_length": 4359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330083.2"
},
{
"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": 18,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3283+20T>C",
"hgvs_p": null,
"transcript": "NM_001330088.2",
"protein_id": "NP_001317017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1447,
"cds_start": null,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330088.2"
},
{
"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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3253+20T>C",
"hgvs_p": null,
"transcript": "NM_001330087.2",
"protein_id": "NP_001317016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1440,
"cds_start": null,
"cds_end": null,
"cds_length": 4323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330087.2"
},
{
"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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.3253+20T>C",
"hgvs_p": null,
"transcript": "NM_001330096.2",
"protein_id": "NP_001317025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1437,
"cds_start": null,
"cds_end": null,
"cds_length": 4314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330096.2"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "c.493+20T>C",
"hgvs_p": null,
"transcript": "ENST00000625320.2",
"protein_id": "ENSP00000486253.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": null,
"cds_end": null,
"cds_length": 641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625320.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.1360T>C",
"hgvs_p": null,
"transcript": "ENST00000462791.2",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462791.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.343T>C",
"hgvs_p": null,
"transcript": "ENST00000626192.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000626192.1"
},
{
"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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.2518+20T>C",
"hgvs_p": null,
"transcript": "ENST00000331040.9",
"protein_id": "ENSP00000489573.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000331040.9"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.51+20T>C",
"hgvs_p": null,
"transcript": "ENST00000635834.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635834.1"
},
{
"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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.2263+20T>C",
"hgvs_p": null,
"transcript": "ENST00000636298.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000636298.1"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.70+20T>C",
"hgvs_p": null,
"transcript": "ENST00000637151.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637151.1"
},
{
"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": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"hgvs_c": "n.531+20T>C",
"hgvs_p": null,
"transcript": "ENST00000637889.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637889.1"
}
],
"gene_symbol": "NRXN1",
"gene_hgnc_id": 8008,
"dbsnp": "rs3213756",
"frequency_reference_population": 0.30700547,
"hom_count_reference_population": 78421,
"allele_count_reference_population": 489651,
"gnomad_exomes_af": 0.31124,
"gnomad_genomes_af": 0.266731,
"gnomad_exomes_ac": 449181,
"gnomad_genomes_ac": 40470,
"gnomad_exomes_homalt": 72421,
"gnomad_genomes_homalt": 6000,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.11,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001135659.3",
"gene_symbol": "NRXN1",
"hgnc_id": 8008,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD,Unknown",
"hgvs_c": "c.3484+20T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Pitt-Hopkins-like syndrome 2,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "not specified|Pitt-Hopkins-like syndrome 2|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}