← 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: 3-58505278-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=58505278&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 58505278,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_003500.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "NM_003500.4",
"protein_id": "NP_003491.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302819.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003500.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000302819.10",
"protein_id": "ENSP00000307697.5",
"transcript_support_level": 1,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003500.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302819.10"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.2064T>G",
"hgvs_p": "p.Pro688Pro",
"transcript": "ENST00000900718.1",
"protein_id": "ENSP00000570777.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 705,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900718.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.2016T>G",
"hgvs_p": "p.Pro672Pro",
"transcript": "ENST00000900721.1",
"protein_id": "ENSP00000570780.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 689,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900721.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1995T>G",
"hgvs_p": "p.Pro665Pro",
"transcript": "ENST00000900725.1",
"protein_id": "ENSP00000570784.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 682,
"cds_start": 1995,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900725.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900712.1",
"protein_id": "ENSP00000570771.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900712.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900713.1",
"protein_id": "ENSP00000570772.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900713.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900714.1",
"protein_id": "ENSP00000570773.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900714.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900715.1",
"protein_id": "ENSP00000570774.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900715.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900717.1",
"protein_id": "ENSP00000570776.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900717.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900720.1",
"protein_id": "ENSP00000570779.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900720.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900727.1",
"protein_id": "ENSP00000570786.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900727.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "ENST00000900732.1",
"protein_id": "ENSP00000570791.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900732.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1959T>G",
"hgvs_p": "p.Pro653Pro",
"transcript": "ENST00000900728.1",
"protein_id": "ENSP00000570787.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 670,
"cds_start": 1959,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900728.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000459701.6",
"protein_id": "ENSP00000418562.2",
"transcript_support_level": 5,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000459701.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000900722.1",
"protein_id": "ENSP00000570781.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900722.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000900724.1",
"protein_id": "ENSP00000570783.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900724.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000900729.1",
"protein_id": "ENSP00000570788.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900729.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000900730.1",
"protein_id": "ENSP00000570789.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900730.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1950T>G",
"hgvs_p": "p.Pro650Pro",
"transcript": "ENST00000900731.1",
"protein_id": "ENSP00000570790.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 667,
"cds_start": 1950,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900731.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1887T>G",
"hgvs_p": "p.Pro629Pro",
"transcript": "ENST00000900726.1",
"protein_id": "ENSP00000570785.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 646,
"cds_start": 1887,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900726.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1779T>G",
"hgvs_p": "p.Pro593Pro",
"transcript": "ENST00000943385.1",
"protein_id": "ENSP00000613444.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 610,
"cds_start": 1779,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943385.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1746T>G",
"hgvs_p": "p.Pro582Pro",
"transcript": "ENST00000900716.1",
"protein_id": "ENSP00000570775.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 599,
"cds_start": 1746,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900716.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1704T>G",
"hgvs_p": "p.Pro568Pro",
"transcript": "ENST00000900723.1",
"protein_id": "ENSP00000570782.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 585,
"cds_start": 1704,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900723.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1656T>G",
"hgvs_p": "p.Pro552Pro",
"transcript": "ENST00000900719.1",
"protein_id": "ENSP00000570778.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 569,
"cds_start": 1656,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900719.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.2190T>G",
"hgvs_p": "p.Pro730Pro",
"transcript": "XM_047449042.1",
"protein_id": "XP_047304998.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 747,
"cds_start": 2190,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449042.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro",
"transcript": "XM_005265505.2",
"protein_id": "XP_005265562.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 681,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265505.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "c.1698T>G",
"hgvs_p": "p.Pro566Pro",
"transcript": "XM_006713340.4",
"protein_id": "XP_006713403.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 583,
"cds_start": 1698,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713340.4"
},
{
"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": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "n.*118T>G",
"hgvs_p": null,
"transcript": "ENST00000460921.1",
"protein_id": "ENSP00000417877.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": "ENST00000460921.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "n.930T>G",
"hgvs_p": null,
"transcript": "ENST00000467738.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": "ENST00000467738.1"
},
{
"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": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "n.500T>G",
"hgvs_p": null,
"transcript": "ENST00000481527.5",
"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": "ENST00000481527.5"
},
{
"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": "ACOX2",
"gene_hgnc_id": 120,
"hgvs_c": "n.*118T>G",
"hgvs_p": null,
"transcript": "ENST00000460921.1",
"protein_id": "ENSP00000417877.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": "ENST00000460921.1"
}
],
"gene_symbol": "ACOX2",
"gene_hgnc_id": 120,
"dbsnp": "rs1576982727",
"frequency_reference_population": 6.848499e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8485e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.16,
"phylop100way_prediction": "Benign",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_003500.4",
"gene_symbol": "ACOX2",
"hgnc_id": 120,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1992T>G",
"hgvs_p": "p.Pro664Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}