← 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-151365312-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151365312&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151365312,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001258289.2",
"consequences": [
{
"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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1045-31T>C",
"hgvs_p": null,
"transcript": "NM_003944.4",
"protein_id": "NP_003935.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1045-31T>C",
"hgvs_p": null,
"transcript": "ENST00000368868.10",
"protein_id": "ENSP00000357861.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1171-31T>C",
"hgvs_p": null,
"transcript": "NM_001258289.2",
"protein_id": "NP_001245218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 514,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1171-31T>C",
"hgvs_p": null,
"transcript": "ENST00000426705.6",
"protein_id": "ENSP00000397261.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 514,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1135-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896531.1",
"protein_id": "ENSP00000566590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1120-31T>C",
"hgvs_p": null,
"transcript": "ENST00000966380.1",
"protein_id": "ENSP00000636439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 497,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1108-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896525.1",
"protein_id": "ENSP00000566584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 493,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1105-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896524.1",
"protein_id": "ENSP00000566583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1069-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896523.1",
"protein_id": "ENSP00000566582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1012-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896522.1",
"protein_id": "ENSP00000566581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.982-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896529.1",
"protein_id": "ENSP00000566588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.964-31T>C",
"hgvs_p": null,
"transcript": "ENST00000966379.1",
"protein_id": "ENSP00000636438.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"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": 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": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.1045-31T>C",
"hgvs_p": null,
"transcript": "ENST00000966381.1",
"protein_id": "ENSP00000636440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 439,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.919-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896533.1",
"protein_id": "ENSP00000566592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.880-31T>C",
"hgvs_p": null,
"transcript": "ENST00000966382.1",
"protein_id": "ENSP00000636441.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.859-31T>C",
"hgvs_p": null,
"transcript": "NM_001258288.2",
"protein_id": "NP_001245217.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.859-31T>C",
"hgvs_p": null,
"transcript": "ENST00000447402.7",
"protein_id": "ENSP00000413960.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 410,
"cds_start": null,
"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": 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-31T>C",
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.787-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896532.1",
"protein_id": "ENSP00000566591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"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": 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.658-31T>C",
"hgvs_p": null,
"transcript": "ENST00000935724.1",
"protein_id": "ENSP00000605783.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": "ENST00000935724.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-31T>C",
"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": 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.625-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896530.1",
"protein_id": "ENSP00000566589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"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": 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.604-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896528.1",
"protein_id": "ENSP00000566587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.568-31T>C",
"hgvs_p": null,
"transcript": "ENST00000896527.1",
"protein_id": "ENSP00000566586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.442-31T>C",
"hgvs_p": null,
"transcript": "ENST00000935723.1",
"protein_id": "ENSP00000605782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"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": 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": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "c.*38-31T>C",
"hgvs_p": null,
"transcript": "XM_047433576.1",
"protein_id": "XP_047289532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"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": 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.2197T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*677-31T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*634-74T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*677-31T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.*494-31T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1350-31T>C",
"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": [
"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": "n.1520-31T>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"hgvs_c": "n.1350-31T>C",
"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"
}
],
"gene_symbol": "SELENBP1",
"gene_hgnc_id": 10719,
"dbsnp": "rs10788804",
"frequency_reference_population": 0.6149412,
"hom_count_reference_population": 306419,
"allele_count_reference_population": 979803,
"gnomad_exomes_af": 0.623825,
"gnomad_genomes_af": 0.530678,
"gnomad_exomes_ac": 899158,
"gnomad_genomes_ac": 80645,
"gnomad_exomes_homalt": 283441,
"gnomad_genomes_homalt": 22978,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.104,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001258289.2",
"gene_symbol": "SELENBP1",
"hgnc_id": 10719,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1171-31T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}