← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 2-231222762-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=231222762&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 231222762,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000611582.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352754.2",
"protein_id": "NP_001339683.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 818,
"cds_start": 539,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 7879,
"mane_select": "ENST00000611582.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000611582.5",
"protein_id": "ENSP00000484804.1",
"transcript_support_level": 5,
"aa_start": 180,
"aa_end": null,
"aa_length": 818,
"cds_start": 539,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 7879,
"mane_select": "NM_001352754.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000349938.8",
"protein_id": "ENSP00000258417.5",
"transcript_support_level": 1,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 733,
"cdna_end": null,
"cdna_length": 2300,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001271466.4",
"protein_id": "NP_001258395.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 818,
"cds_start": 539,
"cds_end": null,
"cds_length": 2457,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 8122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683275.1",
"protein_id": "ENSP00000506823.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 710,
"cds_start": 539,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683112.1",
"protein_id": "ENSP00000507357.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 672,
"cds_start": 539,
"cds_end": null,
"cds_length": 2019,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001291656.2",
"protein_id": "NP_001278585.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352755.2",
"protein_id": "NP_001339684.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 895,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352756.2",
"protein_id": "NP_001339685.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 2458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_025139.6",
"protein_id": "NP_079415.4",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683575.1",
"protein_id": "ENSP00000507743.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 2333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000684432.1",
"protein_id": "ENSP00000508405.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 626,
"cdna_end": null,
"cdna_length": 2173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000684718.1",
"protein_id": "ENSP00000507543.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 665,
"cds_start": 539,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 2397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.536T>A",
"hgvs_p": "p.Ile179Lys",
"transcript": "ENST00000682030.1",
"protein_id": "ENSP00000508117.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 664,
"cds_start": 536,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000682100.1",
"protein_id": "ENSP00000507066.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 664,
"cds_start": 539,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.536T>A",
"hgvs_p": "p.Ile179Lys",
"transcript": "ENST00000682367.1",
"protein_id": "ENSP00000507235.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 664,
"cds_start": 536,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 858,
"cdna_end": null,
"cdna_length": 2404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683966.1",
"protein_id": "ENSP00000507325.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 664,
"cds_start": 539,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000682334.1",
"protein_id": "ENSP00000507763.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 636,
"cds_start": 539,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352757.2",
"protein_id": "NP_001339686.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 632,
"cds_start": 539,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352758.2",
"protein_id": "NP_001339687.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 632,
"cds_start": 539,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 2114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000682002.1",
"protein_id": "ENSP00000507152.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 632,
"cds_start": 539,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 646,
"cdna_end": null,
"cdna_length": 2093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683271.1",
"protein_id": "ENSP00000507513.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 632,
"cds_start": 539,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 2091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "NM_001352759.2",
"protein_id": "NP_001339688.2",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 630,
"cds_start": 539,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000436339.6",
"protein_id": "ENSP00000392086.2",
"transcript_support_level": 3,
"aa_start": 180,
"aa_end": null,
"aa_length": 630,
"cds_start": 539,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000683553.1",
"protein_id": "ENSP00000506860.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 616,
"cds_start": 539,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys",
"transcript": "ENST00000440107.6",
"protein_id": "ENSP00000387391.2",
"transcript_support_level": 2,
"aa_start": 180,
"aa_end": null,
"aa_length": 319,
"cds_start": 539,
"cds_end": null,
"cds_length": 960,
"cdna_start": 633,
"cdna_end": null,
"cdna_length": 1089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.398T>A",
"hgvs_p": null,
"transcript": "ENST00000469789.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 1845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.643T>A",
"hgvs_p": null,
"transcript": "ENST00000482392.2",
"protein_id": null,
"transcript_support_level": 2,
"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": 950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.648T>A",
"hgvs_p": null,
"transcript": "ENST00000682027.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.850T>A",
"hgvs_p": null,
"transcript": "ENST00000682233.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000682264.1",
"protein_id": "ENSP00000507212.1",
"transcript_support_level": null,
"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": 1869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.846T>A",
"hgvs_p": null,
"transcript": "ENST00000682751.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000683040.1",
"protein_id": "ENSP00000507817.1",
"transcript_support_level": null,
"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": 2480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.413T>A",
"hgvs_p": null,
"transcript": "ENST00000683063.1",
"protein_id": "ENSP00000507407.1",
"transcript_support_level": null,
"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": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.2272T>A",
"hgvs_p": null,
"transcript": "ENST00000683107.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.685T>A",
"hgvs_p": null,
"transcript": "ENST00000683165.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000683321.1",
"protein_id": "ENSP00000508154.1",
"transcript_support_level": null,
"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": 3860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.127T>A",
"hgvs_p": null,
"transcript": "ENST00000683520.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000683629.1",
"protein_id": "ENSP00000507960.1",
"transcript_support_level": null,
"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": 3625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000683702.1",
"protein_id": "ENSP00000507686.1",
"transcript_support_level": null,
"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": 3655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.850T>A",
"hgvs_p": null,
"transcript": "ENST00000683814.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.644T>A",
"hgvs_p": null,
"transcript": "ENST00000684011.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000684051.1",
"protein_id": "ENSP00000507854.1",
"transcript_support_level": null,
"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": 2258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000684368.1",
"protein_id": "ENSP00000508353.1",
"transcript_support_level": null,
"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": 4173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.539T>A",
"hgvs_p": null,
"transcript": "ENST00000684565.1",
"protein_id": "ENSP00000507599.1",
"transcript_support_level": null,
"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": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"hgvs_c": "n.648T>A",
"hgvs_p": null,
"transcript": "NR_148040.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARMC9",
"gene_hgnc_id": 20730,
"dbsnp": "rs1626451",
"frequency_reference_population": 0.99986213,
"hom_count_reference_population": 76156,
"allele_count_reference_population": 152333,
"gnomad_exomes_af": 0.999858,
"gnomad_genomes_af": 0.999862,
"gnomad_exomes_ac": 1439215,
"gnomad_genomes_ac": 152333,
"gnomad_exomes_homalt": 719505,
"gnomad_genomes_homalt": 76156,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 5.53890572518867e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.135,
"revel_prediction": "Benign",
"alphamissense_score": 0.0753,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.35,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000611582.5",
"gene_symbol": "ARMC9",
"hgnc_id": 20730,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.539T>A",
"hgvs_p": "p.Ile180Lys"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}