← 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: 10-82706271-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=82706271&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 82706271,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000372141.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "NM_001010848.4",
"protein_id": "NP_001010848.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 696,
"cds_start": -4,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": "ENST00000372141.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000372141.7",
"protein_id": "ENSP00000361214.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 696,
"cds_start": -4,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": "NM_001010848.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000404547.5",
"protein_id": "ENSP00000384796.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 720,
"cds_start": -4,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.444-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000556918.5",
"protein_id": "ENSP00000451376.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": -4,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.366-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000404576.6",
"protein_id": "ENSP00000385804.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": -4,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.291-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000372142.6",
"protein_id": "ENSP00000361215.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.*35-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000555784.5",
"protein_id": "ENSP00000451858.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "NM_001370084.1",
"protein_id": "NP_001357013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 720,
"cds_start": -4,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "NM_001370081.1",
"protein_id": "NP_001357010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 696,
"cds_start": -4,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "NM_001165972.1",
"protein_id": "NP_001159444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 695,
"cds_start": -4,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.387-32306T>G",
"hgvs_p": null,
"transcript": "NM_001370082.1",
"protein_id": "NP_001357011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": -4,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.291-32306T>G",
"hgvs_p": null,
"transcript": "NM_001165973.2",
"protein_id": "NP_001159445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.*502-32306T>G",
"hgvs_p": null,
"transcript": "ENST00000602794.5",
"protein_id": "ENSP00000473669.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.1305-32306T>G",
"hgvs_p": null,
"transcript": "NR_163251.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.540-32306T>G",
"hgvs_p": null,
"transcript": "NR_163252.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.941-32306T>G",
"hgvs_p": null,
"transcript": "NR_163253.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015573.3",
"protein_id": "XP_016871062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 747,
"cds_start": -4,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015574.3",
"protein_id": "XP_016871063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": -4,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015575.3",
"protein_id": "XP_016871064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": -4,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015576.3",
"protein_id": "XP_016871065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015577.3",
"protein_id": "XP_016871066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 723,
"cds_start": -4,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015578.3",
"protein_id": "XP_016871067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": -4,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015579.3",
"protein_id": "XP_016871068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": -4,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "XM_011539172.4",
"protein_id": "XP_011537474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 721,
"cds_start": -4,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015580.3",
"protein_id": "XP_016871069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 721,
"cds_start": -4,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "XM_011539173.4",
"protein_id": "XP_011537475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 720,
"cds_start": -4,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "XM_047424512.1",
"protein_id": "XP_047280468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 711,
"cds_start": -4,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null,
"transcript": "XM_011539175.4",
"protein_id": "XP_011537477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 697,
"cds_start": -4,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.174-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015582.2",
"protein_id": "XP_016871071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": -4,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "c.1032-32306T>G",
"hgvs_p": null,
"transcript": "XM_017015584.3",
"protein_id": "XP_016871073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"hgvs_c": "n.1179-32306T>G",
"hgvs_p": null,
"transcript": "XR_001747009.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NRG3",
"gene_hgnc_id": 7999,
"dbsnp": "rs2256900",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.75,
"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.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.042,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000372141.7",
"gene_symbol": "NRG3",
"hgnc_id": 7999,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.954-32306T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}