← 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: 7-100406782-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100406782&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100406782,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001388066.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "NM_001386010.1",
"protein_id": "NP_001372939.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000684423.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386010.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000684423.1",
"protein_id": "ENSP00000507762.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001386010.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684423.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1082C>T",
"hgvs_p": "p.Thr361Met",
"transcript": "ENST00000398027.6",
"protein_id": "ENSP00000381109.2",
"transcript_support_level": 1,
"aa_start": 361,
"aa_end": null,
"aa_length": 648,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398027.6"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.722C>T",
"hgvs_p": "p.Thr241Met",
"transcript": "ENST00000490721.5",
"protein_id": "ENSP00000419187.1",
"transcript_support_level": 1,
"aa_start": 241,
"aa_end": null,
"aa_length": 477,
"cds_start": 722,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000490721.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289690",
"gene_hgnc_id": null,
"hgvs_c": "c.-667+2948G>A",
"hgvs_p": null,
"transcript": "ENST00000695707.1",
"protein_id": "ENSP00000512107.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.962C>T",
"hgvs_p": null,
"transcript": "ENST00000490089.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000490089.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.-44C>T",
"hgvs_p": null,
"transcript": "NM_001388066.1",
"protein_id": "NP_001374995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": null,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388066.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000857286.1",
"protein_id": "ENSP00000527345.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857286.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000857298.1",
"protein_id": "ENSP00000527357.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857298.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1082C>T",
"hgvs_p": "p.Thr361Met",
"transcript": "NM_017984.6",
"protein_id": "NP_060454.3",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 648,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017984.6"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "NM_001386016.1",
"protein_id": "NP_001372945.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 643,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386016.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1058C>T",
"hgvs_p": "p.Thr353Met",
"transcript": "ENST00000958742.1",
"protein_id": "ENSP00000628801.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 640,
"cds_start": 1058,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958742.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "ENST00000857297.1",
"protein_id": "ENSP00000527356.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 623,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857297.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000857288.1",
"protein_id": "ENSP00000527347.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 622,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857288.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000857299.1",
"protein_id": "ENSP00000527358.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 622,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857299.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "ENST00000857285.1",
"protein_id": "ENSP00000527344.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 599,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857285.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1082C>T",
"hgvs_p": "p.Thr361Met",
"transcript": "ENST00000857293.1",
"protein_id": "ENSP00000527352.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 597,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857293.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000857296.1",
"protein_id": "ENSP00000527355.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 569,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857296.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "NM_001386017.1",
"protein_id": "NP_001372946.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 544,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386017.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.752C>T",
"hgvs_p": "p.Thr251Met",
"transcript": "ENST00000857294.1",
"protein_id": "ENSP00000527353.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 538,
"cds_start": 752,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857294.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "NM_001386013.1",
"protein_id": "NP_001372942.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 525,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386013.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "NM_001386018.1",
"protein_id": "NP_001372947.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 525,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386018.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "NM_001258008.3",
"protein_id": "NP_001244937.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 524,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258008.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "NM_001386020.1",
"protein_id": "NP_001372949.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 524,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386020.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "ENST00000360951.8",
"protein_id": "ENSP00000354210.4",
"transcript_support_level": 2,
"aa_start": 362,
"aa_end": null,
"aa_length": 524,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360951.8"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "ENST00000857287.1",
"protein_id": "ENSP00000527346.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 521,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857287.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Thr231Met",
"transcript": "NM_001386012.1",
"protein_id": "NP_001372941.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 518,
"cds_start": 692,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386012.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Thr231Met",
"transcript": "ENST00000857289.1",
"protein_id": "ENSP00000527348.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 518,
"cds_start": 692,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857289.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "NM_001386022.1",
"protein_id": "NP_001372951.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 497,
"cds_start": 1085,
"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": "NM_001386022.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Thr231Met",
"transcript": "ENST00000857292.1",
"protein_id": "ENSP00000527351.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 467,
"cds_start": 692,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857292.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Met",
"transcript": "NM_001386023.1",
"protein_id": "NP_001372952.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 457,
"cds_start": 884,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386023.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.881C>T",
"hgvs_p": "p.Thr294Met",
"transcript": "NM_001386009.1",
"protein_id": "NP_001372938.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 456,
"cds_start": 881,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386009.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.881C>T",
"hgvs_p": "p.Thr294Met",
"transcript": "NM_001386019.1",
"protein_id": "NP_001372948.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 456,
"cds_start": 881,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386019.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.482C>T",
"hgvs_p": "p.Thr161Met",
"transcript": "NM_001386015.1",
"protein_id": "NP_001372944.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 448,
"cds_start": 482,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386015.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.482C>T",
"hgvs_p": "p.Thr161Met",
"transcript": "ENST00000857291.1",
"protein_id": "ENSP00000527349.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 448,
"cds_start": 482,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857291.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Met",
"transcript": "ENST00000857295.1",
"protein_id": "ENSP00000527354.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 447,
"cds_start": 479,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857295.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Met",
"transcript": "ENST00000958743.1",
"protein_id": "ENSP00000628802.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 420,
"cds_start": 479,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958743.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Thr231Met",
"transcript": "NM_001386011.1",
"protein_id": "NP_001372940.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 393,
"cds_start": 692,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386011.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.485C>T",
"hgvs_p": "p.Thr162Met",
"transcript": "NM_001386021.1",
"protein_id": "NP_001372950.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 324,
"cds_start": 485,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386021.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.299C>T",
"hgvs_p": "p.Thr100Met",
"transcript": "NM_001386008.1",
"protein_id": "NP_001372937.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 262,
"cds_start": 299,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386008.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"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": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.332C>T",
"hgvs_p": "p.Thr111Met",
"transcript": "ENST00000471336.1",
"protein_id": "ENSP00000418351.1",
"transcript_support_level": 5,
"aa_start": 111,
"aa_end": null,
"aa_length": 246,
"cds_start": 332,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471336.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "XM_006716035.5",
"protein_id": "XP_006716098.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 650,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716035.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "XM_006716036.4",
"protein_id": "XP_006716099.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 650,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716036.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "XM_006716038.5",
"protein_id": "XP_006716101.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716038.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "XM_047420551.1",
"protein_id": "XP_047276507.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 649,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420551.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1082C>T",
"hgvs_p": "p.Thr361Met",
"transcript": "XM_047420552.1",
"protein_id": "XP_047276508.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 648,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420552.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "XM_006716040.5",
"protein_id": "XP_006716103.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 623,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716040.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "XM_024446815.2",
"protein_id": "XP_024302583.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 622,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446815.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "XM_047420553.1",
"protein_id": "XP_047276509.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 622,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420553.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1088C>T",
"hgvs_p": "p.Thr363Met",
"transcript": "XM_005250480.4",
"protein_id": "XP_005250537.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 498,
"cds_start": 1088,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250480.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.1085C>T",
"hgvs_p": "p.Thr362Met",
"transcript": "XM_017012379.3",
"protein_id": "XP_016867868.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 497,
"cds_start": 1085,
"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": "XM_017012379.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.83C>T",
"hgvs_p": "p.Thr28Met",
"transcript": "XM_047420554.1",
"protein_id": "XP_047276510.1",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 315,
"cds_start": 83,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420554.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.-44C>T",
"hgvs_p": null,
"transcript": "NM_001388066.1",
"protein_id": "NP_001374995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": null,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388066.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.*1C>T",
"hgvs_p": null,
"transcript": "XM_024446817.2",
"protein_id": "XP_024302585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": null,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446817.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289690",
"gene_hgnc_id": null,
"hgvs_c": "c.-884+7442G>A",
"hgvs_p": null,
"transcript": "ENST00000695664.1",
"protein_id": "ENSP00000512092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289690",
"gene_hgnc_id": null,
"hgvs_c": "c.-1208+7170G>A",
"hgvs_p": null,
"transcript": "ENST00000695708.1",
"protein_id": "ENSP00000512108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695708.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "c.29-5446C>T",
"hgvs_p": null,
"transcript": "ENST00000958741.1",
"protein_id": "ENSP00000628800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": null,
"cds_end": null,
"cds_length": 351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.498C>T",
"hgvs_p": null,
"transcript": "NR_169828.1",
"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": "NR_169828.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.621C>T",
"hgvs_p": null,
"transcript": "NR_169829.1",
"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": "NR_169829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.498C>T",
"hgvs_p": null,
"transcript": "NR_169830.1",
"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": "NR_169830.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.574C>T",
"hgvs_p": null,
"transcript": "NR_169831.1",
"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": "NR_169831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.906C>T",
"hgvs_p": null,
"transcript": "NR_169832.1",
"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": "NR_169832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.849C>T",
"hgvs_p": null,
"transcript": "NR_169834.1",
"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": "NR_169834.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.377C>T",
"hgvs_p": null,
"transcript": "NR_169835.1",
"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": "NR_169835.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.591C>T",
"hgvs_p": null,
"transcript": "NR_169836.1",
"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": "NR_169836.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.591C>T",
"hgvs_p": null,
"transcript": "NR_169837.1",
"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": "NR_169837.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.591C>T",
"hgvs_p": null,
"transcript": "NR_169838.1",
"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": "NR_169838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"hgvs_c": "n.515C>T",
"hgvs_p": null,
"transcript": "NR_169839.1",
"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": "NR_169839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289691",
"gene_hgnc_id": null,
"hgvs_c": "n.379+7170G>A",
"hgvs_p": null,
"transcript": "ENST00000695665.1",
"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": "ENST00000695665.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289691",
"gene_hgnc_id": null,
"hgvs_c": "n.194-1672G>A",
"hgvs_p": null,
"transcript": "ENST00000695703.1",
"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": "ENST00000695703.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289691",
"gene_hgnc_id": null,
"hgvs_c": "n.505+2948G>A",
"hgvs_p": null,
"transcript": "ENST00000695704.1",
"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": "ENST00000695704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289691",
"gene_hgnc_id": null,
"hgvs_c": "n.379+7170G>A",
"hgvs_p": null,
"transcript": "ENST00000695705.1",
"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": "ENST00000695705.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289691",
"gene_hgnc_id": null,
"hgvs_c": "n.225-1672G>A",
"hgvs_p": null,
"transcript": "ENST00000695706.1",
"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": "ENST00000695706.1"
}
],
"gene_symbol": "ZCWPW1",
"gene_hgnc_id": 23486,
"dbsnp": "rs781741302",
"frequency_reference_population": 0.000048950234,
"hom_count_reference_population": 0,
"allele_count_reference_population": 79,
"gnomad_exomes_af": 0.0000513067,
"gnomad_genomes_af": 0.0000263006,
"gnomad_exomes_ac": 75,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5001408457756042,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.1599999964237213,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.372,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5173,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.974,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.16,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001388066.1",
"gene_symbol": "ZCWPW1",
"hgnc_id": 23486,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-44C>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000695707.1",
"gene_symbol": "ENSG00000289690",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-667+2948G>A",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000695665.1",
"gene_symbol": "ENSG00000289691",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.379+7170G>A",
"hgvs_p": null
}
],
"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
}