← 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: 10-56358869-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=56358869&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 56358869,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_007057.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "NM_007057.4",
"protein_id": "NP_008988.2",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373944.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007057.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "ENST00000373944.8",
"protein_id": "ENSP00000363055.3",
"transcript_support_level": 1,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007057.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373944.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "ENST00000318387.7",
"protein_id": "ENSP00000322850.3",
"transcript_support_level": 1,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318387.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.592A>T",
"hgvs_p": "p.Arg198Trp",
"transcript": "ENST00000920699.1",
"protein_id": "ENSP00000590758.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 288,
"cds_start": 592,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920699.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.562A>T",
"hgvs_p": "p.Arg188Trp",
"transcript": "ENST00000899407.1",
"protein_id": "ENSP00000569466.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 278,
"cds_start": 562,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899407.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "NM_032997.3",
"protein_id": "NP_127490.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032997.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "ENST00000395405.5",
"protein_id": "ENSP00000378801.1",
"transcript_support_level": 2,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395405.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "ENST00000899408.1",
"protein_id": "ENSP00000569467.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 277,
"cds_start": 559,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899408.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.556A>T",
"hgvs_p": "p.Arg186Trp",
"transcript": "ENST00000920701.1",
"protein_id": "ENSP00000590760.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 276,
"cds_start": 556,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920701.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.556A>T",
"hgvs_p": "p.Arg186Trp",
"transcript": "ENST00000955112.1",
"protein_id": "ENSP00000625171.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 276,
"cds_start": 556,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955112.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.544A>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000920702.1",
"protein_id": "ENSP00000590761.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 272,
"cds_start": 544,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920702.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.520A>T",
"hgvs_p": "p.Arg174Trp",
"transcript": "ENST00000920706.1",
"protein_id": "ENSP00000590765.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 264,
"cds_start": 520,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920706.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.520A>T",
"hgvs_p": "p.Arg174Trp",
"transcript": "ENST00000920707.1",
"protein_id": "ENSP00000590766.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 264,
"cds_start": 520,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920707.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.502A>T",
"hgvs_p": "p.Arg168Trp",
"transcript": "ENST00000920700.1",
"protein_id": "ENSP00000590759.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 258,
"cds_start": 502,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920700.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.502A>T",
"hgvs_p": "p.Arg168Trp",
"transcript": "ENST00000920709.1",
"protein_id": "ENSP00000590768.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 258,
"cds_start": 502,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920709.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp",
"transcript": "ENST00000920708.1",
"protein_id": "ENSP00000590767.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 244,
"cds_start": 559,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920708.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.430A>T",
"hgvs_p": "p.Arg144Trp",
"transcript": "ENST00000920698.1",
"protein_id": "ENSP00000590757.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 234,
"cds_start": 430,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920698.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.268A>T",
"hgvs_p": "p.Arg90Trp",
"transcript": "ENST00000899409.1",
"protein_id": "ENSP00000569468.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 180,
"cds_start": 268,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899409.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.268A>T",
"hgvs_p": "p.Arg90Trp",
"transcript": "ENST00000955111.1",
"protein_id": "ENSP00000625170.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 180,
"cds_start": 268,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955111.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "ENST00000899412.1",
"protein_id": "ENSP00000569471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 236,
"cds_start": null,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899412.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920697.1",
"protein_id": "ENSP00000590756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 236,
"cds_start": null,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920697.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.516+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920710.1",
"protein_id": "ENSP00000590769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920710.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "NM_001005413.1",
"protein_id": "NP_001005413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005413.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "ENST00000361148.6",
"protein_id": "ENSP00000354921.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361148.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "ENST00000899410.1",
"protein_id": "ENSP00000569469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899410.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": 6,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.519+40A>T",
"hgvs_p": null,
"transcript": "ENST00000899411.1",
"protein_id": "ENSP00000569470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899411.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.516+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920703.1",
"protein_id": "ENSP00000590762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920703.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.504+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920705.1",
"protein_id": "ENSP00000590764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920705.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.462+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920711.1",
"protein_id": "ENSP00000590770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": null,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920711.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": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.462+40A>T",
"hgvs_p": null,
"transcript": "ENST00000920704.1",
"protein_id": "ENSP00000590763.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": null,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920704.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.181A>T",
"hgvs_p": null,
"transcript": "ENST00000460654.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000460654.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.505A>T",
"hgvs_p": null,
"transcript": "ENST00000467523.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000467523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.897A>T",
"hgvs_p": null,
"transcript": "ENST00000494312.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": "ENST00000494312.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.596A>T",
"hgvs_p": null,
"transcript": "XR_428692.4",
"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_428692.4"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.388+40A>T",
"hgvs_p": null,
"transcript": "ENST00000478181.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000478181.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.*523+40A>T",
"hgvs_p": null,
"transcript": "ENST00000489649.6",
"protein_id": "ENSP00000473330.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": "ENST00000489649.6"
}
],
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"dbsnp": "rs2241666",
"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.13371896743774414,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.05,
"revel_prediction": "Benign",
"alphamissense_score": 0.1268,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.159,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_007057.4",
"gene_symbol": "ZWINT",
"hgnc_id": 13195,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.559A>T",
"hgvs_p": "p.Arg187Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}