← 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-219221254-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=219221254&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 219221254,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024085.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "NM_001077198.3",
"protein_id": "NP_001070666.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361242.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001077198.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000361242.9",
"protein_id": "ENSP00000355173.4",
"transcript_support_level": 2,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001077198.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361242.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000396761.6",
"protein_id": "ENSP00000379983.2",
"transcript_support_level": 1,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396761.6"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "n.*548C>T",
"hgvs_p": null,
"transcript": "ENST00000409033.7",
"protein_id": "ENSP00000386482.3",
"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": "ENST00000409033.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284820",
"gene_hgnc_id": null,
"hgvs_c": "n.439C>T",
"hgvs_p": null,
"transcript": "ENST00000446716.5",
"protein_id": "ENSP00000398528.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000446716.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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "n.*548C>T",
"hgvs_p": null,
"transcript": "ENST00000409033.7",
"protein_id": "ENSP00000386482.3",
"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": "ENST00000409033.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2278C>T",
"hgvs_p": "p.Arg760Cys",
"transcript": "ENST00000915618.1",
"protein_id": "ENSP00000585677.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 867,
"cds_start": 2278,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915618.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944423.1",
"protein_id": "ENSP00000614482.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 863,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944423.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2200C>T",
"hgvs_p": "p.Arg734Cys",
"transcript": "ENST00000901776.1",
"protein_id": "ENSP00000571835.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 841,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901776.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2200C>T",
"hgvs_p": "p.Arg734Cys",
"transcript": "ENST00000915620.1",
"protein_id": "ENSP00000585679.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 841,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915620.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "NM_024085.5",
"protein_id": "NP_076990.4",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024085.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000409618.5",
"protein_id": "ENSP00000386710.1",
"transcript_support_level": 5,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409618.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901769.1",
"protein_id": "ENSP00000571828.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901769.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901770.1",
"protein_id": "ENSP00000571829.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901770.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901772.1",
"protein_id": "ENSP00000571831.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901772.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901773.1",
"protein_id": "ENSP00000571832.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901773.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901777.1",
"protein_id": "ENSP00000571836.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901777.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901779.1",
"protein_id": "ENSP00000571838.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901779.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901780.1",
"protein_id": "ENSP00000571839.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901780.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901781.1",
"protein_id": "ENSP00000571840.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901781.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901783.1",
"protein_id": "ENSP00000571842.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901783.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901784.1",
"protein_id": "ENSP00000571843.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901784.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000915619.1",
"protein_id": "ENSP00000585678.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915619.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944422.1",
"protein_id": "ENSP00000614481.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944422.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944424.1",
"protein_id": "ENSP00000614483.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944424.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944425.1",
"protein_id": "ENSP00000614484.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 839,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944425.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000901778.1",
"protein_id": "ENSP00000571837.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 836,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901778.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944421.1",
"protein_id": "ENSP00000614480.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 836,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944421.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys",
"transcript": "ENST00000944426.1",
"protein_id": "ENSP00000614485.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 836,
"cds_start": 2194,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944426.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2176C>T",
"hgvs_p": "p.Arg726Cys",
"transcript": "ENST00000901775.1",
"protein_id": "ENSP00000571834.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 833,
"cds_start": 2176,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901775.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.2011C>T",
"hgvs_p": "p.Arg671Cys",
"transcript": "ENST00000409422.5",
"protein_id": "ENSP00000386535.1",
"transcript_support_level": 5,
"aa_start": 671,
"aa_end": null,
"aa_length": 778,
"cds_start": 2011,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409422.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.1744C>T",
"hgvs_p": "p.Arg582Cys",
"transcript": "ENST00000901771.1",
"protein_id": "ENSP00000571830.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 689,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901771.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.1744C>T",
"hgvs_p": "p.Arg582Cys",
"transcript": "ENST00000901774.1",
"protein_id": "ENSP00000571833.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 689,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901774.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.1744C>T",
"hgvs_p": "p.Arg582Cys",
"transcript": "ENST00000901782.1",
"protein_id": "ENSP00000571841.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 689,
"cds_start": 1744,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901782.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "n.248C>T",
"hgvs_p": null,
"transcript": "ENST00000475339.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": "ENST00000475339.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "n.2318C>T",
"hgvs_p": null,
"transcript": "NR_104255.2",
"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": "NR_104255.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000309937",
"gene_hgnc_id": null,
"hgvs_c": "n.295-215G>A",
"hgvs_p": null,
"transcript": "ENST00000846045.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": "ENST00000846045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"hgvs_c": "c.*20C>T",
"hgvs_p": null,
"transcript": "ENST00000429920.1",
"protein_id": "ENSP00000400234.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": null,
"cds_end": null,
"cds_length": 733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429920.1"
}
],
"gene_symbol": "ATG9A",
"gene_hgnc_id": 22408,
"dbsnp": "rs769517669",
"frequency_reference_population": 0.000006988786,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.0000070326,
"gnomad_genomes_af": 0.00000657895,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7777999639511108,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.395,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.652,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024085.5",
"gene_symbol": "ATG9A",
"hgnc_id": 22408,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2194C>T",
"hgvs_p": "p.Arg732Cys"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000446716.5",
"gene_symbol": "ENSG00000284820",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.439C>T",
"hgvs_p": null
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000846045.1",
"gene_symbol": "ENSG00000309937",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.295-215G>A",
"hgvs_p": null
}
],
"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
}