← 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: 13-108208865-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=108208865&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "LIG4",
"hgnc_id": 6601,
"hgvs_c": "c.2440C>A",
"hgvs_p": "p.Arg814Arg",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -3,
"transcript": "NM_001352604.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_score": -3,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.56,
"chr": "13",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.5600000023841858,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3981,
"cdna_start": 2558,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_206937.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000442234.6",
"protein_coding": true,
"protein_id": "NP_996820.1",
"strand": false,
"transcript": "NM_206937.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3981,
"cdna_start": 2558,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000442234.6",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_206937.2",
"protein_coding": true,
"protein_id": "ENSP00000402030.1",
"strand": false,
"transcript": "ENST00000442234.6",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4065,
"cdna_start": 2639,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000405925.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385955.1",
"strand": false,
"transcript": "ENST00000405925.2",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 923,
"aa_ref": "R",
"aa_start": 814,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4005,
"cdna_start": 2582,
"cds_end": null,
"cds_length": 2772,
"cds_start": 2440,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001352604.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2440C>A",
"hgvs_p": "p.Arg814Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339533.1",
"strand": false,
"transcript": "NM_001352604.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4043,
"cdna_start": 2620,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001098268.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001091738.1",
"strand": false,
"transcript": "NM_001098268.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4460,
"cdna_start": 3037,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001352598.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339527.1",
"strand": false,
"transcript": "NM_001352598.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4484,
"cdna_start": 3061,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001352599.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339528.1",
"strand": false,
"transcript": "NM_001352599.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4376,
"cdna_start": 2953,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001352600.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339529.1",
"strand": false,
"transcript": "NM_001352600.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4085,
"cdna_start": 2662,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001352601.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339530.1",
"strand": false,
"transcript": "NM_001352601.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3977,
"cdna_start": 2554,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001352602.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339531.1",
"strand": false,
"transcript": "NM_001352602.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3955,
"cdna_start": 2532,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001352603.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001339532.1",
"strand": false,
"transcript": "NM_001352603.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4178,
"cdna_start": 2755,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001379095.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001366024.1",
"strand": false,
"transcript": "NM_001379095.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4100,
"cdna_start": 2677,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_002312.3",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_002303.2",
"strand": false,
"transcript": "NM_002312.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4180,
"cdna_start": 2754,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000611712.4",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000484288.1",
"strand": false,
"transcript": "ENST00000611712.4",
"transcript_support_level": 4
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3987,
"cdna_start": 2770,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000685338.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510567.1",
"strand": false,
"transcript": "ENST00000685338.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4043,
"cdna_start": 2640,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000686095.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509942.1",
"strand": false,
"transcript": "ENST00000686095.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6142,
"cdna_start": 5455,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000686204.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509685.1",
"strand": false,
"transcript": "ENST00000686204.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4149,
"cdna_start": 2746,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000686913.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509299.1",
"strand": false,
"transcript": "ENST00000686913.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3443,
"cdna_start": 2516,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000686926.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509122.1",
"strand": false,
"transcript": "ENST00000686926.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3994,
"cdna_start": 2591,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000687164.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508512.1",
"strand": false,
"transcript": "ENST00000687164.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5799,
"cdna_start": 4396,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000687822.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509344.1",
"strand": false,
"transcript": "ENST00000687822.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4416,
"cdna_start": 3013,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000688396.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509564.1",
"strand": false,
"transcript": "ENST00000688396.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4348,
"cdna_start": 2943,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000688455.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509304.1",
"strand": false,
"transcript": "ENST00000688455.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4094,
"cdna_start": 2691,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000688529.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509906.1",
"strand": false,
"transcript": "ENST00000688529.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4346,
"cdna_start": 2989,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000688595.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509502.1",
"strand": false,
"transcript": "ENST00000688595.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6758,
"cdna_start": 5353,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000692222.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509226.1",
"strand": false,
"transcript": "ENST00000692222.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2853,
"cdna_start": 2521,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000693040.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510014.1",
"strand": false,
"transcript": "ENST00000693040.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4093,
"cdna_start": 2670,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000857200.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527259.1",
"strand": false,
"transcript": "ENST00000857200.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4318,
"cdna_start": 2895,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000857201.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527260.1",
"strand": false,
"transcript": "ENST00000857201.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4100,
"cdna_start": 3110,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000857202.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527261.1",
"strand": false,
"transcript": "ENST00000857202.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4671,
"cdna_start": 3248,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000857203.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000527262.1",
"strand": false,
"transcript": "ENST00000857203.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6049,
"cdna_start": 4626,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000935507.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605566.1",
"strand": false,
"transcript": "ENST00000935507.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4162,
"cdna_start": 2739,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000935508.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605567.1",
"strand": false,
"transcript": "ENST00000935508.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4566,
"cdna_start": 3143,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000935509.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605568.1",
"strand": false,
"transcript": "ENST00000935509.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3960,
"cdna_start": 2537,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000935510.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000605569.1",
"strand": false,
"transcript": "ENST00000935510.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 911,
"aa_ref": "R",
"aa_start": 802,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3901,
"cdna_start": 2478,
"cds_end": null,
"cds_length": 2736,
"cds_start": 2404,
"consequences": [
"synonymous_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000958174.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2404C>A",
"hgvs_p": "p.Arg802Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000628233.1",
"strand": false,
"transcript": "ENST00000958174.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 844,
"aa_ref": "R",
"aa_start": 735,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3901,
"cdna_start": 2478,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2203,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001330595.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2203C>A",
"hgvs_p": "p.Arg735Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317524.1",
"strand": false,
"transcript": "NM_001330595.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 844,
"aa_ref": "R",
"aa_start": 735,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3924,
"cdna_start": 2505,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2203,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000614526.2",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2203C>A",
"hgvs_p": "p.Arg735Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000480814.1",
"strand": false,
"transcript": "ENST00000614526.2",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 844,
"aa_ref": "R",
"aa_start": 735,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4027,
"cdna_start": 2604,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2203,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000689762.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2203C>A",
"hgvs_p": "p.Arg735Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508867.1",
"strand": false,
"transcript": "ENST00000689762.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 844,
"aa_ref": "R",
"aa_start": 735,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3085,
"cdna_start": 2597,
"cds_end": null,
"cds_length": 2535,
"cds_start": 2203,
"consequences": [
"synonymous_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000690127.1",
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"hgvs_c": "c.2203C>A",
"hgvs_p": "p.Arg735Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509468.1",
"strand": false,
"transcript": "ENST00000690127.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs545309994",
"effect": "synonymous_variant",
"frequency_reference_population": 6.840984e-7,
"gene_hgnc_id": 6601,
"gene_symbol": "LIG4",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84098e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.052,
"pos": 108208865,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001352604.2"
}
]
}