← 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: 8-53715971-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=53715971&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 53715971,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015941.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "NM_015941.4",
"protein_id": "NP_057025.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359530.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015941.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "ENST00000359530.7",
"protein_id": "ENSP00000352522.2",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015941.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359530.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "ENST00000355221.7",
"protein_id": "ENSP00000347359.3",
"transcript_support_level": 1,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355221.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "NM_213620.3",
"protein_id": "NP_998785.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_213620.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "ENST00000396774.6",
"protein_id": "ENSP00000379995.2",
"transcript_support_level": 2,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396774.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "ENST00000884428.1",
"protein_id": "ENSP00000554487.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884428.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln",
"transcript": "ENST00000884432.1",
"protein_id": "ENSP00000554491.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 483,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884432.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1427G>A",
"hgvs_p": "p.Arg476Gln",
"transcript": "ENST00000915528.1",
"protein_id": "ENSP00000585587.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 477,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915528.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "NM_213619.3",
"protein_id": "NP_998784.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_213619.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "ENST00000884425.1",
"protein_id": "ENSP00000554484.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884425.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "ENST00000884433.1",
"protein_id": "ENSP00000554492.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884433.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "ENST00000915530.1",
"protein_id": "ENSP00000585589.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915530.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "ENST00000957348.1",
"protein_id": "ENSP00000627407.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957348.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444Gln",
"transcript": "ENST00000884427.1",
"protein_id": "ENSP00000554486.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 445,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884427.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444Gln",
"transcript": "ENST00000915523.1",
"protein_id": "ENSP00000585582.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 445,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915523.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444Gln",
"transcript": "ENST00000915533.1",
"protein_id": "ENSP00000585592.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 445,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915533.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444Gln",
"transcript": "ENST00000915534.1",
"protein_id": "ENSP00000585593.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 445,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915534.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1325G>A",
"hgvs_p": "p.Arg442Gln",
"transcript": "ENST00000520188.5",
"protein_id": "ENSP00000429947.1",
"transcript_support_level": 2,
"aa_start": 442,
"aa_end": null,
"aa_length": 443,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520188.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"transcript": "ENST00000884430.1",
"protein_id": "ENSP00000554489.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 441,
"cds_start": 1319,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884430.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1301G>A",
"hgvs_p": "p.Arg434Gln",
"transcript": "ENST00000884431.1",
"protein_id": "ENSP00000554490.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 435,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884431.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426Gln",
"transcript": "ENST00000915525.1",
"protein_id": "ENSP00000585584.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 427,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915525.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426Gln",
"transcript": "ENST00000915526.1",
"protein_id": "ENSP00000585585.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 427,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915526.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426Gln",
"transcript": "ENST00000915531.1",
"protein_id": "ENSP00000585590.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 427,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915531.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1244G>A",
"hgvs_p": "p.Arg415Gln",
"transcript": "ENST00000957346.1",
"protein_id": "ENSP00000627405.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 416,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957346.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1229G>A",
"hgvs_p": "p.Arg410Gln",
"transcript": "ENST00000884426.1",
"protein_id": "ENSP00000554485.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 411,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884426.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1229G>A",
"hgvs_p": "p.Arg410Gln",
"transcript": "ENST00000915532.1",
"protein_id": "ENSP00000585591.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 411,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915532.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1187G>A",
"hgvs_p": "p.Arg396Gln",
"transcript": "ENST00000957343.1",
"protein_id": "ENSP00000627402.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 397,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957343.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1175G>A",
"hgvs_p": "p.Arg392Gln",
"transcript": "ENST00000957344.1",
"protein_id": "ENSP00000627403.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 393,
"cds_start": 1175,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957344.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1172G>A",
"hgvs_p": "p.Arg391Gln",
"transcript": "ENST00000915529.1",
"protein_id": "ENSP00000585588.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 392,
"cds_start": 1172,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915529.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1154G>A",
"hgvs_p": "p.Arg385Gln",
"transcript": "ENST00000957345.1",
"protein_id": "ENSP00000627404.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 386,
"cds_start": 1154,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957345.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1100G>A",
"hgvs_p": "p.Arg367Gln",
"transcript": "ENST00000957347.1",
"protein_id": "ENSP00000627406.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 368,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957347.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1082G>A",
"hgvs_p": "p.Arg361Gln",
"transcript": "ENST00000884429.1",
"protein_id": "ENSP00000554488.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 362,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884429.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1019G>A",
"hgvs_p": "p.Arg340Gln",
"transcript": "ENST00000915524.1",
"protein_id": "ENSP00000585583.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 341,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915524.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.881G>A",
"hgvs_p": "p.Arg294Gln",
"transcript": "ENST00000915527.1",
"protein_id": "ENSP00000585586.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 295,
"cds_start": 881,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915527.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.791G>A",
"hgvs_p": "p.Arg264Gln",
"transcript": "ENST00000957349.1",
"protein_id": "ENSP00000627408.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 265,
"cds_start": 791,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957349.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Arg464Gln",
"transcript": "XM_006716455.4",
"protein_id": "XP_006716518.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 465,
"cds_start": 1391,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716455.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275Gln",
"transcript": "XM_011517542.2",
"protein_id": "XP_011515844.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 276,
"cds_start": 824,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517542.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.193G>A",
"hgvs_p": null,
"transcript": "ENST00000518072.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": "ENST00000518072.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.125G>A",
"hgvs_p": null,
"transcript": "ENST00000522159.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": "ENST00000522159.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.169G>A",
"hgvs_p": null,
"transcript": "ENST00000523343.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000523343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.239G>A",
"hgvs_p": null,
"transcript": "ENST00000523899.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": "ENST00000523899.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.*1221G>A",
"hgvs_p": null,
"transcript": "ENST00000524164.5",
"protein_id": "ENSP00000428255.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000524164.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"hgvs_c": "n.*1221G>A",
"hgvs_p": null,
"transcript": "ENST00000524164.5",
"protein_id": "ENSP00000428255.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000524164.5"
}
],
"gene_symbol": "ATP6V1H",
"gene_hgnc_id": 18303,
"dbsnp": "rs773896222",
"frequency_reference_population": 0.000008087665,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000687185,
"gnomad_genomes_af": 0.0000197143,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.280103862285614,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.151,
"revel_prediction": "Benign",
"alphamissense_score": 0.2062,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.636,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015941.4",
"gene_symbol": "ATP6V1H",
"hgnc_id": 18303,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1445G>A",
"hgvs_p": "p.Arg482Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}