← 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-56359727-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=56359727&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 56359727,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_007057.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "NM_007057.4",
"protein_id": "NP_008988.2",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1857,
"mane_select": "ENST00000373944.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007057.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000373944.8",
"protein_id": "ENSP00000363055.3",
"transcript_support_level": 1,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1857,
"mane_select": "NM_007057.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373944.8"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000318387.7",
"protein_id": "ENSP00000322850.3",
"transcript_support_level": 1,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 402,
"cdna_end": null,
"cdna_length": 1826,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318387.7"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.416G>C",
"hgvs_p": "p.Arg139Pro",
"transcript": "ENST00000920699.1",
"protein_id": "ENSP00000590758.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 288,
"cds_start": 416,
"cds_end": null,
"cds_length": 867,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 1894,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920699.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.386G>C",
"hgvs_p": "p.Arg129Pro",
"transcript": "ENST00000899407.1",
"protein_id": "ENSP00000569466.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 278,
"cds_start": 386,
"cds_end": null,
"cds_length": 837,
"cdna_start": 401,
"cdna_end": null,
"cdna_length": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899407.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "NM_032997.3",
"protein_id": "NP_127490.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032997.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000395405.5",
"protein_id": "ENSP00000378801.1",
"transcript_support_level": 2,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395405.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000899408.1",
"protein_id": "ENSP00000569467.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 277,
"cds_start": 383,
"cds_end": null,
"cds_length": 834,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899408.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920701.1",
"protein_id": "ENSP00000590760.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 276,
"cds_start": 383,
"cds_end": null,
"cds_length": 831,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 1853,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920701.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.380G>C",
"hgvs_p": "p.Arg127Pro",
"transcript": "ENST00000955112.1",
"protein_id": "ENSP00000625171.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 276,
"cds_start": 380,
"cds_end": null,
"cds_length": 831,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955112.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.368G>C",
"hgvs_p": "p.Arg123Pro",
"transcript": "ENST00000920702.1",
"protein_id": "ENSP00000590761.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 272,
"cds_start": 368,
"cds_end": null,
"cds_length": 819,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920702.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920706.1",
"protein_id": "ENSP00000590765.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 264,
"cds_start": 383,
"cds_end": null,
"cds_length": 795,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920706.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920707.1",
"protein_id": "ENSP00000590766.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 264,
"cds_start": 383,
"cds_end": null,
"cds_length": 795,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 1616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920707.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920700.1",
"protein_id": "ENSP00000590759.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 258,
"cds_start": 383,
"cds_end": null,
"cds_length": 777,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 1800,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920700.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920709.1",
"protein_id": "ENSP00000590768.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 258,
"cds_start": 383,
"cds_end": null,
"cds_length": 777,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920709.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920708.1",
"protein_id": "ENSP00000590767.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 244,
"cds_start": 383,
"cds_end": null,
"cds_length": 735,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 1551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920708.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000899412.1",
"protein_id": "ENSP00000569471.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 236,
"cds_start": 383,
"cds_end": null,
"cds_length": 711,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 1527,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899412.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920697.1",
"protein_id": "ENSP00000590756.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 236,
"cds_start": 383,
"cds_end": null,
"cds_length": 711,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 1713,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920697.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920710.1",
"protein_id": "ENSP00000590769.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 235,
"cds_start": 383,
"cds_end": null,
"cds_length": 708,
"cdna_start": 396,
"cdna_end": null,
"cdna_length": 1510,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920710.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.254G>C",
"hgvs_p": "p.Arg85Pro",
"transcript": "ENST00000920698.1",
"protein_id": "ENSP00000590757.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 234,
"cds_start": 254,
"cds_end": null,
"cds_length": 705,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920698.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "NM_001005413.1",
"protein_id": "NP_001005413.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 230,
"cds_start": 383,
"cds_end": null,
"cds_length": 693,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 1519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005413.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000361148.6",
"protein_id": "ENSP00000354921.6",
"transcript_support_level": 2,
"aa_start": 128,
"aa_end": null,
"aa_length": 230,
"cds_start": 383,
"cds_end": null,
"cds_length": 693,
"cdna_start": 413,
"cdna_end": null,
"cdna_length": 807,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361148.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000899410.1",
"protein_id": "ENSP00000569469.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 230,
"cds_start": 383,
"cds_end": null,
"cds_length": 693,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899410.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000899411.1",
"protein_id": "ENSP00000569470.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 230,
"cds_start": 383,
"cds_end": null,
"cds_length": 693,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 1703,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899411.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920703.1",
"protein_id": "ENSP00000590762.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 229,
"cds_start": 383,
"cds_end": null,
"cds_length": 690,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920703.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.368G>C",
"hgvs_p": "p.Arg123Pro",
"transcript": "ENST00000920705.1",
"protein_id": "ENSP00000590764.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 225,
"cds_start": 368,
"cds_end": null,
"cds_length": 678,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1665,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920705.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920711.1",
"protein_id": "ENSP00000590770.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 217,
"cds_start": 383,
"cds_end": null,
"cds_length": 654,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920711.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.383G>C",
"hgvs_p": "p.Arg128Pro",
"transcript": "ENST00000920704.1",
"protein_id": "ENSP00000590763.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 211,
"cds_start": 383,
"cds_end": null,
"cds_length": 636,
"cdna_start": 422,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920704.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.133-195G>C",
"hgvs_p": null,
"transcript": "ENST00000899409.1",
"protein_id": "ENSP00000569468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": null,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1669,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899409.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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "c.133-195G>C",
"hgvs_p": null,
"transcript": "ENST00000955111.1",
"protein_id": "ENSP00000625170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 180,
"cds_start": null,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1535,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.5G>C",
"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": 830,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.329G>C",
"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": 663,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.252G>C",
"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": 793,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.*387G>C",
"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": 1621,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000489649.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.721G>C",
"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": 1961,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.420G>C",
"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": 1834,
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"hgvs_c": "n.*387G>C",
"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": 1621,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000489649.6"
}
],
"gene_symbol": "ZWINT",
"gene_hgnc_id": 13195,
"dbsnp": "rs781108805",
"frequency_reference_population": 0.0000013680939,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136809,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21543297171592712,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.219,
"revel_prediction": "Benign",
"alphamissense_score": 0.6698,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.437,
"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": 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.383G>C",
"hgvs_p": "p.Arg128Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}