← 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-99652376-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=99652376&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 99652376,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_000777.5",
"consequences": [
{
"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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1253+177C>T",
"hgvs_p": null,
"transcript": "NM_000777.5",
"protein_id": "NP_000768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": null,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000222982.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000777.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1253+177C>T",
"hgvs_p": null,
"transcript": "ENST00000222982.8",
"protein_id": "ENSP00000222982.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": null,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000777.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000222982.8"
},
{
"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": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1328+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882638.1",
"protein_id": "ENSP00000552697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882638.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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1235+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882636.1",
"protein_id": "ENSP00000552695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882636.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": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1223+177C>T",
"hgvs_p": null,
"transcript": "NM_001291830.2",
"protein_id": "NP_001278759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": null,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291830.2"
},
{
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1139+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882637.1",
"protein_id": "ENSP00000552696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882637.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1106+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882634.1",
"protein_id": "ENSP00000552693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": null,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882634.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.1025+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882633.1",
"protein_id": "ENSP00000552692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": null,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882633.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.950+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882631.1",
"protein_id": "ENSP00000552690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882631.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": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.914+177C>T",
"hgvs_p": null,
"transcript": "NM_001291829.2",
"protein_id": "NP_001278758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": null,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291829.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "NM_001350984.2",
"protein_id": "NP_001337913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350984.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "NM_001350985.2",
"protein_id": "NP_001337914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350985.2"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.392+177C>T",
"hgvs_p": null,
"transcript": "ENST00000882635.1",
"protein_id": "ENSP00000552694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882635.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.219-2144C>T",
"hgvs_p": null,
"transcript": "ENST00000882632.1",
"protein_id": "ENSP00000552691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882632.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "c.72-2144C>T",
"hgvs_p": null,
"transcript": "ENST00000882630.1",
"protein_id": "ENSP00000552689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882630.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "XM_011515909.3",
"protein_id": "XP_011514211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515909.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "XM_047420016.1",
"protein_id": "XP_047275972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420016.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "XM_047420017.1",
"protein_id": "XP_047275973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420017.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "XM_047420018.1",
"protein_id": "XP_047275974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420018.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null,
"transcript": "XM_047420019.1",
"protein_id": "XP_047275975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "n.508C>T",
"hgvs_p": null,
"transcript": "ENST00000488187.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": "ENST00000488187.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "n.1845+177C>T",
"hgvs_p": null,
"transcript": "ENST00000461920.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": "retained_intron",
"feature": "ENST00000461920.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "n.2786+177C>T",
"hgvs_p": null,
"transcript": "ENST00000469887.5",
"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": "ENST00000469887.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "n.*938+177C>T",
"hgvs_p": null,
"transcript": "ENST00000646887.1",
"protein_id": "ENSP00000496704.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646887.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"hgvs_c": "n.2957+177C>T",
"hgvs_p": null,
"transcript": "NR_033807.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": "NR_033807.3"
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.1107+28196G>A",
"hgvs_p": null,
"transcript": "XR_007059988.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": "XR_007059988.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.1049+28196G>A",
"hgvs_p": null,
"transcript": "XR_007059989.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": "XR_007059989.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.922+28196G>A",
"hgvs_p": null,
"transcript": "XR_007059990.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": "XR_007059990.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ZSCAN25",
"gene_hgnc_id": 21961,
"hgvs_c": "n.1134+28196G>A",
"hgvs_p": null,
"transcript": "XR_927402.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": "XR_927402.3"
}
],
"gene_symbol": "CYP3A5",
"gene_hgnc_id": 2638,
"dbsnp": "rs6976017",
"frequency_reference_population": 0.051085103,
"hom_count_reference_population": 951,
"allele_count_reference_population": 25446,
"gnomad_exomes_af": 0.0438334,
"gnomad_genomes_af": 0.0675969,
"gnomad_exomes_ac": 15171,
"gnomad_genomes_ac": 10275,
"gnomad_exomes_homalt": 463,
"gnomad_genomes_homalt": 488,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.243,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000777.5",
"gene_symbol": "CYP3A5",
"hgnc_id": 2638,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1253+177C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001350984.2",
"gene_symbol": "ZSCAN25",
"hgnc_id": 21961,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.806-16719G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}