← 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: 6-83573042-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=83573042&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 83573042,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000369694.7",
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2442+1968T>C",
"hgvs_p": null,
"transcript": "NM_001242792.2",
"protein_id": "NP_001229721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 907,
"cds_start": -4,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4422,
"mane_select": "ENST00000369694.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2442+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000369694.7",
"protein_id": "ENSP00000358708.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 907,
"cds_start": -4,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4422,
"mane_select": "NM_001242792.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000520302.5",
"protein_id": "ENSP00000428511.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.1521+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000520213.5",
"protein_id": "ENSP00000428026.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": -4,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.*2533+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000518312.5",
"protein_id": "ENSP00000429937.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": 4493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2442+1968T>C",
"hgvs_p": null,
"transcript": "NM_014841.3",
"protein_id": "NP_055656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 907,
"cds_start": -4,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2442+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000439399.6",
"protein_id": "ENSP00000400459.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 907,
"cds_start": -4,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2442+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000521743.5",
"protein_id": "ENSP00000428215.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 907,
"cds_start": -4,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376675.1",
"protein_id": "NP_001363604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376676.1",
"protein_id": "NP_001363605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376677.1",
"protein_id": "NP_001363606.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4217,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376678.1",
"protein_id": "NP_001363607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376679.1",
"protein_id": "NP_001363608.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376680.1",
"protein_id": "NP_001363609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376681.1",
"protein_id": "NP_001363610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2436+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376682.1",
"protein_id": "NP_001363611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 905,
"cds_start": -4,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2433+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376683.1",
"protein_id": "NP_001363612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": -4,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2433+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376684.1",
"protein_id": "NP_001363613.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 904,
"cds_start": -4,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2427+1968T>C",
"hgvs_p": null,
"transcript": "NM_001363677.2",
"protein_id": "NP_001350606.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": -4,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2427+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000195649.10",
"protein_id": "ENSP00000195649.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": -4,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2427+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000521485.5",
"protein_id": "ENSP00000429776.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": -4,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376685.1",
"protein_id": "NP_001363614.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376686.1",
"protein_id": "NP_001363615.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376687.1",
"protein_id": "NP_001363616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376688.1",
"protein_id": "NP_001363617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376689.1",
"protein_id": "NP_001363618.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376690.1",
"protein_id": "NP_001363619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376691.1",
"protein_id": "NP_001363620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376692.1",
"protein_id": "NP_001363621.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": -4,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2415+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376693.1",
"protein_id": "NP_001363622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": -4,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2412+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376694.1",
"protein_id": "NP_001363623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": -4,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2394+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376695.1",
"protein_id": "NP_001363624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": -4,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2394+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376696.1",
"protein_id": "NP_001363625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": -4,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2394+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376697.1",
"protein_id": "NP_001363626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": -4,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2394+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376698.1",
"protein_id": "NP_001363627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 891,
"cds_start": -4,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2391+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376699.1",
"protein_id": "NP_001363628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 890,
"cds_start": -4,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2391+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376700.1",
"protein_id": "NP_001363629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 890,
"cds_start": -4,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2379+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376701.1",
"protein_id": "NP_001363630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 886,
"cds_start": -4,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376702.1",
"protein_id": "NP_001363631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376703.1",
"protein_id": "NP_001363632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376704.1",
"protein_id": "NP_001363633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376705.1",
"protein_id": "NP_001363634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376706.1",
"protein_id": "NP_001363635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2358+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376707.1",
"protein_id": "NP_001363636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": -4,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "NM_001242793.2",
"protein_id": "NP_001229722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376708.1",
"protein_id": "NP_001363637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376709.1",
"protein_id": "NP_001363638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376710.1",
"protein_id": "NP_001363639.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2352+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376711.1",
"protein_id": "NP_001363640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2421+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376712.1",
"protein_id": "NP_001363641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": -4,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2343+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376713.1",
"protein_id": "NP_001363642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": -4,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2343+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376714.1",
"protein_id": "NP_001363643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 874,
"cds_start": -4,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2328+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376715.1",
"protein_id": "NP_001363644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 869,
"cds_start": -4,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2316+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376716.1",
"protein_id": "NP_001363645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2301+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376717.1",
"protein_id": "NP_001363646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": -4,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2286+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376718.1",
"protein_id": "NP_001363647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": -4,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2274+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376719.1",
"protein_id": "NP_001363648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": -4,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2262+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376720.1",
"protein_id": "NP_001363649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 847,
"cds_start": -4,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2262+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376721.1",
"protein_id": "NP_001363650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 847,
"cds_start": -4,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2262+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376723.1",
"protein_id": "NP_001363652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 847,
"cds_start": -4,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2262+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376726.1",
"protein_id": "NP_001363655.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 847,
"cds_start": -4,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2262+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376728.1",
"protein_id": "NP_001363657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 847,
"cds_start": -4,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2259+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376731.1",
"protein_id": "NP_001363660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": -4,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2253+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376733.1",
"protein_id": "NP_001363662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": -4,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2253+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376734.1",
"protein_id": "NP_001363663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": -4,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2247+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376735.1",
"protein_id": "NP_001363664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2232+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376736.1",
"protein_id": "NP_001363665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 837,
"cds_start": -4,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2253+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376737.1",
"protein_id": "NP_001363666.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 818,
"cds_start": -4,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2169+1968T>C",
"hgvs_p": null,
"transcript": "NM_001256717.2",
"protein_id": "NP_001243646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.2070+1968T>C",
"hgvs_p": null,
"transcript": "NM_001256718.2",
"protein_id": "NP_001243647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": -4,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.1731+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376738.1",
"protein_id": "NP_001363667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 670,
"cds_start": -4,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.1689+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376739.1",
"protein_id": "NP_001363668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": -4,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.1731+1968T>C",
"hgvs_p": null,
"transcript": "NM_001376740.1",
"protein_id": "NP_001363669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": -4,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.1521+1968T>C",
"hgvs_p": null,
"transcript": "NM_001242794.2",
"protein_id": "NP_001229723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": -4,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "c.465+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000523448.5",
"protein_id": "ENSP00000430255.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 222,
"cds_start": -4,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.*2152+1968T>C",
"hgvs_p": null,
"transcript": "ENST00000521616.5",
"protein_id": "ENSP00000428127.1",
"transcript_support_level": 5,
"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": 2822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.2574+1968T>C",
"hgvs_p": null,
"transcript": "NR_164843.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": 4267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.2459+1968T>C",
"hgvs_p": null,
"transcript": "NR_164844.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": 4152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 30,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.2708+1968T>C",
"hgvs_p": null,
"transcript": "NR_164845.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": 4502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"hgvs_c": "n.2540+1968T>C",
"hgvs_p": null,
"transcript": "NR_164846.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": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SNAP91",
"gene_hgnc_id": 14986,
"dbsnp": "rs2023238",
"frequency_reference_population": 0.70501,
"hom_count_reference_population": 38191,
"allele_count_reference_population": 107201,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.70501,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 107201,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 38191,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.0499999523162842,
"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": -1.05,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.891,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000369694.7",
"gene_symbol": "SNAP91",
"hgnc_id": 14986,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2442+1968T>C",
"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
}