← 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-55263404-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=55263404&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 55263404,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_004580.5",
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_183235.3",
"protein_id": "NP_899058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000336787.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183235.3"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000336787.6",
"protein_id": "ENSP00000337761.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_183235.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336787.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000396307.6",
"protein_id": "ENSP00000379601.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396307.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000564609.5",
"protein_id": "ENSP00000455012.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564609.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000569493.5",
"protein_id": "ENSP00000456059.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569493.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438970.1",
"protein_id": "NP_001425899.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438970.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438972.1",
"protein_id": "NP_001425901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438972.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438973.1",
"protein_id": "NP_001425902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438973.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-125-3381T>C",
"hgvs_p": null,
"transcript": "NM_001438974.1",
"protein_id": "NP_001425903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438974.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438975.1",
"protein_id": "NP_001425904.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438975.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-239+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438976.1",
"protein_id": "NP_001425905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438976.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26312T>C",
"hgvs_p": null,
"transcript": "NM_001438977.1",
"protein_id": "NP_001425906.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438977.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438978.1",
"protein_id": "NP_001425907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438978.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_001438979.1",
"protein_id": "NP_001425908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438979.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_004580.5",
"protein_id": "NP_004571.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004580.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "NM_183234.3",
"protein_id": "NP_899057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183234.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "NM_183236.3",
"protein_id": "NP_899059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183236.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26312T>C",
"hgvs_p": null,
"transcript": "ENST00000697642.1",
"protein_id": "ENSP00000513368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697642.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000697643.1",
"protein_id": "ENSP00000513369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697643.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899597.1",
"protein_id": "ENSP00000569656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899597.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26088T>C",
"hgvs_p": null,
"transcript": "ENST00000899598.1",
"protein_id": "ENSP00000569657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899598.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-203+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899599.1",
"protein_id": "ENSP00000569658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899599.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-111-24913T>C",
"hgvs_p": null,
"transcript": "ENST00000899600.1",
"protein_id": "ENSP00000569659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899600.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899601.1",
"protein_id": "ENSP00000569660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899601.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-308-3381T>C",
"hgvs_p": null,
"transcript": "ENST00000899602.1",
"protein_id": "ENSP00000569661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899602.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899603.1",
"protein_id": "ENSP00000569662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899603.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899604.1",
"protein_id": "ENSP00000569663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899604.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899605.1",
"protein_id": "ENSP00000569664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899605.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899606.1",
"protein_id": "ENSP00000569665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899606.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899607.1",
"protein_id": "ENSP00000569666.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899607.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-98+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899608.1",
"protein_id": "ENSP00000569667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899608.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899609.1",
"protein_id": "ENSP00000569668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899609.1"
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-314+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000899610.1",
"protein_id": "ENSP00000569669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899610.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26757T>C",
"hgvs_p": null,
"transcript": "ENST00000915166.1",
"protein_id": "ENSP00000585225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915166.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-239+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000915167.1",
"protein_id": "ENSP00000585226.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915167.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26846T>C",
"hgvs_p": null,
"transcript": "ENST00000915168.1",
"protein_id": "ENSP00000585227.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915168.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-112+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000915169.1",
"protein_id": "ENSP00000585228.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915169.1"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-260+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000915170.1",
"protein_id": "ENSP00000585229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915170.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26048T>C",
"hgvs_p": null,
"transcript": "ENST00000915171.1",
"protein_id": "ENSP00000585230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915171.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-238-24913T>C",
"hgvs_p": null,
"transcript": "ENST00000942610.1",
"protein_id": "ENSP00000612669.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942610.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000942611.1",
"protein_id": "ENSP00000612670.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942611.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+26048T>C",
"hgvs_p": null,
"transcript": "ENST00000942612.1",
"protein_id": "ENSP00000612671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942612.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+19965T>C",
"hgvs_p": null,
"transcript": "ENST00000942613.1",
"protein_id": "ENSP00000612672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942613.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000942609.1",
"protein_id": "ENSP00000612668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942609.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000567380.5",
"protein_id": "ENSP00000458127.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567380.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-239+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000565972.5",
"protein_id": "ENSP00000456536.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 135,
"cds_start": null,
"cds_end": null,
"cds_length": 408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565972.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-111-24913T>C",
"hgvs_p": null,
"transcript": "ENST00000563262.5",
"protein_id": "ENSP00000457595.1",
"transcript_support_level": 3,
"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": "ENST00000563262.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-125-3381T>C",
"hgvs_p": null,
"transcript": "ENST00000568803.1",
"protein_id": "ENSP00000457517.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 70,
"cds_start": null,
"cds_end": null,
"cds_length": 215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568803.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-23+6761T>C",
"hgvs_p": null,
"transcript": "XM_047432918.1",
"protein_id": "XP_047288874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432918.1"
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "c.-214-3381T>C",
"hgvs_p": null,
"transcript": "XM_047432920.1",
"protein_id": "XP_047288876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "n.218+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000567639.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": "retained_intron",
"feature": "ENST00000567639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"hgvs_c": "n.2014+6761T>C",
"hgvs_p": null,
"transcript": "ENST00000697641.1",
"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": "retained_intron",
"feature": "ENST00000697641.1"
}
],
"gene_symbol": "RAB27A",
"gene_hgnc_id": 9766,
"dbsnp": "rs4261468",
"frequency_reference_population": 0.3343027,
"hom_count_reference_population": 9910,
"allele_count_reference_population": 50810,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.334303,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 50810,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9910,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9700000286102295,
"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.97,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.104,
"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_004580.5",
"gene_symbol": "RAB27A",
"hgnc_id": 9766,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-23+6761T>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
}