← 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: 2-142929263-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=142929263&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 142929263,
"ref": "A",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_003937.3",
"consequences": [
{
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "NM_003937.3",
"protein_id": "NP_003928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264170.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003937.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000264170.9",
"protein_id": "ENSP00000264170.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003937.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264170.9"
},
{
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000409512.5",
"protein_id": "ENSP00000386731.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000409512.5"
},
{
"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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000375773.6",
"protein_id": "ENSP00000364928.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375773.6"
},
{
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.499+604A>C",
"hgvs_p": null,
"transcript": "ENST00000852084.1",
"protein_id": "ENSP00000522143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": null,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852084.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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.481+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852077.1",
"protein_id": "ENSP00000522136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 501,
"cds_start": null,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852077.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "NM_001199241.2",
"protein_id": "NP_001186170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "NM_001199241.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852080.1",
"protein_id": "ENSP00000522139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852080.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852081.1",
"protein_id": "ENSP00000522140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852081.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852082.1",
"protein_id": "ENSP00000522141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852082.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852083.1",
"protein_id": "ENSP00000522142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852083.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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852085.1",
"protein_id": "ENSP00000522144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852085.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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852088.1",
"protein_id": "ENSP00000522147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": null,
"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": "ENST00000852088.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852079.1",
"protein_id": "ENSP00000522138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": null,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852079.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852076.1",
"protein_id": "ENSP00000522135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852076.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852078.1",
"protein_id": "ENSP00000522137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852078.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852086.1",
"protein_id": "ENSP00000522145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852086.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000852087.1",
"protein_id": "ENSP00000522146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852087.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000970110.1",
"protein_id": "ENSP00000640169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": null,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970110.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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "NM_001032998.2",
"protein_id": "NP_001028170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001032998.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": 3,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.346+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000621320.4",
"protein_id": "ENSP00000484801.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 236,
"cds_start": null,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621320.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.133+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000612147.4",
"protein_id": "ENSP00000481930.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": null,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612147.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.82+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000613664.1",
"protein_id": "ENSP00000482009.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613664.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000410015.6",
"protein_id": "ENSP00000387296.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": null,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410015.6"
},
{
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "XM_047446250.1",
"protein_id": "XP_047302206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 358,
"cds_start": null,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446250.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "XM_017005217.2",
"protein_id": "XP_016860706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005217.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "XM_047446251.1",
"protein_id": "XP_047302207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446251.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "XM_047446252.1",
"protein_id": "XP_047302208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446252.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null,
"transcript": "XM_047446253.1",
"protein_id": "XP_047302209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": null,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446253.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "n.*21+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000424385.5",
"protein_id": "ENSP00000401190.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000424385.5"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"hgvs_c": "n.134+1522A>C",
"hgvs_p": null,
"transcript": "ENST00000460143.1",
"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": "ENST00000460143.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303829",
"gene_hgnc_id": null,
"hgvs_c": "n.133+630T>G",
"hgvs_p": null,
"transcript": "ENST00000797395.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": "ENST00000797395.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303829",
"gene_hgnc_id": null,
"hgvs_c": "n.135+630T>G",
"hgvs_p": null,
"transcript": "ENST00000797396.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": "ENST00000797396.1"
}
],
"gene_symbol": "KYNU",
"gene_hgnc_id": 6469,
"dbsnp": "rs2381356",
"frequency_reference_population": 0.1323113,
"hom_count_reference_population": 2094,
"allele_count_reference_population": 19997,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.132311,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 19997,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2094,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"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.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.252,
"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_003937.3",
"gene_symbol": "KYNU",
"hgnc_id": 6469,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.373+1522A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000797395.1",
"gene_symbol": "ENSG00000303829",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.133+630T>G",
"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
}