← 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: 6-13053437-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=13053437&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 13053437,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001322314.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_030948.6",
"protein_id": "NP_112210.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000332995.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030948.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "ENST00000332995.12",
"protein_id": "ENSP00000329880.8",
"transcript_support_level": 2,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030948.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332995.12"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His",
"transcript": "NM_001322314.4",
"protein_id": "NP_001309243.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 650,
"cds_start": 326,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322314.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His",
"transcript": "ENST00000675203.2",
"protein_id": "ENSP00000502172.2",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 650,
"cds_start": 326,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675203.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001322310.2",
"protein_id": "NP_001309239.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 649,
"cds_start": 323,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322310.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001374581.2",
"protein_id": "NP_001361510.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 596,
"cds_start": 323,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374581.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "ENST00000674595.1",
"protein_id": "ENSP00000502157.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 596,
"cds_start": 323,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674595.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001242648.4",
"protein_id": "NP_001229577.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"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_001242648.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001322308.3",
"protein_id": "NP_001309237.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"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_001322308.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001322309.3",
"protein_id": "NP_001309238.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"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_001322309.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "ENST00000674637.1",
"protein_id": "ENSP00000501634.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"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": "ENST00000674637.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "ENST00000676159.1",
"protein_id": "ENSP00000501921.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 580,
"cds_start": 323,
"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": "ENST00000676159.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "NM_001322313.2",
"protein_id": "NP_001309242.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 557,
"cds_start": 47,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322313.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "ENST00000687600.1",
"protein_id": "ENSP00000509410.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 557,
"cds_start": 47,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687600.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "NM_001374582.1",
"protein_id": "NP_001361511.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 547,
"cds_start": 323,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374582.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.185G>A",
"hgvs_p": "p.Arg62His",
"transcript": "ENST00000689548.1",
"protein_id": "ENSP00000509837.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 534,
"cds_start": 185,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689548.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "NM_001374583.2",
"protein_id": "NP_001361512.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 504,
"cds_start": 47,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374583.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "NM_001322311.2",
"protein_id": "NP_001309240.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 488,
"cds_start": 47,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322311.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "NM_001322312.3",
"protein_id": "NP_001309241.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 488,
"cds_start": 47,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322312.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "ENST00000482982.2",
"protein_id": "ENSP00000501726.1",
"transcript_support_level": 3,
"aa_start": 16,
"aa_end": null,
"aa_length": 488,
"cds_start": 47,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482982.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "ENST00000676234.1",
"protein_id": "ENSP00000502037.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 488,
"cds_start": 47,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676234.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "ENST00000692995.1",
"protein_id": "ENSP00000509690.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 488,
"cds_start": 47,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692995.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.185G>A",
"hgvs_p": "p.Arg62His",
"transcript": "ENST00000406205.7",
"protein_id": "ENSP00000384760.3",
"transcript_support_level": 5,
"aa_start": 62,
"aa_end": null,
"aa_length": 181,
"cds_start": 185,
"cds_end": null,
"cds_length": 548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406205.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "XM_005248934.4",
"protein_id": "XP_005248991.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 649,
"cds_start": 323,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248934.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "XM_047418372.1",
"protein_id": "XP_047274328.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 649,
"cds_start": 323,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418372.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "XM_047418373.1",
"protein_id": "XP_047274329.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 649,
"cds_start": 323,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418373.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "XM_047418374.1",
"protein_id": "XP_047274330.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 649,
"cds_start": 323,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418374.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His",
"transcript": "XM_017010458.3",
"protein_id": "XP_016865947.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 597,
"cds_start": 326,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010458.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108His",
"transcript": "XM_017010459.3",
"protein_id": "XP_016865948.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 596,
"cds_start": 323,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010459.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His",
"transcript": "XM_017010464.3",
"protein_id": "XP_016865953.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 581,
"cds_start": 326,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010464.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.47G>A",
"hgvs_p": "p.Arg16His",
"transcript": "XM_047418375.1",
"protein_id": "XP_047274331.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 557,
"cds_start": 47,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "n.452G>A",
"hgvs_p": null,
"transcript": "ENST00000379350.5",
"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": "ENST00000379350.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "n.481G>A",
"hgvs_p": null,
"transcript": "ENST00000692662.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": "retained_intron",
"feature": "ENST00000692662.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "n.1189G>A",
"hgvs_p": null,
"transcript": "ENST00000693693.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": "retained_intron",
"feature": "ENST00000693693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"hgvs_c": "c.-20G>A",
"hgvs_p": null,
"transcript": "ENST00000434977.1",
"protein_id": "ENSP00000412573.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": null,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434977.1"
}
],
"gene_symbol": "PHACTR1",
"gene_hgnc_id": 20990,
"dbsnp": "rs749322966",
"frequency_reference_population": 0.000013001107,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.0000130011,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6719299554824829,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.45,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4897,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.134,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001322314.4",
"gene_symbol": "PHACTR1",
"hgnc_id": 20990,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109His"
}
],
"clinvar_disease": " 70,Developmental and epileptic encephalopathy,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Developmental and epileptic encephalopathy, 70|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}