← 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: 14-23061501-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=23061501&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 23061501,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014977.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3221G>C",
"hgvs_p": "p.Arg1074Pro",
"transcript": "NM_001386863.1",
"protein_id": "NP_001373792.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1283,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000605057.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386863.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3221G>C",
"hgvs_p": "p.Arg1074Pro",
"transcript": "ENST00000605057.6",
"protein_id": "ENSP00000474349.1",
"transcript_support_level": 1,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1283,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001386863.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000605057.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3395G>C",
"hgvs_p": "p.Arg1132Pro",
"transcript": "ENST00000262710.5",
"protein_id": "ENSP00000262710.1",
"transcript_support_level": 1,
"aa_start": 1132,
"aa_end": null,
"aa_length": 1341,
"cds_start": 3395,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262710.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3356G>C",
"hgvs_p": "p.Arg1119Pro",
"transcript": "ENST00000555053.5",
"protein_id": "ENSP00000451328.1",
"transcript_support_level": 1,
"aa_start": 1119,
"aa_end": null,
"aa_length": 1328,
"cds_start": 3356,
"cds_end": null,
"cds_length": 3987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555053.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1214G>C",
"hgvs_p": "p.Arg405Pro",
"transcript": "ENST00000338631.10",
"protein_id": "ENSP00000345541.6",
"transcript_support_level": 1,
"aa_start": 405,
"aa_end": null,
"aa_length": 614,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338631.10"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1121G>C",
"hgvs_p": "p.Arg374Pro",
"transcript": "ENST00000357481.6",
"protein_id": "ENSP00000350073.2",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 583,
"cds_start": 1121,
"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": "ENST00000357481.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1121G>C",
"hgvs_p": "p.Arg374Pro",
"transcript": "ENST00000397341.7",
"protein_id": "ENSP00000380502.3",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 583,
"cds_start": 1121,
"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": "ENST00000397341.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "n.*2218G>C",
"hgvs_p": null,
"transcript": "ENST00000473758.5",
"protein_id": "ENSP00000483298.1",
"transcript_support_level": 1,
"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": "ENST00000473758.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "n.*2218G>C",
"hgvs_p": null,
"transcript": "ENST00000473758.5",
"protein_id": "ENSP00000483298.1",
"transcript_support_level": 1,
"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": "ENST00000473758.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3395G>C",
"hgvs_p": "p.Arg1132Pro",
"transcript": "NM_014977.4",
"protein_id": "NP_055792.2",
"transcript_support_level": null,
"aa_start": 1132,
"aa_end": null,
"aa_length": 1341,
"cds_start": 3395,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014977.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3356G>C",
"hgvs_p": "p.Arg1119Pro",
"transcript": "NM_001164814.2",
"protein_id": "NP_001158286.2",
"transcript_support_level": null,
"aa_start": 1119,
"aa_end": null,
"aa_length": 1328,
"cds_start": 3356,
"cds_end": null,
"cds_length": 3987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164814.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3275G>C",
"hgvs_p": "p.Arg1092Pro",
"transcript": "NM_001164815.2",
"protein_id": "NP_001158287.2",
"transcript_support_level": null,
"aa_start": 1092,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3275,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164815.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3275G>C",
"hgvs_p": "p.Arg1092Pro",
"transcript": "ENST00000457657.5",
"protein_id": "ENSP00000405677.1",
"transcript_support_level": 5,
"aa_start": 1092,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3275,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457657.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3218G>C",
"hgvs_p": "p.Arg1073Pro",
"transcript": "ENST00000897553.1",
"protein_id": "ENSP00000567612.1",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3218,
"cds_end": null,
"cds_length": 3849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897553.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3212G>C",
"hgvs_p": "p.Arg1071Pro",
"transcript": "ENST00000941951.1",
"protein_id": "ENSP00000612010.1",
"transcript_support_level": null,
"aa_start": 1071,
"aa_end": null,
"aa_length": 1280,
"cds_start": 3212,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941951.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3197G>C",
"hgvs_p": "p.Arg1066Pro",
"transcript": "ENST00000897559.1",
"protein_id": "ENSP00000567618.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1275,
"cds_start": 3197,
"cds_end": null,
"cds_length": 3828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897559.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3185G>C",
"hgvs_p": "p.Arg1062Pro",
"transcript": "ENST00000897552.1",
"protein_id": "ENSP00000567611.1",
"transcript_support_level": null,
"aa_start": 1062,
"aa_end": null,
"aa_length": 1271,
"cds_start": 3185,
"cds_end": null,
"cds_length": 3816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897552.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3104G>C",
"hgvs_p": "p.Arg1035Pro",
"transcript": "ENST00000897558.1",
"protein_id": "ENSP00000567617.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1244,
"cds_start": 3104,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897558.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3098G>C",
"hgvs_p": "p.Arg1033Pro",
"transcript": "ENST00000897554.1",
"protein_id": "ENSP00000567613.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3098,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897554.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3092G>C",
"hgvs_p": "p.Arg1031Pro",
"transcript": "ENST00000916202.1",
"protein_id": "ENSP00000586261.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1240,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916202.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3071G>C",
"hgvs_p": "p.Arg1024Pro",
"transcript": "ENST00000897556.1",
"protein_id": "ENSP00000567615.1",
"transcript_support_level": null,
"aa_start": 1024,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3071,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897556.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3065G>C",
"hgvs_p": "p.Arg1022Pro",
"transcript": "ENST00000897555.1",
"protein_id": "ENSP00000567614.1",
"transcript_support_level": null,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1231,
"cds_start": 3065,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897555.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3062G>C",
"hgvs_p": "p.Arg1021Pro",
"transcript": "ENST00000897557.1",
"protein_id": "ENSP00000567616.1",
"transcript_support_level": null,
"aa_start": 1021,
"aa_end": null,
"aa_length": 1230,
"cds_start": 3062,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897557.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3035G>C",
"hgvs_p": "p.Arg1012Pro",
"transcript": "ENST00000916204.1",
"protein_id": "ENSP00000586263.1",
"transcript_support_level": null,
"aa_start": 1012,
"aa_end": null,
"aa_length": 1221,
"cds_start": 3035,
"cds_end": null,
"cds_length": 3666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916204.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3008G>C",
"hgvs_p": "p.Arg1003Pro",
"transcript": "ENST00000897560.1",
"protein_id": "ENSP00000567619.1",
"transcript_support_level": null,
"aa_start": 1003,
"aa_end": null,
"aa_length": 1212,
"cds_start": 3008,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897560.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.2987G>C",
"hgvs_p": "p.Arg996Pro",
"transcript": "ENST00000897562.1",
"protein_id": "ENSP00000567621.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1205,
"cds_start": 2987,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897562.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.2984G>C",
"hgvs_p": "p.Arg995Pro",
"transcript": "ENST00000916201.1",
"protein_id": "ENSP00000586260.1",
"transcript_support_level": null,
"aa_start": 995,
"aa_end": null,
"aa_length": 1204,
"cds_start": 2984,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916201.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.2951G>C",
"hgvs_p": "p.Arg984Pro",
"transcript": "ENST00000916203.1",
"protein_id": "ENSP00000586262.1",
"transcript_support_level": null,
"aa_start": 984,
"aa_end": null,
"aa_length": 1193,
"cds_start": 2951,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916203.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.2900G>C",
"hgvs_p": "p.Arg967Pro",
"transcript": "ENST00000897561.1",
"protein_id": "ENSP00000567620.1",
"transcript_support_level": null,
"aa_start": 967,
"aa_end": null,
"aa_length": 1176,
"cds_start": 2900,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897561.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1214G>C",
"hgvs_p": "p.Arg405Pro",
"transcript": "NM_001164816.2",
"protein_id": "NP_001158288.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 614,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164816.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1121G>C",
"hgvs_p": "p.Arg374Pro",
"transcript": "NM_001164817.2",
"protein_id": "NP_001158289.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 583,
"cds_start": 1121,
"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": "NM_001164817.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1118G>C",
"hgvs_p": "p.Arg373Pro",
"transcript": "ENST00000557515.5",
"protein_id": "ENSP00000451138.1",
"transcript_support_level": 5,
"aa_start": 373,
"aa_end": null,
"aa_length": 582,
"cds_start": 1118,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557515.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3392G>C",
"hgvs_p": "p.Arg1131Pro",
"transcript": "XM_005267415.5",
"protein_id": "XP_005267472.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3392,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267415.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3359G>C",
"hgvs_p": "p.Arg1120Pro",
"transcript": "XM_005267416.5",
"protein_id": "XP_005267473.1",
"transcript_support_level": null,
"aa_start": 1120,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3359,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267416.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3272G>C",
"hgvs_p": "p.Arg1091Pro",
"transcript": "XM_047431113.1",
"protein_id": "XP_047287069.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1300,
"cds_start": 3272,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431113.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3239G>C",
"hgvs_p": "p.Arg1080Pro",
"transcript": "XM_047431114.1",
"protein_id": "XP_047287070.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1289,
"cds_start": 3239,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431114.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3236G>C",
"hgvs_p": "p.Arg1079Pro",
"transcript": "XM_047431115.1",
"protein_id": "XP_047287071.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3236,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431115.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.3077G>C",
"hgvs_p": "p.Arg1026Pro",
"transcript": "XM_047431116.1",
"protein_id": "XP_047287072.1",
"transcript_support_level": null,
"aa_start": 1026,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3077,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431116.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "c.1121G>C",
"hgvs_p": "p.Arg374Pro",
"transcript": "XM_005267418.2",
"protein_id": "XP_005267475.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 583,
"cds_start": 1121,
"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_005267418.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288795",
"gene_hgnc_id": null,
"hgvs_c": "n.354-658C>G",
"hgvs_p": null,
"transcript": "ENST00000805320.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": "ENST00000805320.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "n.*71G>C",
"hgvs_p": null,
"transcript": "ENST00000555395.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": "ENST00000555395.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"hgvs_c": "n.*1G>C",
"hgvs_p": null,
"transcript": "ENST00000555478.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000555478.5"
}
],
"gene_symbol": "ACIN1",
"gene_hgnc_id": 17066,
"dbsnp": "rs974185778",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.00000144608,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.340139240026474,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.134,
"revel_prediction": "Benign",
"alphamissense_score": 0.5666,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.956,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_014977.4",
"gene_symbol": "ACIN1",
"hgnc_id": 17066,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3395G>C",
"hgvs_p": "p.Arg1132Pro"
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000805320.1",
"gene_symbol": "ENSG00000288795",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.354-658C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}