← 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: 12-56314961-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=56314961&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 56314961,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014255.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "NM_014255.7",
"protein_id": "NP_055070.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 182,
"cds_start": 94,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000273308.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014255.7"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000273308.9",
"protein_id": "ENSP00000273308.4",
"transcript_support_level": 1,
"aa_start": 32,
"aa_end": null,
"aa_length": 182,
"cds_start": 94,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014255.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273308.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000144785",
"gene_hgnc_id": null,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000549318.5",
"protein_id": "ENSP00000446743.1",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 262,
"cds_start": 94,
"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": "ENST00000549318.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.359A>G",
"hgvs_p": null,
"transcript": "ENST00000546388.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": "ENST00000546388.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.346A>G",
"hgvs_p": null,
"transcript": "ENST00000548013.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": "retained_intron",
"feature": "ENST00000548013.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929942.1",
"protein_id": "ENSP00000600001.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 182,
"cds_start": 94,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929942.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000971705.1",
"protein_id": "ENSP00000641764.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 182,
"cds_start": 94,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971705.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929941.1",
"protein_id": "ENSP00000600000.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 180,
"cds_start": 94,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929941.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929944.1",
"protein_id": "ENSP00000600003.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 180,
"cds_start": 94,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929944.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929947.1",
"protein_id": "ENSP00000600006.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 180,
"cds_start": 94,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929947.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929948.1",
"protein_id": "ENSP00000600007.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 180,
"cds_start": 94,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929948.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929946.1",
"protein_id": "ENSP00000600005.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 178,
"cds_start": 94,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929946.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000551475.5",
"protein_id": "ENSP00000448809.1",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 167,
"cds_start": 94,
"cds_end": null,
"cds_length": 505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551475.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929943.1",
"protein_id": "ENSP00000600002.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 147,
"cds_start": 94,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929943.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000929945.1",
"protein_id": "ENSP00000600004.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 114,
"cds_start": 94,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929945.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000971706.1",
"protein_id": "ENSP00000641765.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 114,
"cds_start": 94,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971706.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000144785",
"gene_hgnc_id": null,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000547423.5",
"protein_id": "ENSP00000446506.1",
"transcript_support_level": 4,
"aa_start": 32,
"aa_end": null,
"aa_length": 104,
"cds_start": 94,
"cds_end": null,
"cds_length": 317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547423.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "NM_001190991.3",
"protein_id": "NP_001177920.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 84,
"cds_start": 94,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190991.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000144785",
"gene_hgnc_id": null,
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly",
"transcript": "ENST00000548360.1",
"protein_id": "ENSP00000447042.1",
"transcript_support_level": 4,
"aa_start": 32,
"aa_end": null,
"aa_length": 81,
"cds_start": 94,
"cds_end": null,
"cds_length": 248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "c.-63A>G",
"hgvs_p": null,
"transcript": "ENST00000551286.1",
"protein_id": "ENSP00000446784.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 101,
"cds_start": null,
"cds_end": null,
"cds_length": 306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.153A>G",
"hgvs_p": null,
"transcript": "ENST00000547570.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000547570.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.675T>C",
"hgvs_p": null,
"transcript": "ENST00000549565.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549565.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.83A>G",
"hgvs_p": null,
"transcript": "ENST00000551276.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000551276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.418A>G",
"hgvs_p": null,
"transcript": "ENST00000551720.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000551720.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.213A>G",
"hgvs_p": null,
"transcript": "ENST00000553164.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553164.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"hgvs_c": "n.7A>G",
"hgvs_p": null,
"transcript": "ENST00000553191.1",
"protein_id": "ENSP00000449444.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000553191.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.546T>C",
"hgvs_p": null,
"transcript": "ENST00000660360.3",
"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": "ENST00000660360.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.*153T>C",
"hgvs_p": null,
"transcript": "ENST00000549860.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.*153T>C",
"hgvs_p": null,
"transcript": "ENST00000824822.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": "ENST00000824822.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.*221T>C",
"hgvs_p": null,
"transcript": "ENST00000824823.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": "ENST00000824823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CNPY2-AS1",
"gene_hgnc_id": 55480,
"hgvs_c": "n.*153T>C",
"hgvs_p": null,
"transcript": "XR_002957416.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": "XR_002957416.2"
}
],
"gene_symbol": "CNPY2",
"gene_hgnc_id": 13529,
"dbsnp": "rs752350174",
"frequency_reference_population": 0.00002912063,
"hom_count_reference_population": 1,
"allele_count_reference_population": 47,
"gnomad_exomes_af": 0.0000273627,
"gnomad_genomes_af": 0.0000460121,
"gnomad_exomes_ac": 40,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15358665585517883,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.42,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9802,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.118,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_014255.7",
"gene_symbol": "CNPY2",
"hgnc_id": 13529,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000549318.5",
"gene_symbol": "ENSG00000144785",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.94A>G",
"hgvs_p": "p.Arg32Gly"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000549565.5",
"gene_symbol": "CNPY2-AS1",
"hgnc_id": 55480,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.675T>C",
"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
}