← 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: 8-132572382-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=132572382&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 132572382,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_012472.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1325G>C",
"hgvs_p": "p.Arg442Pro",
"transcript": "NM_012472.6",
"protein_id": "NP_036604.2",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 466,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000620350.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012472.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1325G>C",
"hgvs_p": "p.Arg442Pro",
"transcript": "ENST00000620350.5",
"protein_id": "ENSP00000484634.1",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 466,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012472.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620350.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1325G>C",
"hgvs_p": "p.Arg442Pro",
"transcript": "ENST00000519595.5",
"protein_id": "ENSP00000429791.1",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 466,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519595.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.*189G>C",
"hgvs_p": null,
"transcript": "ENST00000250173.5",
"protein_id": "ENSP00000250173.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000250173.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.*189G>C",
"hgvs_p": null,
"transcript": "ENST00000518642.5",
"protein_id": "ENSP00000428610.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518642.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1403G>C",
"hgvs_p": "p.Arg468Pro",
"transcript": "ENST00000869719.1",
"protein_id": "ENSP00000539778.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 492,
"cds_start": 1403,
"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": "ENST00000869719.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1322G>C",
"hgvs_p": "p.Arg441Pro",
"transcript": "ENST00000940685.1",
"protein_id": "ENSP00000610744.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 465,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940685.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1265G>C",
"hgvs_p": "p.Arg422Pro",
"transcript": "NM_001321961.2",
"protein_id": "NP_001308890.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 446,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321961.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1265G>C",
"hgvs_p": "p.Arg422Pro",
"transcript": "ENST00000869720.1",
"protein_id": "ENSP00000539779.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 446,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869720.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1262G>C",
"hgvs_p": "p.Arg421Pro",
"transcript": "ENST00000940684.1",
"protein_id": "ENSP00000610743.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 445,
"cds_start": 1262,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940684.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1079G>C",
"hgvs_p": "p.Arg360Pro",
"transcript": "NM_001321962.2",
"protein_id": "NP_001308891.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 384,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321962.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1079G>C",
"hgvs_p": "p.Arg360Pro",
"transcript": "ENST00000869718.1",
"protein_id": "ENSP00000539777.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 384,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869718.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1019G>C",
"hgvs_p": "p.Arg340Pro",
"transcript": "ENST00000940687.1",
"protein_id": "ENSP00000610746.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 364,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940687.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1016G>C",
"hgvs_p": "p.Arg339Pro",
"transcript": "ENST00000940686.1",
"protein_id": "ENSP00000610745.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 363,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940686.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.965G>C",
"hgvs_p": "p.Arg322Pro",
"transcript": "NM_001321963.2",
"protein_id": "NP_001308892.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 346,
"cds_start": 965,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321963.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.965G>C",
"hgvs_p": "p.Arg322Pro",
"transcript": "NM_001321964.2",
"protein_id": "NP_001308893.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 346,
"cds_start": 965,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321964.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.965G>C",
"hgvs_p": "p.Arg322Pro",
"transcript": "NM_001321965.2",
"protein_id": "NP_001308894.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 346,
"cds_start": 965,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321965.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro",
"transcript": "NM_001321966.2",
"protein_id": "NP_001308895.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 326,
"cds_start": 905,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321966.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.545G>C",
"hgvs_p": "p.Arg182Pro",
"transcript": "ENST00000522789.5",
"protein_id": "ENSP00000428015.1",
"transcript_support_level": 3,
"aa_start": 182,
"aa_end": null,
"aa_length": 206,
"cds_start": 545,
"cds_end": null,
"cds_length": 621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522789.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1343G>C",
"hgvs_p": "p.Arg448Pro",
"transcript": "XM_006716538.4",
"protein_id": "XP_006716601.2",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 472,
"cds_start": 1343,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716538.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1283G>C",
"hgvs_p": "p.Arg428Pro",
"transcript": "XM_011516950.3",
"protein_id": "XP_011515252.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 452,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516950.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.1223G>C",
"hgvs_p": "p.Arg408Pro",
"transcript": "XM_017013296.2",
"protein_id": "XP_016868785.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 432,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013296.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "c.965G>C",
"hgvs_p": "p.Arg322Pro",
"transcript": "XM_047421660.1",
"protein_id": "XP_047277616.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 346,
"cds_start": 965,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421660.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1477G>C",
"hgvs_p": null,
"transcript": "NR_073525.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_073525.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1466G>C",
"hgvs_p": null,
"transcript": "NR_135905.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_135905.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.907G>C",
"hgvs_p": null,
"transcript": "NR_135906.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_135906.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1153G>C",
"hgvs_p": null,
"transcript": "NR_135907.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_135907.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.847G>C",
"hgvs_p": null,
"transcript": "NR_135908.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_135908.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1363G>C",
"hgvs_p": null,
"transcript": "NR_135909.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_135909.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1713G>C",
"hgvs_p": null,
"transcript": "NR_135910.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_135910.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.1833G>C",
"hgvs_p": null,
"transcript": "NR_135911.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_135911.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.2392G>C",
"hgvs_p": null,
"transcript": "NR_135912.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_135912.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.2079G>C",
"hgvs_p": null,
"transcript": "NR_135913.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_135913.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"hgvs_c": "n.*43G>C",
"hgvs_p": null,
"transcript": "ENST00000522597.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": "retained_intron",
"feature": "ENST00000522597.1"
}
],
"gene_symbol": "DNAAF11",
"gene_hgnc_id": 16725,
"dbsnp": "rs758116681",
"frequency_reference_population": 6.841199e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8412e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03490471839904785,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.022,
"revel_prediction": "Benign",
"alphamissense_score": 0.1135,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.125,
"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": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_012472.6",
"gene_symbol": "DNAAF11",
"hgnc_id": 16725,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1325G>C",
"hgvs_p": "p.Arg442Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}