← 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: 1-75787564-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=75787564&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 75787564,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004582.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "NM_004582.4",
"protein_id": "NP_004573.2",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 331,
"cds_start": 71,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000319942.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004582.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000319942.8",
"protein_id": "ENSP00000317473.3",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 331,
"cds_start": 71,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004582.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319942.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "ENST00000935155.1",
"protein_id": "ENSP00000605214.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 333,
"cds_start": 77,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935155.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935145.1",
"protein_id": "ENSP00000605204.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 330,
"cds_start": 71,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935145.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.59C>T",
"hgvs_p": "p.Ala20Val",
"transcript": "ENST00000935144.1",
"protein_id": "ENSP00000605203.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 327,
"cds_start": 59,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935144.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935156.1",
"protein_id": "ENSP00000605215.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 307,
"cds_start": 71,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935156.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935146.1",
"protein_id": "ENSP00000605205.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 289,
"cds_start": 71,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935146.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935149.1",
"protein_id": "ENSP00000605208.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 281,
"cds_start": 71,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935149.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935154.1",
"protein_id": "ENSP00000605213.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 276,
"cds_start": 71,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935154.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000964019.1",
"protein_id": "ENSP00000634078.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 271,
"cds_start": 71,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964019.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000872422.1",
"protein_id": "ENSP00000542481.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 265,
"cds_start": 71,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872422.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935150.1",
"protein_id": "ENSP00000605209.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 241,
"cds_start": 71,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935150.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935147.1",
"protein_id": "ENSP00000605206.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 223,
"cds_start": 71,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935147.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935153.1",
"protein_id": "ENSP00000605212.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 199,
"cds_start": 71,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935153.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000370826.3",
"protein_id": "ENSP00000359862.3",
"transcript_support_level": 2,
"aa_start": 24,
"aa_end": null,
"aa_length": 152,
"cds_start": 71,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370826.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935157.1",
"protein_id": "ENSP00000605216.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 149,
"cds_start": 71,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935157.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935151.1",
"protein_id": "ENSP00000605210.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 133,
"cds_start": 71,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935151.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val",
"transcript": "ENST00000935152.1",
"protein_id": "ENSP00000605211.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 83,
"cds_start": 71,
"cds_end": null,
"cds_length": 252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935152.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": 1,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.3+1290C>T",
"hgvs_p": null,
"transcript": "ENST00000872421.1",
"protein_id": "ENSP00000542480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872421.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": 1,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "c.3+1290C>T",
"hgvs_p": null,
"transcript": "ENST00000935148.1",
"protein_id": "ENSP00000605207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935148.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000461653.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000461653.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.286C>T",
"hgvs_p": null,
"transcript": "ENST00000462042.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000462042.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.234C>T",
"hgvs_p": null,
"transcript": "ENST00000470201.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000470201.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.864C>T",
"hgvs_p": null,
"transcript": "ENST00000471759.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000471759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.213C>T",
"hgvs_p": null,
"transcript": "ENST00000473406.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473406.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.115C>T",
"hgvs_p": null,
"transcript": "ENST00000485459.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485459.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.42C>T",
"hgvs_p": null,
"transcript": "ENST00000489450.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000489450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.331C>T",
"hgvs_p": null,
"transcript": "ENST00000491266.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000491266.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.146C>T",
"hgvs_p": null,
"transcript": "ENST00000496055.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000496055.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.100C>T",
"hgvs_p": null,
"transcript": "ENST00000497648.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000497648.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADM",
"gene_hgnc_id": 89,
"hgvs_c": "n.*331C>T",
"hgvs_p": null,
"transcript": "ENST00000528016.1",
"protein_id": "ENSP00000434284.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": "ENST00000528016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"hgvs_c": "n.149C>T",
"hgvs_p": null,
"transcript": "NR_073562.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": "pseudogene",
"feature": "NR_073562.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACADM",
"gene_hgnc_id": 89,
"hgvs_c": "n.*331C>T",
"hgvs_p": null,
"transcript": "ENST00000528016.1",
"protein_id": "ENSP00000434284.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": "ENST00000528016.1"
}
],
"gene_symbol": "RABGGTB",
"gene_hgnc_id": 9796,
"dbsnp": "rs1457120907",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4034782648086548,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.211,
"revel_prediction": "Benign",
"alphamissense_score": 0.2044,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.519,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.06,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004582.4",
"gene_symbol": "RABGGTB",
"hgnc_id": 9796,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Ala24Val"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000528016.1",
"gene_symbol": "ACADM",
"hgnc_id": 89,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*331C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}