← 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-32224591-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=32224591&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 32224591,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_021209.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "NM_001199138.2",
"protein_id": "NP_001186067.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000402280.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199138.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "ENST00000402280.6",
"protein_id": "ENSP00000385428.1",
"transcript_support_level": 1,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001199138.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402280.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "ENST00000360906.9",
"protein_id": "ENSP00000354159.5",
"transcript_support_level": 1,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360906.9"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.962A>G",
"hgvs_p": "p.Lys321Arg",
"transcript": "ENST00000342905.10",
"protein_id": "ENSP00000339666.6",
"transcript_support_level": 1,
"aa_start": 321,
"aa_end": null,
"aa_length": 359,
"cds_start": 962,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342905.10"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "NM_001199139.1",
"protein_id": "NP_001186068.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199139.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "NM_021209.4",
"protein_id": "NP_067032.3",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021209.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "ENST00000894701.1",
"protein_id": "ENSP00000564760.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894701.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg",
"transcript": "ENST00000894702.1",
"protein_id": "ENSP00000564761.1",
"transcript_support_level": null,
"aa_start": 986,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2957,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894702.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.962A>G",
"hgvs_p": "p.Lys321Arg",
"transcript": "NM_001302504.1",
"protein_id": "NP_001289433.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 359,
"cds_start": 962,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001302504.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "c.650A>G",
"hgvs_p": "p.Lys217Arg",
"transcript": "ENST00000652197.2",
"protein_id": "ENSP00000498301.2",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 255,
"cds_start": 650,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652197.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": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "n.*663A>G",
"hgvs_p": null,
"transcript": "ENST00000404025.3",
"protein_id": "ENSP00000385090.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000404025.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRC4",
"gene_hgnc_id": 16412,
"hgvs_c": "n.*663A>G",
"hgvs_p": null,
"transcript": "ENST00000404025.3",
"protein_id": "ENSP00000385090.3",
"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": "nonsense_mediated_decay",
"feature": "ENST00000404025.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_017964.5",
"protein_id": "NP_060434.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": null,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000282587.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017964.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "ENST00000282587.9",
"protein_id": "ENSP00000282587.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": null,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017964.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000282587.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001193513.3",
"protein_id": "NP_001180442.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": "NM_001193513.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "ENST00000911305.1",
"protein_id": "ENSP00000581364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 439,
"cds_start": null,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911305.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001193514.3",
"protein_id": "NP_001180443.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 438,
"cds_start": null,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193514.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001193515.3",
"protein_id": "NP_001180444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"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": "NM_001193515.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001330479.2",
"protein_id": "NP_001317408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330479.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001330476.2",
"protein_id": "NP_001317405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330476.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001330477.2",
"protein_id": "NP_001317406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": null,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330477.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "NM_001330478.2",
"protein_id": "NP_001317407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": null,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330478.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "XM_011532959.4",
"protein_id": "XP_011531261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532959.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "XM_047444944.1",
"protein_id": "XP_047300900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": null,
"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_047444944.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "XM_011532962.4",
"protein_id": "XP_011531264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532962.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*3878T>C",
"hgvs_p": null,
"transcript": "XM_047444945.1",
"protein_id": "XP_047300901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444945.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*4360T>C",
"hgvs_p": null,
"transcript": "XM_011532963.4",
"protein_id": "XP_011531265.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": null,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532963.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*4360T>C",
"hgvs_p": null,
"transcript": "XM_047444946.1",
"protein_id": "XP_047300902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 322,
"cds_start": null,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444946.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*4360T>C",
"hgvs_p": null,
"transcript": "XM_017004465.3",
"protein_id": "XP_016859954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": null,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004465.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC30A6",
"gene_hgnc_id": 19305,
"hgvs_c": "c.*4360T>C",
"hgvs_p": null,
"transcript": "XM_047444947.1",
"protein_id": "XP_047300903.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444947.1"
}
],
"gene_symbol": "NLRC4",
"gene_hgnc_id": 16412,
"dbsnp": "rs552117780",
"frequency_reference_population": 0.0000520459,
"hom_count_reference_population": 0,
"allele_count_reference_population": 84,
"gnomad_exomes_af": 0.0000533638,
"gnomad_genomes_af": 0.000039397,
"gnomad_exomes_ac": 78,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11616799235343933,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.103,
"revel_prediction": "Benign",
"alphamissense_score": 0.1043,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.963,
"phylop100way_prediction": "Uncertain_significance",
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_021209.4",
"gene_symbol": "NLRC4",
"hgnc_id": 16412,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2957A>G",
"hgvs_p": "p.Lys986Arg"
},
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_001193513.3",
"gene_symbol": "SLC30A6",
"hgnc_id": 19305,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*3878T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Autoinflammatory syndrome,Familial cold autoinflammatory syndrome 4,Periodic fever-infantile enterocolitis-autoinflammatory syndrome",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Periodic fever-infantile enterocolitis-autoinflammatory syndrome;Familial cold autoinflammatory syndrome 4|Autoinflammatory syndrome",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}