← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-7483666-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7483666&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7483666,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004244.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "NM_203416.4",
"protein_id": "NP_981961.2",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000432237.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_203416.4"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000432237.3",
"protein_id": "ENSP00000403885.2",
"transcript_support_level": 1,
"aa_start": 930,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_203416.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432237.3"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000359156.8",
"protein_id": "ENSP00000352071.4",
"transcript_support_level": 1,
"aa_start": 930,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359156.8"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "NM_004244.6",
"protein_id": "NP_004235.4",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004244.6"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2888G>T",
"hgvs_p": "p.Arg963Ile",
"transcript": "ENST00000396620.7",
"protein_id": "ENSP00000379863.3",
"transcript_support_level": 2,
"aa_start": 963,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2888,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396620.7"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2807G>T",
"hgvs_p": "p.Arg936Ile",
"transcript": "ENST00000894019.1",
"protein_id": "ENSP00000564078.1",
"transcript_support_level": null,
"aa_start": 936,
"aa_end": null,
"aa_length": 1127,
"cds_start": 2807,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894019.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "NM_001370146.1",
"protein_id": "NP_001357075.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1124,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370146.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "NM_001370145.1",
"protein_id": "NP_001357074.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370145.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000894017.1",
"protein_id": "ENSP00000564076.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894017.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000960366.1",
"protein_id": "ENSP00000630425.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1121,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960366.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000960361.1",
"protein_id": "ENSP00000630420.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1120,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960361.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000960364.1",
"protein_id": "ENSP00000630423.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1110,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960364.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2753G>T",
"hgvs_p": "p.Arg918Ile",
"transcript": "ENST00000541972.5",
"protein_id": "ENSP00000444071.1",
"transcript_support_level": 5,
"aa_start": 918,
"aa_end": null,
"aa_length": 1109,
"cds_start": 2753,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541972.5"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000960362.1",
"protein_id": "ENSP00000630421.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1089,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960362.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "ENST00000960363.1",
"protein_id": "ENSP00000630422.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960363.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2468G>T",
"hgvs_p": "p.Arg823Ile",
"transcript": "ENST00000894018.1",
"protein_id": "ENSP00000564077.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2468,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894018.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.1415G>T",
"hgvs_p": "p.Arg472Ile",
"transcript": "ENST00000960365.1",
"protein_id": "ENSP00000630424.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 663,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960365.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile",
"transcript": "XM_047429895.1",
"protein_id": "XP_047285851.1",
"transcript_support_level": null,
"aa_start": 930,
"aa_end": null,
"aa_length": 1161,
"cds_start": 2789,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429895.1"
},
{
"aa_ref": "R",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2888G>T",
"hgvs_p": "p.Arg963Ile",
"transcript": "XM_024449278.2",
"protein_id": "XP_024305046.1",
"transcript_support_level": null,
"aa_start": 963,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2888,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449278.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2780-662G>T",
"hgvs_p": null,
"transcript": "ENST00000960368.1",
"protein_id": "ENSP00000630427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1018,
"cds_start": null,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960368.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.2051-904G>T",
"hgvs_p": null,
"transcript": "ENST00000960367.1",
"protein_id": "ENSP00000630426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 762,
"cds_start": null,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960367.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "n.2875G>T",
"hgvs_p": null,
"transcript": "ENST00000537044.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": "ENST00000537044.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": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "n.333G>T",
"hgvs_p": null,
"transcript": "ENST00000538840.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": "ENST00000538840.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": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "n.282G>T",
"hgvs_p": null,
"transcript": "ENST00000539632.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": "pseudogene",
"feature": "ENST00000539632.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "n.2740G>T",
"hgvs_p": null,
"transcript": "NR_163255.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": "NR_163255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.-176G>T",
"hgvs_p": null,
"transcript": "ENST00000537626.5",
"protein_id": "ENSP00000439226.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537626.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"hgvs_c": "c.-92G>T",
"hgvs_p": null,
"transcript": "ENST00000542280.5",
"protein_id": "ENSP00000445438.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": null,
"cds_end": null,
"cds_length": 375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542280.5"
}
],
"gene_symbol": "CD163",
"gene_hgnc_id": 1631,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8884556293487549,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.378,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3775,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.394,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004244.6",
"gene_symbol": "CD163",
"hgnc_id": 1631,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2789G>T",
"hgvs_p": "p.Arg930Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}