← 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: 4-89726643-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=89726643&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 89726643,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000345.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_000345.4",
"protein_id": "NP_000336.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394991.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000345.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000394991.8",
"protein_id": "ENSP00000378442.4",
"transcript_support_level": 1,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000345.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394991.8"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000394986.5",
"protein_id": "ENSP00000378437.1",
"transcript_support_level": 1,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394986.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Tyr122Tyr",
"transcript": "ENST00000394989.6",
"protein_id": "ENSP00000378440.2",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 126,
"cds_start": 366,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394989.6"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Tyr122Tyr",
"transcript": "ENST00000505199.5",
"protein_id": "ENSP00000421485.1",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 126,
"cds_start": 366,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505199.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.366C>T",
"hgvs_p": "p.Tyr122Tyr",
"transcript": "ENST00000618500.4",
"protein_id": "ENSP00000484044.1",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 126,
"cds_start": 366,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618500.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.324C>T",
"hgvs_p": "p.Tyr108Tyr",
"transcript": "ENST00000345009.8",
"protein_id": "ENSP00000343683.4",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 112,
"cds_start": 324,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345009.8"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.465C>T",
"hgvs_p": "p.Tyr155Tyr",
"transcript": "ENST00000674129.1",
"protein_id": "ENSP00000501269.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 159,
"cds_start": 465,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674129.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001146054.2",
"protein_id": "NP_001139526.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146054.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001146055.2",
"protein_id": "NP_001139527.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001146055.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001375285.1",
"protein_id": "NP_001362214.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375285.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001375286.1",
"protein_id": "NP_001362215.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375286.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001375287.1",
"protein_id": "NP_001362216.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375287.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "NM_001375288.1",
"protein_id": "NP_001362217.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375288.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000336904.7",
"protein_id": "ENSP00000338345.3",
"transcript_support_level": 2,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336904.7"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000506244.5",
"protein_id": "ENSP00000422238.1",
"transcript_support_level": 2,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506244.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000508895.5",
"protein_id": "ENSP00000426955.1",
"transcript_support_level": 3,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508895.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000673718.1",
"protein_id": "ENSP00000500990.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673718.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889657.1",
"protein_id": "ENSP00000559716.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889657.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889658.1",
"protein_id": "ENSP00000559717.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889658.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889659.1",
"protein_id": "ENSP00000559718.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889659.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889660.1",
"protein_id": "ENSP00000559719.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889660.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889662.1",
"protein_id": "ENSP00000559720.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889662.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000889663.1",
"protein_id": "ENSP00000559722.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889663.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000912364.1",
"protein_id": "ENSP00000582423.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912364.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000912365.1",
"protein_id": "ENSP00000582424.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912365.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965186.1",
"protein_id": "ENSP00000635245.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965186.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965187.1",
"protein_id": "ENSP00000635246.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965187.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965188.1",
"protein_id": "ENSP00000635247.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965188.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965189.1",
"protein_id": "ENSP00000635248.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965189.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965190.1",
"protein_id": "ENSP00000635249.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965190.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965191.1",
"protein_id": "ENSP00000635250.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965191.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr",
"transcript": "ENST00000965192.1",
"protein_id": "ENSP00000635251.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 140,
"cds_start": 408,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965192.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.324C>T",
"hgvs_p": "p.Tyr108Tyr",
"transcript": "NM_007308.3",
"protein_id": "NP_009292.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 112,
"cds_start": 324,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007308.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.324C>T",
"hgvs_p": "p.Tyr108Tyr",
"transcript": "ENST00000420646.6",
"protein_id": "ENSP00000396241.2",
"transcript_support_level": 2,
"aa_start": 108,
"aa_end": null,
"aa_length": 112,
"cds_start": 324,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420646.6"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.282C>T",
"hgvs_p": "p.Tyr94Tyr",
"transcript": "ENST00000611107.1",
"protein_id": "ENSP00000479604.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 98,
"cds_start": 282,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611107.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.264C>T",
"hgvs_p": "p.Tyr88Tyr",
"transcript": "NM_001375290.1",
"protein_id": "NP_001362219.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 92,
"cds_start": 264,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "c.390+2551C>T",
"hgvs_p": null,
"transcript": "ENST00000673902.1",
"protein_id": "ENSP00000501102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": null,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673902.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000251095",
"gene_hgnc_id": 53614,
"hgvs_c": "n.351G>A",
"hgvs_p": null,
"transcript": "ENST00000621944.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000621944.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000251095",
"gene_hgnc_id": 53614,
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"transcript": "ENST00000659878.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": "ENST00000659878.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": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "n.663C>T",
"hgvs_p": null,
"transcript": "ENST00000673766.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": "ENST00000673766.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "n.486C>T",
"hgvs_p": null,
"transcript": "NR_164674.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": "NR_164674.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "n.633C>T",
"hgvs_p": null,
"transcript": "NR_164675.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": "NR_164675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"hgvs_c": "n.706C>T",
"hgvs_p": null,
"transcript": "NR_164676.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": "NR_164676.1"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000251095",
"gene_hgnc_id": 53614,
"hgvs_c": "n.181-1816G>A",
"hgvs_p": null,
"transcript": "ENST00000776695.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": "ENST00000776695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "ENSG00000251095",
"gene_hgnc_id": 53614,
"hgvs_c": "n.*140G>A",
"hgvs_p": null,
"transcript": "ENST00000508021.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000508021.5"
}
],
"gene_symbol": "SNCA",
"gene_hgnc_id": 11138,
"dbsnp": "rs76642636",
"frequency_reference_population": 0.002342633,
"hom_count_reference_population": 8,
"allele_count_reference_population": 3772,
"gnomad_exomes_af": 0.0023328,
"gnomad_genomes_af": 0.00243678,
"gnomad_exomes_ac": 3401,
"gnomad_genomes_ac": 371,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6000000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.01,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_000345.4",
"gene_symbol": "SNCA",
"hgnc_id": 11138,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.408C>T",
"hgvs_p": "p.Tyr136Tyr"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000659878.1",
"gene_symbol": "ENSG00000251095",
"hgnc_id": 53614,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.739G>A",
"hgvs_p": null
}
],
"clinvar_disease": " Dominant,Autosomal dominant Parkinson disease 1,Autosomal dominant Parkinson disease 4,Lewy body dementia,Parkinson Disease,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:4",
"phenotype_combined": "Parkinson Disease, Dominant|Lewy body dementia;Autosomal dominant Parkinson disease 1|not provided|Lewy body dementia;Autosomal dominant Parkinson disease 4;Autosomal dominant Parkinson disease 1",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}