← 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-51964883-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=51964883&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 51964883,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_021632.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "NM_021632.4",
"protein_id": "NP_067645.3",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000243644.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021632.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000243644.9",
"protein_id": "ENSP00000243644.3",
"transcript_support_level": 1,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021632.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000243644.9"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.125-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000595010.5",
"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": "pseudogene",
"feature": "ENST00000595010.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1639G>A",
"hgvs_p": "p.Val547Ile",
"transcript": "ENST00000853589.1",
"protein_id": "ENSP00000523648.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 555,
"cds_start": 1639,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853589.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000853590.1",
"protein_id": "ENSP00000523649.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853590.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000853591.1",
"protein_id": "ENSP00000523650.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853591.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000853592.1",
"protein_id": "ENSP00000523651.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853592.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000853593.1",
"protein_id": "ENSP00000523652.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853593.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000934229.1",
"protein_id": "ENSP00000604288.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934229.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000934230.1",
"protein_id": "ENSP00000604289.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934230.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000970659.1",
"protein_id": "ENSP00000640718.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970659.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000970660.1",
"protein_id": "ENSP00000640719.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970660.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000970661.1",
"protein_id": "ENSP00000640720.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970661.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "ENST00000970662.1",
"protein_id": "ENSP00000640721.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970662.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1696G>A",
"hgvs_p": "p.Val566Ile",
"transcript": "XM_017027094.2",
"protein_id": "XP_016882583.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 574,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027094.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1696G>A",
"hgvs_p": "p.Val566Ile",
"transcript": "XM_017027096.2",
"protein_id": "XP_016882585.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 574,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027096.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1696G>A",
"hgvs_p": "p.Val566Ile",
"transcript": "XM_047439182.1",
"protein_id": "XP_047295138.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 574,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439182.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1696G>A",
"hgvs_p": "p.Val566Ile",
"transcript": "XM_047439183.1",
"protein_id": "XP_047295139.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 574,
"cds_start": 1696,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439183.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "XM_017027098.2",
"protein_id": "XP_016882587.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027098.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "XM_017027099.2",
"protein_id": "XP_016882588.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027099.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "XM_017027100.1",
"protein_id": "XP_016882589.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027100.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "XM_047439184.1",
"protein_id": "XP_047295140.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439184.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "XM_047439185.1",
"protein_id": "XP_047295141.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 532,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439185.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Val298Ile",
"transcript": "XM_047439186.1",
"protein_id": "XP_047295142.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 306,
"cds_start": 892,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439186.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Val298Ile",
"transcript": "XM_047439187.1",
"protein_id": "XP_047295143.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 306,
"cds_start": 892,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439187.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"hgvs_c": "c.892G>A",
"hgvs_p": "p.Val298Ile",
"transcript": "XM_047439188.1",
"protein_id": "XP_047295144.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 306,
"cds_start": 892,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439188.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.103-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000600253.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000600253.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.92-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000658402.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": "ENST00000658402.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.90-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000661211.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": "ENST00000661211.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.109-11090C>T",
"hgvs_p": null,
"transcript": "ENST00000692818.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": "ENST00000692818.2"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.114+15648C>T",
"hgvs_p": null,
"transcript": "ENST00000797553.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": "ENST00000797553.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": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.54-6213C>T",
"hgvs_p": null,
"transcript": "ENST00000797554.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": "ENST00000797554.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.140-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000797555.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": "ENST00000797555.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.49-11508C>T",
"hgvs_p": null,
"transcript": "ENST00000797556.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": "ENST00000797556.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.114-6213C>T",
"hgvs_p": null,
"transcript": "ENST00000797557.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": "ENST00000797557.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.96-10879C>T",
"hgvs_p": null,
"transcript": "ENST00000797558.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": "ENST00000797558.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.55-6213C>T",
"hgvs_p": null,
"transcript": "ENST00000797559.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": "ENST00000797559.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.78-3970C>T",
"hgvs_p": null,
"transcript": "ENST00000797560.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": "ENST00000797560.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF350-AS1",
"gene_hgnc_id": 48598,
"hgvs_c": "n.103-11508C>T",
"hgvs_p": null,
"transcript": "NR_103847.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_103847.1"
}
],
"gene_symbol": "ZNF350",
"gene_hgnc_id": 16656,
"dbsnp": "rs4988337",
"frequency_reference_population": 0.00078642584,
"hom_count_reference_population": 5,
"allele_count_reference_population": 1268,
"gnomad_exomes_af": 0.000749979,
"gnomad_genomes_af": 0.00113578,
"gnomad_exomes_ac": 1095,
"gnomad_genomes_ac": 173,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00445479154586792,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.0853,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.723,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_021632.4",
"gene_symbol": "ZNF350",
"hgnc_id": 16656,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000595010.5",
"gene_symbol": "ZNF350-AS1",
"hgnc_id": 48598,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.125-11508C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}