← 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: 3-25596470-C-CCT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=25596470&ref=C&alt=CCT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 25596470,
"ref": "C",
"alt": "CCT",
"effect": "frameshift_variant",
"transcript": "ENST00000330688.9",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1205_1206dupTC",
"hgvs_p": "p.Ile403fs",
"transcript": "NM_000965.5",
"protein_id": "NP_000956.2",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 448,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 3132,
"mane_select": "ENST00000330688.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1205_1206dupTC",
"hgvs_p": "p.Ile403fs",
"transcript": "ENST00000330688.9",
"protein_id": "ENSP00000332296.4",
"transcript_support_level": 1,
"aa_start": 403,
"aa_end": null,
"aa_length": 448,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 3132,
"mane_select": "NM_000965.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "ENST00000437042.7",
"protein_id": "ENSP00000398840.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1319,
"cdna_end": null,
"cdna_length": 2600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "ENST00000458646.2",
"protein_id": "ENSP00000391391.1",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "NM_001290216.3",
"protein_id": "NP_001277145.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1721,
"cdna_end": null,
"cdna_length": 3177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "ENST00000383772.9",
"protein_id": "ENSP00000373282.5",
"transcript_support_level": 5,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 3034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "ENST00000686715.1",
"protein_id": "ENSP00000510539.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1840,
"cdna_end": null,
"cdna_length": 3135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "ENST00000687353.1",
"protein_id": "ENSP00000508588.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1909,
"cdna_end": null,
"cdna_length": 3341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "ENST00000687676.1",
"protein_id": "ENSP00000510313.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1802,
"cdna_end": null,
"cdna_length": 3221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1226_1227dupTC",
"hgvs_p": "p.Ile410fs",
"transcript": "ENST00000688892.1",
"protein_id": "ENSP00000510650.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 455,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 3144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1076_1077dupTC",
"hgvs_p": "p.Ile360fs",
"transcript": "NM_001290300.2",
"protein_id": "NP_001277229.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 405,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1067_1068dupTC",
"hgvs_p": "p.Ile357fs",
"transcript": "NM_001290277.1",
"protein_id": "NP_001277206.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 402,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 2994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1067_1068dupTC",
"hgvs_p": "p.Ile357fs",
"transcript": "ENST00000691912.1",
"protein_id": "ENSP00000510520.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 402,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.1058_1059dupTC",
"hgvs_p": "p.Ile354fs",
"transcript": "NM_001290266.2",
"protein_id": "NP_001277195.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 399,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1319,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "NM_001290217.2",
"protein_id": "NP_001277146.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "NM_001290276.2",
"protein_id": "NP_001277205.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 3132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "NM_016152.4",
"protein_id": "NP_057236.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1319,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.869_870dupTC",
"hgvs_p": "p.Ile291fs",
"transcript": "ENST00000693261.1",
"protein_id": "ENSP00000508421.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 336,
"cds_start": 871,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 2493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.1150_1151dupTC",
"hgvs_p": null,
"transcript": "ENST00000462272.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*594_*595dupTC",
"hgvs_p": null,
"transcript": "ENST00000479097.6",
"protein_id": "ENSP00000508755.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*181_*182dupTC",
"hgvs_p": null,
"transcript": "ENST00000480001.6",
"protein_id": "ENSP00000510647.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*1041_*1042dupTC",
"hgvs_p": null,
"transcript": "ENST00000685523.1",
"protein_id": "ENSP00000508765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*447_*448dupTC",
"hgvs_p": null,
"transcript": "ENST00000689700.1",
"protein_id": "ENSP00000510200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*820_*821dupTC",
"hgvs_p": null,
"transcript": "ENST00000690398.1",
"protein_id": "ENSP00000510044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*582_*583dupTC",
"hgvs_p": null,
"transcript": "ENST00000691580.1",
"protein_id": "ENSP00000510073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*181_*182dupTC",
"hgvs_p": null,
"transcript": "ENST00000693580.1",
"protein_id": "ENSP00000510405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.1513_1514dupTC",
"hgvs_p": null,
"transcript": "NR_110892.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.1469_1470dupTC",
"hgvs_p": null,
"transcript": "NR_110893.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "c.*40_*41dupTC",
"hgvs_p": null,
"transcript": "ENST00000687083.1",
"protein_id": "ENSP00000509681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": -4,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*594_*595dupTC",
"hgvs_p": null,
"transcript": "ENST00000479097.6",
"protein_id": "ENSP00000508755.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*181_*182dupTC",
"hgvs_p": null,
"transcript": "ENST00000480001.6",
"protein_id": "ENSP00000510647.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*1041_*1042dupTC",
"hgvs_p": null,
"transcript": "ENST00000685523.1",
"protein_id": "ENSP00000508765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*447_*448dupTC",
"hgvs_p": null,
"transcript": "ENST00000689700.1",
"protein_id": "ENSP00000510200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*820_*821dupTC",
"hgvs_p": null,
"transcript": "ENST00000690398.1",
"protein_id": "ENSP00000510044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*582_*583dupTC",
"hgvs_p": null,
"transcript": "ENST00000691580.1",
"protein_id": "ENSP00000510073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"hgvs_c": "n.*181_*182dupTC",
"hgvs_p": null,
"transcript": "ENST00000693580.1",
"protein_id": "ENSP00000510405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RARB",
"gene_hgnc_id": 9865,
"dbsnp": "rs397518482",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000330688.9",
"gene_symbol": "RARB",
"hgnc_id": 9865,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1205_1206dupTC",
"hgvs_p": "p.Ile403fs"
}
],
"clinvar_disease": " syndromic 12,Microphthalmia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Microphthalmia, syndromic 12",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}