← 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: 16-10944763-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=10944763&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 10944763,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015226.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "NM_015226.3",
"protein_id": "NP_056041.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1053,
"cds_start": 46,
"cds_end": null,
"cds_length": 3162,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6812,
"mane_select": "ENST00000409790.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "ENST00000409790.6",
"protein_id": "ENSP00000387122.1",
"transcript_support_level": 5,
"aa_start": 16,
"aa_end": null,
"aa_length": 1053,
"cds_start": 46,
"cds_end": null,
"cds_length": 3162,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6812,
"mane_select": "NM_015226.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "ENST00000409552.4",
"protein_id": "ENSP00000386495.3",
"transcript_support_level": 1,
"aa_start": 16,
"aa_end": null,
"aa_length": 906,
"cds_start": 46,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 183,
"cdna_end": null,
"cdna_length": 3365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "NM_001410905.1",
"protein_id": "NP_001397834.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1051,
"cds_start": 46,
"cds_end": null,
"cds_length": 3156,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "ENST00000703130.1",
"protein_id": "ENSP00000515187.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1051,
"cds_start": 46,
"cds_end": null,
"cds_length": 3156,
"cdna_start": 225,
"cdna_end": null,
"cdna_length": 6827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "NM_001243403.2",
"protein_id": "NP_001230332.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 906,
"cds_start": 46,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_005255211.3",
"protein_id": "XP_005255268.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1037,
"cds_start": 46,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_005255213.3",
"protein_id": "XP_005255270.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1035,
"cds_start": 46,
"cds_end": null,
"cds_length": 3108,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522434.3",
"protein_id": "XP_011520736.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1010,
"cds_start": 46,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433847.1",
"protein_id": "XP_047289803.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 1008,
"cds_start": 46,
"cds_end": null,
"cds_length": 3027,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_005255214.3",
"protein_id": "XP_005255271.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 998,
"cds_start": 46,
"cds_end": null,
"cds_length": 2997,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433848.1",
"protein_id": "XP_047289804.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 996,
"cds_start": 46,
"cds_end": null,
"cds_length": 2991,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433850.1",
"protein_id": "XP_047289806.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 992,
"cds_start": 46,
"cds_end": null,
"cds_length": 2979,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433851.1",
"protein_id": "XP_047289807.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 982,
"cds_start": 46,
"cds_end": null,
"cds_length": 2949,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433852.1",
"protein_id": "XP_047289808.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 980,
"cds_start": 46,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 6593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433853.1",
"protein_id": "XP_047289809.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 960,
"cds_start": 46,
"cds_end": null,
"cds_length": 2883,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433854.1",
"protein_id": "XP_047289810.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 958,
"cds_start": 46,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522436.4",
"protein_id": "XP_011520738.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 952,
"cds_start": 46,
"cds_end": null,
"cds_length": 2859,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 4010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522437.4",
"protein_id": "XP_011520739.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 951,
"cds_start": 46,
"cds_end": null,
"cds_length": 2856,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 4007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433855.1",
"protein_id": "XP_047289811.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 944,
"cds_start": 46,
"cds_end": null,
"cds_length": 2835,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433856.1",
"protein_id": "XP_047289812.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 942,
"cds_start": 46,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433857.1",
"protein_id": "XP_047289813.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 933,
"cds_start": 46,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_005255215.5",
"protein_id": "XP_005255272.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 925,
"cds_start": 46,
"cds_end": null,
"cds_length": 2778,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_024450218.2",
"protein_id": "XP_024305986.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 909,
"cds_start": 46,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522438.4",
"protein_id": "XP_011520740.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 894,
"cds_start": 46,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433858.1",
"protein_id": "XP_047289814.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 892,
"cds_start": 46,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522439.4",
"protein_id": "XP_011520741.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 887,
"cds_start": 46,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_011522440.4",
"protein_id": "XP_011520742.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 886,
"cds_start": 46,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_005255216.3",
"protein_id": "XP_005255273.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 884,
"cds_start": 46,
"cds_end": null,
"cds_length": 2655,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433859.1",
"protein_id": "XP_047289815.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 884,
"cds_start": 46,
"cds_end": null,
"cds_length": 2655,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433860.1",
"protein_id": "XP_047289816.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 882,
"cds_start": 46,
"cds_end": null,
"cds_length": 2649,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433861.1",
"protein_id": "XP_047289817.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 878,
"cds_start": 46,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433862.1",
"protein_id": "XP_047289818.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 876,
"cds_start": 46,
"cds_end": null,
"cds_length": 2631,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433863.1",
"protein_id": "XP_047289819.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 871,
"cds_start": 46,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433864.1",
"protein_id": "XP_047289820.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 869,
"cds_start": 46,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433865.1",
"protein_id": "XP_047289821.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 868,
"cds_start": 46,
"cds_end": null,
"cds_length": 2607,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433866.1",
"protein_id": "XP_047289822.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 866,
"cds_start": 46,
"cds_end": null,
"cds_length": 2601,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433867.1",
"protein_id": "XP_047289823.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 849,
"cds_start": 46,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 3089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_006720870.5",
"protein_id": "XP_006720933.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 690,
"cds_start": 46,
"cds_end": null,
"cds_length": 2073,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_047433868.1",
"protein_id": "XP_047289824.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 688,
"cds_start": 46,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser",
"transcript": "XM_017023089.3",
"protein_id": "XP_016878578.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 672,
"cds_start": 46,
"cds_end": null,
"cds_length": 2019,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLEC16A",
"gene_hgnc_id": 29013,
"dbsnp": "rs756014800",
"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.029432177543640137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.06,
"revel_prediction": "Benign",
"alphamissense_score": 0.0504,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.654,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_015226.3",
"gene_symbol": "CLEC16A",
"hgnc_id": 29013,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.46A>T",
"hgvs_p": "p.Thr16Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}