← 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: 19-37091082-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=37091082&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 37091082,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001329515.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "NM_144689.5",
"protein_id": "NP_653290.2",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000337995.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144689.5"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000337995.4",
"protein_id": "ENSP00000338770.2",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144689.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337995.4"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "NM_001329515.3",
"protein_id": "NP_001316444.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 704,
"cds_start": 97,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329515.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000876809.1",
"protein_id": "ENSP00000546868.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876809.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000876810.1",
"protein_id": "ENSP00000546869.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876810.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000876811.1",
"protein_id": "ENSP00000546870.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876811.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000960579.1",
"protein_id": "ENSP00000630638.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960579.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000960580.1",
"protein_id": "ENSP00000630639.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960580.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "NM_001329516.3",
"protein_id": "NP_001316445.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 648,
"cds_start": 97,
"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_001329516.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "NM_001329522.3",
"protein_id": "NP_001316451.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 536,
"cds_start": 97,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329522.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000304239.11",
"protein_id": "ENSP00000306102.7",
"transcript_support_level": 2,
"aa_start": 33,
"aa_end": null,
"aa_length": 536,
"cds_start": 97,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304239.11"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000589245.5",
"protein_id": "ENSP00000467772.1",
"transcript_support_level": 4,
"aa_start": 33,
"aa_end": null,
"aa_length": 162,
"cds_start": 97,
"cds_end": null,
"cds_length": 490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589245.5"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "ENST00000587029.5",
"protein_id": "ENSP00000466057.1",
"transcript_support_level": 4,
"aa_start": 33,
"aa_end": null,
"aa_length": 87,
"cds_start": 97,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587029.5"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_011526503.3",
"protein_id": "XP_011524805.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526503.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_011526504.3",
"protein_id": "XP_011524806.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526504.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_047438229.1",
"protein_id": "XP_047294185.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438229.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_047438230.1",
"protein_id": "XP_047294186.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 688,
"cds_start": 97,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438230.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_006723038.4",
"protein_id": "XP_006723101.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 648,
"cds_start": 97,
"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_006723038.4"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_011526511.3",
"protein_id": "XP_011524813.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 480,
"cds_start": 97,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526511.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His",
"transcript": "XM_047438232.1",
"protein_id": "XP_047294188.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 480,
"cds_start": 97,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438232.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-202G>C",
"hgvs_p": null,
"transcript": "NM_001329517.1",
"protein_id": "NP_001316446.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-202G>C",
"hgvs_p": null,
"transcript": "NM_001329519.1",
"protein_id": "NP_001316448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-202G>C",
"hgvs_p": null,
"transcript": "NM_001329521.3",
"protein_id": "NP_001316450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 577,
"cds_start": null,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329521.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-202G>C",
"hgvs_p": null,
"transcript": "NM_001329524.3",
"protein_id": "NP_001316453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": null,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329524.3"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-163+1955G>C",
"hgvs_p": null,
"transcript": "NM_001329518.1",
"protein_id": "NP_001316447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329518.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-78+1955G>C",
"hgvs_p": null,
"transcript": "NM_001329520.1",
"protein_id": "NP_001316449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329520.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-77-36046G>C",
"hgvs_p": null,
"transcript": "ENST00000590332.1",
"protein_id": "ENSP00000468387.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 78,
"cds_start": null,
"cds_end": null,
"cds_length": 238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590332.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-78+10694G>C",
"hgvs_p": null,
"transcript": "XM_011526507.4",
"protein_id": "XP_011524809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526507.4"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-78+12512G>C",
"hgvs_p": null,
"transcript": "XM_011526508.3",
"protein_id": "XP_011524810.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526508.3"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-78+10694G>C",
"hgvs_p": null,
"transcript": "XM_011526510.3",
"protein_id": "XP_011524812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": null,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526510.3"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "c.-78+12512G>C",
"hgvs_p": null,
"transcript": "XM_047438231.1",
"protein_id": "XP_047294187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 577,
"cds_start": null,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "n.97G>C",
"hgvs_p": null,
"transcript": "ENST00000587082.5",
"protein_id": "ENSP00000467369.1",
"transcript_support_level": 4,
"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": "ENST00000587082.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "n.97G>C",
"hgvs_p": null,
"transcript": "ENST00000589461.5",
"protein_id": "ENSP00000465346.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": "ENST00000589461.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"hgvs_c": "n.359G>C",
"hgvs_p": null,
"transcript": "NR_138039.2",
"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_138039.2"
}
],
"gene_symbol": "ZNF420",
"gene_hgnc_id": 20649,
"dbsnp": "rs747659700",
"frequency_reference_population": 0.0000031130303,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000206333,
"gnomad_genomes_af": 0.0000131411,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3865674138069153,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.114,
"revel_prediction": "Benign",
"alphamissense_score": 0.4427,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.617,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001329515.3",
"gene_symbol": "ZNF420",
"hgnc_id": 20649,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.97G>C",
"hgvs_p": "p.Asp33His"
}
],
"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
}