← 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: 15-75016309-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=75016309&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 75016309,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_138967.4",
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "NM_138967.4",
"protein_id": "NP_620417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000425597.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138967.4"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000425597.8",
"protein_id": "ENSP00000406547.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_138967.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425597.8"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000562212.5",
"protein_id": "ENSP00000455313.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": null,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562212.5"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000912850.1",
"protein_id": "ENSP00000582909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": null,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912850.1"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "NM_001178111.2",
"protein_id": "NP_001171582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178111.2"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "NM_001178112.2",
"protein_id": "NP_001171583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178112.2"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000361900.10",
"protein_id": "ENSP00000355387.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361900.10"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000872262.1",
"protein_id": "ENSP00000542321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872262.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000872263.1",
"protein_id": "ENSP00000542322.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872263.1"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000872264.1",
"protein_id": "ENSP00000542323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872264.1"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000872265.1",
"protein_id": "ENSP00000542324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872265.1"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000872266.1",
"protein_id": "ENSP00000542325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872266.1"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000912842.1",
"protein_id": "ENSP00000582901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912842.1"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000912848.1",
"protein_id": "ENSP00000582907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912848.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-1488C>T",
"hgvs_p": null,
"transcript": "ENST00000912844.1",
"protein_id": "ENSP00000582903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912844.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-1533C>T",
"hgvs_p": null,
"transcript": "ENST00000912849.1",
"protein_id": "ENSP00000582908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912849.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000912840.1",
"protein_id": "ENSP00000582899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912840.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000912841.1",
"protein_id": "ENSP00000582900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912841.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000912843.1",
"protein_id": "ENSP00000582902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912843.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000912846.1",
"protein_id": "ENSP00000582905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912846.1"
},
{
"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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000912847.1",
"protein_id": "ENSP00000582906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": null,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912847.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.135-1570C>T",
"hgvs_p": null,
"transcript": "ENST00000912845.1",
"protein_id": "ENSP00000582904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912845.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000564779.5",
"protein_id": "ENSP00000455039.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564779.5"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000567920.5",
"protein_id": "ENSP00000454860.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": null,
"cds_end": null,
"cds_length": 371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567920.5"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000562327.5",
"protein_id": "ENSP00000456505.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": null,
"cds_end": null,
"cds_length": 349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562327.5"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000568018.5",
"protein_id": "ENSP00000456991.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568018.5"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000566872.5",
"protein_id": "ENSP00000454766.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": null,
"cds_end": null,
"cds_length": 286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566872.5"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "ENST00000565989.5",
"protein_id": "ENSP00000457121.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": null,
"cds_end": null,
"cds_length": 208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565989.5"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.251-284C>T",
"hgvs_p": null,
"transcript": "XM_047432218.1",
"protein_id": "XP_047288174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": null,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432218.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.191-284C>T",
"hgvs_p": null,
"transcript": "XM_006720420.2",
"protein_id": "XP_006720483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 253,
"cds_start": null,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720420.2"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "XM_006720421.2",
"protein_id": "XP_006720484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720421.2"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "c.137-284C>T",
"hgvs_p": null,
"transcript": "XM_047432219.1",
"protein_id": "XP_047288175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432219.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.137-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000562765.5",
"protein_id": "ENSP00000455598.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": "ENST00000562765.5"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.478-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000564141.1",
"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": "pseudogene",
"feature": "ENST00000564141.1"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.137-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000564491.5",
"protein_id": "ENSP00000458072.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000564491.5"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.289-284C>T",
"hgvs_p": null,
"transcript": "ENST00000565923.5",
"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": "pseudogene",
"feature": "ENST00000565923.5"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.137-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000567529.1",
"protein_id": "ENSP00000455203.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": "ENST00000567529.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.137-1561C>T",
"hgvs_p": null,
"transcript": "ENST00000568423.5",
"protein_id": "ENSP00000457520.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000568423.5"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"hgvs_c": "n.296-1561C>T",
"hgvs_p": null,
"transcript": "NR_033660.2",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_033660.2"
}
],
"gene_symbol": "SCAMP5",
"gene_hgnc_id": 30386,
"dbsnp": "rs4886414",
"frequency_reference_population": 0.52667433,
"hom_count_reference_population": 25908,
"allele_count_reference_population": 80025,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.526674,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 80025,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 25908,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"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.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.056,
"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": "NM_138967.4",
"gene_symbol": "SCAMP5",
"hgnc_id": 30386,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.137-284C>T",
"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
}