← 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: 22-36141715-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=36141715&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 36141715,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000424878.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_145639.2",
"protein_id": "NP_663614.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 655,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": "ENST00000424878.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "ENST00000424878.4",
"protein_id": "ENSP00000415779.3",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 655,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": "NM_145639.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Val232Met",
"transcript": "ENST00000349314.7",
"protein_id": "ENSP00000344577.2",
"transcript_support_level": 1,
"aa_start": 232,
"aa_end": null,
"aa_length": 402,
"cds_start": 694,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 2655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "ENST00000361710.6",
"protein_id": "ENSP00000355164.2",
"transcript_support_level": 1,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 2178,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "ENST00000397287.6",
"protein_id": "ENSP00000380456.2",
"transcript_support_level": 1,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 2241,
"cdna_end": null,
"cdna_length": 3626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*497G>A",
"hgvs_p": null,
"transcript": "ENST00000397289.6",
"protein_id": "ENSP00000380457.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*655G>A",
"hgvs_p": null,
"transcript": "ENST00000422426.5",
"protein_id": "ENSP00000409345.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*771G>A",
"hgvs_p": null,
"transcript": "ENST00000432700.5",
"protein_id": "ENSP00000416732.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*497G>A",
"hgvs_p": null,
"transcript": "ENST00000397289.6",
"protein_id": "ENSP00000380457.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*655G>A",
"hgvs_p": null,
"transcript": "ENST00000422426.5",
"protein_id": "ENSP00000409345.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*771G>A",
"hgvs_p": null,
"transcript": "ENST00000432700.5",
"protein_id": "ENSP00000416732.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.694G>A",
"hgvs_p": "p.Val232Met",
"transcript": "NM_145640.2",
"protein_id": "NP_663615.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 402,
"cds_start": 694,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393587.1",
"protein_id": "NP_001380516.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 2577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393588.1",
"protein_id": "NP_001380517.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 2157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393589.1",
"protein_id": "NP_001380518.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 677,
"cdna_end": null,
"cdna_length": 2063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393590.1",
"protein_id": "NP_001380519.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 2273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393591.1",
"protein_id": "NP_001380520.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "NM_001393592.1",
"protein_id": "NP_001380521.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393593.1",
"protein_id": "NP_001380522.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 717,
"cdna_end": null,
"cdna_length": 2103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393595.1",
"protein_id": "NP_001380524.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393596.1",
"protein_id": "NP_001380525.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 2458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393597.1",
"protein_id": "NP_001380526.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393598.1",
"protein_id": "NP_001380527.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 2574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393599.1",
"protein_id": "NP_001380528.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393600.1",
"protein_id": "NP_001380529.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393601.1",
"protein_id": "NP_001380530.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393602.1",
"protein_id": "NP_001380531.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 787,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393603.1",
"protein_id": "NP_001380532.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 903,
"cdna_end": null,
"cdna_length": 2289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_001393604.1",
"protein_id": "NP_001380533.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 2293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_014349.3",
"protein_id": "NP_055164.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 884,
"cdna_end": null,
"cdna_length": 2270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "NM_030644.2",
"protein_id": "NP_085147.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.439G>A",
"hgvs_p": "p.Val147Met",
"transcript": "NM_001393605.1",
"protein_id": "NP_001380534.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 317,
"cds_start": 439,
"cds_end": null,
"cds_length": 954,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "ENST00000487355.5",
"protein_id": "ENSP00000433618.2",
"transcript_support_level": 4,
"aa_start": 161,
"aa_end": null,
"aa_length": 221,
"cds_start": 481,
"cds_end": null,
"cds_length": 668,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_001393606.1",
"protein_id": "NP_001380535.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 2313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_001393607.1",
"protein_id": "NP_001380536.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 1947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_001393608.1",
"protein_id": "NP_001380537.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 580,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_001393609.1",
"protein_id": "NP_001380538.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 577,
"cdna_end": null,
"cdna_length": 1963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_145641.3",
"protein_id": "NP_663616.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 2241,
"cdna_end": null,
"cdna_length": 3627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.94G>A",
"hgvs_p": "p.Val32Met",
"transcript": "NM_145642.3",
"protein_id": "NP_663617.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 202,
"cds_start": 94,
"cds_end": null,
"cds_length": 609,
"cdna_start": 2178,
"cdna_end": null,
"cdna_length": 3564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "XM_017028949.2",
"protein_id": "XP_016884438.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "XM_047441506.1",
"protein_id": "XP_047297462.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 2134,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.484G>A",
"hgvs_p": "p.Val162Met",
"transcript": "XM_047441507.1",
"protein_id": "XP_047297463.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 332,
"cds_start": 484,
"cds_end": null,
"cds_length": 999,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "XM_047441508.1",
"protein_id": "XP_047297464.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 331,
"cds_start": 481,
"cds_end": null,
"cds_length": 996,
"cdna_start": 2131,
"cdna_end": null,
"cdna_length": 3517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.564G>A",
"hgvs_p": null,
"transcript": "ENST00000487423.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*612G>A",
"hgvs_p": null,
"transcript": "ENST00000531195.2",
"protein_id": "ENSP00000434449.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "n.*612G>A",
"hgvs_p": null,
"transcript": "ENST00000531195.2",
"protein_id": "ENSP00000434449.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.*1G>A",
"hgvs_p": null,
"transcript": "ENST00000426939.6",
"protein_id": "ENSP00000391174.3",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": -4,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.*148G>A",
"hgvs_p": null,
"transcript": "ENST00000534251.1",
"protein_id": "ENSP00000512021.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 110,
"cds_start": -4,
"cds_end": null,
"cds_length": 333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"hgvs_c": "c.*188G>A",
"hgvs_p": null,
"transcript": "ENST00000695564.1",
"protein_id": "ENSP00000512022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": -4,
"cds_end": null,
"cds_length": 293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "APOL3",
"gene_hgnc_id": 14868,
"dbsnp": "rs61741884",
"frequency_reference_population": 0.053656247,
"hom_count_reference_population": 2721,
"allele_count_reference_population": 86600,
"gnomad_exomes_af": 0.0544269,
"gnomad_genomes_af": 0.0462609,
"gnomad_exomes_ac": 79554,
"gnomad_genomes_ac": 7046,
"gnomad_exomes_homalt": 2506,
"gnomad_genomes_homalt": 215,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005245804786682129,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.094,
"revel_prediction": "Benign",
"alphamissense_score": 0.2673,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.101,
"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": "ENST00000424878.4",
"gene_symbol": "APOL3",
"hgnc_id": 14868,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}