← 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: 12-89421224-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=89421224&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 89421224,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_172240.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1366A>T",
"hgvs_p": "p.Thr456Ser",
"transcript": "NM_172240.3",
"protein_id": "NP_758440.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 478,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313546.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172240.3"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1366A>T",
"hgvs_p": "p.Thr456Ser",
"transcript": "ENST00000313546.8",
"protein_id": "ENSP00000323302.3",
"transcript_support_level": 1,
"aa_start": 456,
"aa_end": null,
"aa_length": 478,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_172240.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313546.8"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.976A>T",
"hgvs_p": "p.Thr326Ser",
"transcript": "ENST00000393179.8",
"protein_id": "ENSP00000376877.4",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 348,
"cds_start": 976,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393179.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.4334A>T",
"hgvs_p": null,
"transcript": "ENST00000549591.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000549591.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1306A>T",
"hgvs_p": "p.Thr436Ser",
"transcript": "ENST00000928754.1",
"protein_id": "ENSP00000598813.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 458,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928754.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1297A>T",
"hgvs_p": "p.Thr433Ser",
"transcript": "ENST00000867695.1",
"protein_id": "ENSP00000537754.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 455,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867695.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1285A>T",
"hgvs_p": "p.Thr429Ser",
"transcript": "ENST00000867692.1",
"protein_id": "ENSP00000537751.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 451,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867692.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1258A>T",
"hgvs_p": "p.Thr420Ser",
"transcript": "ENST00000928753.1",
"protein_id": "ENSP00000598812.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 442,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928753.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1240A>T",
"hgvs_p": "p.Thr414Ser",
"transcript": "NM_001199777.2",
"protein_id": "NP_001186706.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 436,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199777.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1240A>T",
"hgvs_p": "p.Thr414Ser",
"transcript": "ENST00000549035.1",
"protein_id": "ENSP00000447916.1",
"transcript_support_level": 2,
"aa_start": 414,
"aa_end": null,
"aa_length": 436,
"cds_start": 1240,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549035.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1225A>T",
"hgvs_p": "p.Thr409Ser",
"transcript": "ENST00000928752.1",
"protein_id": "ENSP00000598811.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 431,
"cds_start": 1225,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928752.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1186A>T",
"hgvs_p": "p.Thr396Ser",
"transcript": "ENST00000867696.1",
"protein_id": "ENSP00000537755.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 418,
"cds_start": 1186,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867696.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1147A>T",
"hgvs_p": "p.Thr383Ser",
"transcript": "ENST00000867693.1",
"protein_id": "ENSP00000537752.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 405,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867693.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1078A>T",
"hgvs_p": "p.Thr360Ser",
"transcript": "ENST00000867694.1",
"protein_id": "ENSP00000537753.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 382,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867694.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1066A>T",
"hgvs_p": "p.Thr356Ser",
"transcript": "ENST00000867691.1",
"protein_id": "ENSP00000537750.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 378,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867691.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1114-16879A>T",
"hgvs_p": null,
"transcript": "NM_001425771.1",
"protein_id": "NP_001412700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": null,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425771.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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "c.1113+38414A>T",
"hgvs_p": null,
"transcript": "NM_001425794.1",
"protein_id": "NP_001412723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": null,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425794.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": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.1114-19616A>T",
"hgvs_p": null,
"transcript": "NM_001425772.1",
"protein_id": "NP_001412701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": null,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425772.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": 9,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "c.1032+45546A>T",
"hgvs_p": null,
"transcript": "NM_001425795.1",
"protein_id": "NP_001412724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 367,
"cds_start": null,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425795.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": 8,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "c.642+45546A>T",
"hgvs_p": null,
"transcript": "NM_001425796.1",
"protein_id": "NP_001412725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 237,
"cds_start": null,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001425796.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": 8,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "c.643-19616A>T",
"hgvs_p": null,
"transcript": "NM_001425773.1",
"protein_id": "NP_001412702.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": "NM_001425773.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.474A>T",
"hgvs_p": null,
"transcript": "ENST00000546740.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": "ENST00000546740.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.*1064A>T",
"hgvs_p": null,
"transcript": "ENST00000547496.5",
"protein_id": "ENSP00000447437.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000547496.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.*386A>T",
"hgvs_p": null,
"transcript": "ENST00000850975.1",
"protein_id": "ENSP00000521057.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000850975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.1369A>T",
"hgvs_p": null,
"transcript": "NR_037659.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_037659.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.1405A>T",
"hgvs_p": null,
"transcript": "NR_037660.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_037660.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.*1064A>T",
"hgvs_p": null,
"transcript": "ENST00000547496.5",
"protein_id": "ENSP00000447437.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000547496.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"hgvs_c": "n.*386A>T",
"hgvs_p": null,
"transcript": "ENST00000850975.1",
"protein_id": "ENSP00000521057.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000850975.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286608",
"gene_hgnc_id": null,
"hgvs_c": "n.496-3482T>A",
"hgvs_p": null,
"transcript": "ENST00000830511.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": "ENST00000830511.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286608",
"gene_hgnc_id": null,
"hgvs_c": "n.536-3482T>A",
"hgvs_p": null,
"transcript": "ENST00000830512.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": "ENST00000830512.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286608",
"gene_hgnc_id": null,
"hgvs_c": "n.190-3482T>A",
"hgvs_p": null,
"transcript": "ENST00000830513.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": "ENST00000830513.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "n.1265+38414A>T",
"hgvs_p": null,
"transcript": "NR_189587.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_189587.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "n.1012+45546A>T",
"hgvs_p": null,
"transcript": "NR_189588.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_189588.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "POC1B-DUSP6",
"gene_hgnc_id": null,
"hgvs_c": "n.1184+45546A>T",
"hgvs_p": null,
"transcript": "NR_189589.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_189589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124902981",
"gene_hgnc_id": null,
"hgvs_c": "n.527-3482T>A",
"hgvs_p": null,
"transcript": "XR_007063401.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": "XR_007063401.1"
}
],
"gene_symbol": "POC1B",
"gene_hgnc_id": 30836,
"dbsnp": "rs1333988178",
"frequency_reference_population": 0.000001873658,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000138028,
"gnomad_genomes_af": 0.00000657194,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.26740607619285583,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.151,
"revel_prediction": "Benign",
"alphamissense_score": 0.5023,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.379,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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_172240.3",
"gene_symbol": "POC1B",
"hgnc_id": 30836,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1366A>T",
"hgvs_p": "p.Thr456Ser"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001425794.1",
"gene_symbol": "POC1B-DUSP6",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1113+38414A>T",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000830511.1",
"gene_symbol": "ENSG00000286608",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.496-3482T>A",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007063401.1",
"gene_symbol": "LOC124902981",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.527-3482T>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}