← 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: 22-38113560-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=38113560&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 38113560,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003560.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "NM_003560.4",
"protein_id": "NP_003551.2",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000332509.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003560.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000332509.8",
"protein_id": "ENSP00000333142.3",
"transcript_support_level": 1,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003560.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332509.8"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "ENST00000402064.5",
"protein_id": "ENSP00000386100.1",
"transcript_support_level": 1,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402064.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2171G>A",
"hgvs_p": "p.Arg724His",
"transcript": "ENST00000668949.1",
"protein_id": "ENSP00000499711.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 820,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000668949.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "NM_001349864.2",
"protein_id": "NP_001336793.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349864.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000660610.1",
"protein_id": "ENSP00000499555.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000660610.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000663895.1",
"protein_id": "ENSP00000499712.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000663895.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000667521.1",
"protein_id": "ENSP00000499665.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000667521.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000885143.1",
"protein_id": "ENSP00000555202.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885143.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His",
"transcript": "ENST00000885146.1",
"protein_id": "ENSP00000555205.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 806,
"cds_start": 2129,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885146.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1991G>A",
"hgvs_p": "p.Arg664His",
"transcript": "ENST00000664587.1",
"protein_id": "ENSP00000499394.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 760,
"cds_start": 1991,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000664587.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "NM_001004426.3",
"protein_id": "NP_001004426.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001004426.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "NM_001199562.3",
"protein_id": "NP_001186491.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199562.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "NM_001349865.2",
"protein_id": "NP_001336794.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349865.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "NM_001349866.2",
"protein_id": "NP_001336795.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349866.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "ENST00000335539.7",
"protein_id": "ENSP00000335149.3",
"transcript_support_level": 5,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335539.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "ENST00000885144.1",
"protein_id": "ENSP00000555203.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885144.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "ENST00000885145.1",
"protein_id": "ENSP00000555204.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885145.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1967G>A",
"hgvs_p": "p.Arg656His",
"transcript": "ENST00000955628.1",
"protein_id": "ENSP00000625687.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 752,
"cds_start": 1967,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955628.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1937G>A",
"hgvs_p": "p.Arg646His",
"transcript": "ENST00000955632.1",
"protein_id": "ENSP00000625691.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 742,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955632.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1913G>A",
"hgvs_p": "p.Arg638His",
"transcript": "ENST00000885148.1",
"protein_id": "ENSP00000555207.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 734,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885148.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1913G>A",
"hgvs_p": "p.Arg638His",
"transcript": "ENST00000885149.1",
"protein_id": "ENSP00000555208.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 734,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885149.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1886G>A",
"hgvs_p": "p.Arg629His",
"transcript": "ENST00000931333.1",
"protein_id": "ENSP00000601392.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 725,
"cds_start": 1886,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931333.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1784G>A",
"hgvs_p": "p.Arg595His",
"transcript": "ENST00000885147.1",
"protein_id": "ENSP00000555206.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 691,
"cds_start": 1784,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885147.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1724G>A",
"hgvs_p": "p.Arg575His",
"transcript": "ENST00000955629.1",
"protein_id": "ENSP00000625688.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 671,
"cds_start": 1724,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955629.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1595G>A",
"hgvs_p": "p.Arg532His",
"transcript": "NM_001349867.2",
"protein_id": "NP_001336796.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 628,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349867.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1595G>A",
"hgvs_p": "p.Arg532His",
"transcript": "ENST00000955630.1",
"protein_id": "ENSP00000625689.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 628,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955630.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1595G>A",
"hgvs_p": "p.Arg532His",
"transcript": "ENST00000955631.1",
"protein_id": "ENSP00000625690.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 628,
"cds_start": 1595,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955631.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1451G>A",
"hgvs_p": "p.Arg484His",
"transcript": "NM_001349868.2",
"protein_id": "NP_001336797.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 580,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349868.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "c.1433G>A",
"hgvs_p": "p.Arg478His",
"transcript": "NM_001349869.2",
"protein_id": "NP_001336798.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 574,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349869.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1327G>A",
"hgvs_p": null,
"transcript": "ENST00000436218.6",
"protein_id": "ENSP00000401242.1",
"transcript_support_level": 4,
"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": "ENST00000436218.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.837G>A",
"hgvs_p": null,
"transcript": "ENST00000496409.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496409.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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*987G>A",
"hgvs_p": null,
"transcript": "ENST00000655142.1",
"protein_id": "ENSP00000499715.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000655142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1868G>A",
"hgvs_p": null,
"transcript": "ENST00000665987.1",
"protein_id": "ENSP00000499423.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000665987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1988G>A",
"hgvs_p": null,
"transcript": "ENST00000668499.1",
"protein_id": "ENSP00000499626.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000668499.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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.2061G>A",
"hgvs_p": null,
"transcript": "ENST00000671093.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": "ENST00000671093.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1798G>A",
"hgvs_p": null,
"transcript": "ENST00000673413.1",
"protein_id": "ENSP00000500600.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000673413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1327G>A",
"hgvs_p": null,
"transcript": "ENST00000436218.6",
"protein_id": "ENSP00000401242.1",
"transcript_support_level": 4,
"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": "ENST00000436218.6"
},
{
"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": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*987G>A",
"hgvs_p": null,
"transcript": "ENST00000655142.1",
"protein_id": "ENSP00000499715.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000655142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1868G>A",
"hgvs_p": null,
"transcript": "ENST00000665987.1",
"protein_id": "ENSP00000499423.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000665987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1988G>A",
"hgvs_p": null,
"transcript": "ENST00000668499.1",
"protein_id": "ENSP00000499626.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000668499.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"hgvs_c": "n.*1798G>A",
"hgvs_p": null,
"transcript": "ENST00000673413.1",
"protein_id": "ENSP00000500600.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000673413.1"
}
],
"gene_symbol": "PLA2G6",
"gene_hgnc_id": 9039,
"dbsnp": "rs147455037",
"frequency_reference_population": 0.00010905774,
"hom_count_reference_population": 0,
"allele_count_reference_population": 176,
"gnomad_exomes_af": 0.000110835,
"gnomad_genomes_af": 0.0000919927,
"gnomad_exomes_ac": 162,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9055095911026001,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.754,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5079,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.445,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM5,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM5",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003560.4",
"gene_symbol": "PLA2G6",
"hgnc_id": 9039,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2129G>A",
"hgvs_p": "p.Arg710His"
}
],
"clinvar_disease": "Abnormal brain morphology,Autosomal recessive Parkinson disease 14,Infantile neuroaxonal dystrophy,Neurodegeneration with brain iron accumulation 2B,PLA2G6-associated neurodegeneration,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:3 US:3",
"phenotype_combined": "Abnormal brain morphology|not provided|Infantile neuroaxonal dystrophy|Autosomal recessive Parkinson disease 14;Infantile neuroaxonal dystrophy;Neurodegeneration with brain iron accumulation 2B|PLA2G6-associated neurodegeneration",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}