← 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-151365622-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151365622&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151365622,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001258289.2",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.985C>T",
"hgvs_p": "p.His329Tyr",
"transcript": "NM_003944.4",
"protein_id": "NP_003935.2",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 472,
"cds_start": 985,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368868.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003944.4"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.985C>T",
"hgvs_p": "p.His329Tyr",
"transcript": "ENST00000368868.10",
"protein_id": "ENSP00000357861.5",
"transcript_support_level": 1,
"aa_start": 329,
"aa_end": null,
"aa_length": 472,
"cds_start": 985,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003944.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368868.10"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1111C>T",
"hgvs_p": "p.His371Tyr",
"transcript": "NM_001258289.2",
"protein_id": "NP_001245218.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 514,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258289.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1111C>T",
"hgvs_p": "p.His371Tyr",
"transcript": "ENST00000426705.6",
"protein_id": "ENSP00000397261.2",
"transcript_support_level": 2,
"aa_start": 371,
"aa_end": null,
"aa_length": 514,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426705.6"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.His359Tyr",
"transcript": "ENST00000896531.1",
"protein_id": "ENSP00000566590.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 502,
"cds_start": 1075,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896531.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1060C>T",
"hgvs_p": "p.His354Tyr",
"transcript": "ENST00000966380.1",
"protein_id": "ENSP00000636439.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 497,
"cds_start": 1060,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966380.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.His350Tyr",
"transcript": "ENST00000896525.1",
"protein_id": "ENSP00000566584.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 493,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896525.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1045C>T",
"hgvs_p": "p.His349Tyr",
"transcript": "ENST00000896524.1",
"protein_id": "ENSP00000566583.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 492,
"cds_start": 1045,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896524.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1009C>T",
"hgvs_p": "p.His337Tyr",
"transcript": "ENST00000896523.1",
"protein_id": "ENSP00000566582.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 480,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896523.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.952C>T",
"hgvs_p": "p.His318Tyr",
"transcript": "ENST00000896522.1",
"protein_id": "ENSP00000566581.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 461,
"cds_start": 952,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896522.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.922C>T",
"hgvs_p": "p.His308Tyr",
"transcript": "ENST00000896529.1",
"protein_id": "ENSP00000566588.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 451,
"cds_start": 922,
"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": "ENST00000896529.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.904C>T",
"hgvs_p": "p.His302Tyr",
"transcript": "ENST00000966379.1",
"protein_id": "ENSP00000636438.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 445,
"cds_start": 904,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966379.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.985C>T",
"hgvs_p": "p.His329Tyr",
"transcript": "ENST00000966381.1",
"protein_id": "ENSP00000636440.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 439,
"cds_start": 985,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966381.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.859C>T",
"hgvs_p": "p.His287Tyr",
"transcript": "ENST00000896533.1",
"protein_id": "ENSP00000566592.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 430,
"cds_start": 859,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896533.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.820C>T",
"hgvs_p": "p.His274Tyr",
"transcript": "ENST00000966382.1",
"protein_id": "ENSP00000636441.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 417,
"cds_start": 820,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966382.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.799C>T",
"hgvs_p": "p.His267Tyr",
"transcript": "NM_001258288.2",
"protein_id": "NP_001245217.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 410,
"cds_start": 799,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258288.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.799C>T",
"hgvs_p": "p.His267Tyr",
"transcript": "ENST00000447402.7",
"protein_id": "ENSP00000413960.3",
"transcript_support_level": 2,
"aa_start": 267,
"aa_end": null,
"aa_length": 410,
"cds_start": 799,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447402.7"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.727C>T",
"hgvs_p": "p.His243Tyr",
"transcript": "ENST00000896532.1",
"protein_id": "ENSP00000566591.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 386,
"cds_start": 727,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896532.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.641C>T",
"hgvs_p": "p.Ala214Val",
"transcript": "ENST00000935724.1",
"protein_id": "ENSP00000605783.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 343,
"cds_start": 641,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935724.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.565C>T",
"hgvs_p": "p.His189Tyr",
"transcript": "ENST00000896530.1",
"protein_id": "ENSP00000566589.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 332,
"cds_start": 565,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896530.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.His182Tyr",
"transcript": "ENST00000896528.1",
"protein_id": "ENSP00000566587.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 325,
"cds_start": 544,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896528.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.508C>T",
"hgvs_p": "p.His170Tyr",
"transcript": "ENST00000896527.1",
"protein_id": "ENSP00000566586.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 313,
"cds_start": 508,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896527.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.865C>T",
"hgvs_p": "p.His289Tyr",
"transcript": "ENST00000424475.5",
"protein_id": "ENSP00000396209.1",
"transcript_support_level": 5,
"aa_start": 289,
"aa_end": null,
"aa_length": 303,
"cds_start": 865,
"cds_end": null,
"cds_length": 914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424475.5"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.382C>T",
"hgvs_p": "p.His128Tyr",
"transcript": "ENST00000935723.1",
"protein_id": "ENSP00000605782.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 271,
"cds_start": 382,
"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": "ENST00000935723.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Ala311Val",
"transcript": "XM_047433576.1",
"protein_id": "XP_047289532.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 317,
"cds_start": 932,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433576.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": 7,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.844-341C>T",
"hgvs_p": null,
"transcript": "ENST00000896526.1",
"protein_id": "ENSP00000566585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": null,
"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": "ENST00000896526.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": 6,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.658-341C>T",
"hgvs_p": null,
"transcript": "ENST00000966378.1",
"protein_id": "ENSP00000636437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 343,
"cds_start": null,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000423070.5",
"protein_id": "ENSP00000416206.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000423070.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000427977.6",
"protein_id": "ENSP00000412816.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000427977.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000443708.5",
"protein_id": "ENSP00000402531.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000443708.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*434C>T",
"hgvs_p": null,
"transcript": "ENST00000455397.5",
"protein_id": "ENSP00000395637.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000455397.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1290C>T",
"hgvs_p": null,
"transcript": "ENST00000463664.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": "retained_intron",
"feature": "ENST00000463664.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1460C>T",
"hgvs_p": null,
"transcript": "ENST00000470345.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": "retained_intron",
"feature": "ENST00000470345.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1887C>T",
"hgvs_p": null,
"transcript": "ENST00000474352.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": "retained_intron",
"feature": "ENST00000474352.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1290C>T",
"hgvs_p": null,
"transcript": "ENST00000493560.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": "retained_intron",
"feature": "ENST00000493560.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000423070.5",
"protein_id": "ENSP00000416206.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000423070.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000427977.6",
"protein_id": "ENSP00000412816.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000427977.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*617C>T",
"hgvs_p": null,
"transcript": "ENST00000443708.5",
"protein_id": "ENSP00000402531.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000443708.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*434C>T",
"hgvs_p": null,
"transcript": "ENST00000455397.5",
"protein_id": "ENSP00000395637.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000455397.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.*50C>T",
"hgvs_p": null,
"transcript": "ENST00000458566.5",
"protein_id": "ENSP00000406222.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": null,
"cds_end": null,
"cds_length": 887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458566.5"
}
],
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"dbsnp": "rs1553204840",
"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.9338202476501465,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.465,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7034,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.13,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.187,
"phylop100way_prediction": "Pathogenic",
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM2,PP3_Moderate,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PS3",
"PM2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001258289.2",
"gene_symbol": "SELENBP1",
"hgnc_id": 10719,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1111C>T",
"hgvs_p": "p.His371Tyr"
}
],
"clinvar_disease": "Extra oral halitosis,Extraoral halitosis due to methanethiol oxidase deficiency",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Extra oral halitosis|Extraoral halitosis due to methanethiol oxidase deficiency",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}