← 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: 19-12825732-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=12825732&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 12825732,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_031429.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "NM_001270441.2",
"protein_id": "NP_001257370.2",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000674343.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270441.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000674343.2",
"protein_id": "ENSP00000501410.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001270441.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674343.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.760G>A",
"hgvs_p": "p.Gly254Ser",
"transcript": "ENST00000322912.9",
"protein_id": "ENSP00000326253.4",
"transcript_support_level": 1,
"aa_start": 254,
"aa_end": null,
"aa_length": 261,
"cds_start": 760,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322912.9"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Gly232Ser",
"transcript": "ENST00000592204.5",
"protein_id": "ENSP00000466765.1",
"transcript_support_level": 1,
"aa_start": 232,
"aa_end": null,
"aa_length": 239,
"cds_start": 694,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592204.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000458671.6",
"protein_id": "ENSP00000416375.1",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000458671.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.760G>A",
"hgvs_p": "p.Gly254Ser",
"transcript": "NM_031429.3",
"protein_id": "NP_113617.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 261,
"cds_start": 760,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031429.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Ser",
"transcript": "ENST00000866321.1",
"protein_id": "ENSP00000536380.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 254,
"cds_start": 739,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866321.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Ser",
"transcript": "ENST00000934867.1",
"protein_id": "ENSP00000604926.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 254,
"cds_start": 739,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934867.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Ser",
"transcript": "ENST00000934869.1",
"protein_id": "ENSP00000604928.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 254,
"cds_start": 739,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934869.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Gly247Ser",
"transcript": "ENST00000965056.1",
"protein_id": "ENSP00000635115.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 254,
"cds_start": 739,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965056.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Gly232Ser",
"transcript": "ENST00000965060.1",
"protein_id": "ENSP00000635119.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 239,
"cds_start": 694,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965060.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.682G>A",
"hgvs_p": "p.Gly228Ser",
"transcript": "NM_001270442.2",
"protein_id": "NP_001257371.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 235,
"cds_start": 682,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270442.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "NM_001080997.3",
"protein_id": "NP_001074466.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "NM_001080997.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "NM_001270443.2",
"protein_id": "NP_001257372.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "NM_001270443.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "NM_001270444.2",
"protein_id": "NP_001257373.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "NM_001270444.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000393233.6",
"protein_id": "ENSP00000376925.3",
"transcript_support_level": 3,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000393233.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000866320.1",
"protein_id": "ENSP00000536379.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000866320.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000866322.1",
"protein_id": "ENSP00000536381.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000866322.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000965057.1",
"protein_id": "ENSP00000635116.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000965057.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000965058.1",
"protein_id": "ENSP00000635117.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000965058.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000965061.1",
"protein_id": "ENSP00000635120.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000965061.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.664G>A",
"hgvs_p": "p.Gly222Ser",
"transcript": "ENST00000965062.1",
"protein_id": "ENSP00000635121.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 229,
"cds_start": 664,
"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": "ENST00000965062.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.646G>A",
"hgvs_p": "p.Gly216Ser",
"transcript": "NM_001270445.2",
"protein_id": "NP_001257374.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 223,
"cds_start": 646,
"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": "NM_001270445.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.646G>A",
"hgvs_p": "p.Gly216Ser",
"transcript": "ENST00000934868.1",
"protein_id": "ENSP00000604927.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 223,
"cds_start": 646,
"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": "ENST00000934868.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.646G>A",
"hgvs_p": "p.Gly216Ser",
"transcript": "ENST00000965059.1",
"protein_id": "ENSP00000635118.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 223,
"cds_start": 646,
"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": "ENST00000965059.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*875G>A",
"hgvs_p": null,
"transcript": "NM_001270440.2",
"protein_id": "NP_001257369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270440.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*875G>A",
"hgvs_p": null,
"transcript": "ENST00000589272.5",
"protein_id": "ENSP00000468697.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": null,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589272.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN-AS1",
"gene_hgnc_id": 58174,
"hgvs_c": "n.22C>T",
"hgvs_p": null,
"transcript": "ENST00000588469.2",
"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": "ENST00000588469.2"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HOOK2",
"gene_hgnc_id": 19885,
"hgvs_c": "n.37-550G>A",
"hgvs_p": null,
"transcript": "ENST00000589765.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": "ENST00000589765.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*22G>A",
"hgvs_p": null,
"transcript": "ENST00000586969.5",
"protein_id": "ENSP00000464869.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586969.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*66G>A",
"hgvs_p": null,
"transcript": "ENST00000589681.5",
"protein_id": "ENSP00000466382.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589681.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*105G>A",
"hgvs_p": null,
"transcript": "ENST00000589808.5",
"protein_id": "ENSP00000465796.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589808.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"hgvs_c": "c.*110G>A",
"hgvs_p": null,
"transcript": "ENST00000590404.6",
"protein_id": "ENSP00000467888.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": null,
"cds_end": null,
"cds_length": 554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590404.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTBDN-AS1",
"gene_hgnc_id": 58174,
"hgvs_c": "n.-1C>T",
"hgvs_p": null,
"transcript": "NR_187779.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_187779.1"
}
],
"gene_symbol": "RTBDN",
"gene_hgnc_id": 30310,
"dbsnp": "rs374249027",
"frequency_reference_population": 0.000065385364,
"hom_count_reference_population": 0,
"allele_count_reference_population": 104,
"gnomad_exomes_af": 0.0000382401,
"gnomad_genomes_af": 0.000321755,
"gnomad_exomes_ac": 55,
"gnomad_genomes_ac": 49,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02341178059577942,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.233,
"revel_prediction": "Benign",
"alphamissense_score": 0.3392,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.323,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_031429.3",
"gene_symbol": "RTBDN",
"hgnc_id": 30310,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.760G>A",
"hgvs_p": "p.Gly254Ser"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000588469.2",
"gene_symbol": "RTBDN-AS1",
"hgnc_id": 58174,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.22C>T",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000589765.1",
"gene_symbol": "HOOK2",
"hgnc_id": 19885,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.37-550G>A",
"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
}