← 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: 19-45351661-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=45351661&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 45351661,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000400.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2251A>C",
"hgvs_p": "p.Lys751Gln",
"transcript": "NM_000400.4",
"protein_id": "NP_000391.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 760,
"cds_start": 2251,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000391945.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000400.4"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2251A>C",
"hgvs_p": "p.Lys751Gln",
"transcript": "ENST00000391945.10",
"protein_id": "ENSP00000375809.4",
"transcript_support_level": 1,
"aa_start": 751,
"aa_end": null,
"aa_length": 760,
"cds_start": 2251,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000400.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391945.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.*248A>C",
"hgvs_p": null,
"transcript": "ENST00000391944.8",
"protein_id": "ENSP00000375808.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 829,
"cds_start": null,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391944.8"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2347A>C",
"hgvs_p": "p.Lys783Gln",
"transcript": "ENST00000891927.1",
"protein_id": "ENSP00000561986.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 792,
"cds_start": 2347,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891927.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2248A>C",
"hgvs_p": "p.Lys750Gln",
"transcript": "ENST00000965097.1",
"protein_id": "ENSP00000635156.1",
"transcript_support_level": null,
"aa_start": 750,
"aa_end": null,
"aa_length": 759,
"cds_start": 2248,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965097.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2245A>C",
"hgvs_p": "p.Lys749Gln",
"transcript": "ENST00000891925.1",
"protein_id": "ENSP00000561984.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 758,
"cds_start": 2245,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891925.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2179A>C",
"hgvs_p": "p.Lys727Gln",
"transcript": "NM_001440355.1",
"protein_id": "NP_001427284.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 736,
"cds_start": 2179,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440355.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2173A>C",
"hgvs_p": "p.Lys725Gln",
"transcript": "NM_001440356.1",
"protein_id": "NP_001427285.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 734,
"cds_start": 2173,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440356.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2173A>C",
"hgvs_p": "p.Lys725Gln",
"transcript": "ENST00000891924.1",
"protein_id": "ENSP00000561983.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 734,
"cds_start": 2173,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891924.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2167A>C",
"hgvs_p": "p.Lys723Gln",
"transcript": "ENST00000891926.1",
"protein_id": "ENSP00000561985.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 732,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000891926.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2128A>C",
"hgvs_p": "p.Lys710Gln",
"transcript": "NM_001440357.1",
"protein_id": "NP_001427286.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 719,
"cds_start": 2128,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440357.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2128A>C",
"hgvs_p": "p.Lys710Gln",
"transcript": "ENST00000684407.1",
"protein_id": "ENSP00000507775.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 719,
"cds_start": 2128,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684407.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.2017A>C",
"hgvs_p": "p.Lys673Gln",
"transcript": "ENST00000913228.1",
"protein_id": "ENSP00000583287.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 682,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913228.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "c.1939A>C",
"hgvs_p": "p.Lys647Gln",
"transcript": "ENST00000913227.1",
"protein_id": "ENSP00000583286.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 656,
"cds_start": 1939,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913227.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.1422A>C",
"hgvs_p": null,
"transcript": "ENST00000391942.6",
"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": "ENST00000391942.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2339A>C",
"hgvs_p": null,
"transcript": "ENST00000588652.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": "ENST00000588652.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2348A>C",
"hgvs_p": null,
"transcript": "ENST00000646507.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": "ENST00000646507.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2251A>C",
"hgvs_p": null,
"transcript": "ENST00000682414.1",
"protein_id": "ENSP00000507019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000682414.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2280A>C",
"hgvs_p": null,
"transcript": "ENST00000682508.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": "ENST00000682508.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.*1509A>C",
"hgvs_p": null,
"transcript": "ENST00000684218.1",
"protein_id": "ENSP00000507804.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684218.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.1807A>C",
"hgvs_p": null,
"transcript": "ENST00000684264.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": "ENST00000684264.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.*737A>C",
"hgvs_p": null,
"transcript": "ENST00000684458.1",
"protein_id": "ENSP00000508260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.1963A>C",
"hgvs_p": null,
"transcript": "ENST00000684468.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": "ENST00000684468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2220A>C",
"hgvs_p": null,
"transcript": "NR_199645.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_199645.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2284A>C",
"hgvs_p": null,
"transcript": "NR_199646.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_199646.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.2206A>C",
"hgvs_p": null,
"transcript": "NR_199647.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_199647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.*1509A>C",
"hgvs_p": null,
"transcript": "ENST00000684218.1",
"protein_id": "ENSP00000507804.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684218.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"hgvs_c": "n.*737A>C",
"hgvs_p": null,
"transcript": "ENST00000684458.1",
"protein_id": "ENSP00000508260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "NM_177417.3",
"protein_id": "NP_803136.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000391946.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177417.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000391946.7",
"protein_id": "ENSP00000375810.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_177417.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391946.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000470402.1",
"protein_id": "ENSP00000436019.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 518,
"cds_start": null,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470402.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000585434.5",
"protein_id": "ENSP00000466067.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": null,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585434.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000913427.1",
"protein_id": "ENSP00000583486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": null,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913427.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000892166.1",
"protein_id": "ENSP00000562225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"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": "ENST00000892166.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000913429.1",
"protein_id": "ENSP00000583488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"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": "ENST00000913429.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000960866.1",
"protein_id": "ENSP00000630925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"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": "ENST00000960866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000892165.1",
"protein_id": "ENSP00000562224.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": null,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892165.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLC3",
"gene_hgnc_id": 20717,
"hgvs_c": "c.*304T>G",
"hgvs_p": null,
"transcript": "ENST00000913428.1",
"protein_id": "ENSP00000583487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913428.1"
}
],
"gene_symbol": "ERCC2",
"gene_hgnc_id": 3434,
"dbsnp": "rs13181",
"frequency_reference_population": 0.35147625,
"hom_count_reference_population": 103967,
"allele_count_reference_population": 567102,
"gnomad_exomes_af": 0.35519,
"gnomad_genomes_af": 0.315782,
"gnomad_exomes_ac": 519083,
"gnomad_genomes_ac": 48019,
"gnomad_exomes_homalt": 95730,
"gnomad_genomes_homalt": 8237,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004430204629898071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.205,
"revel_prediction": "Benign",
"alphamissense_score": 0.0566,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.271,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000400.4",
"gene_symbol": "ERCC2",
"hgnc_id": 3434,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2251A>C",
"hgvs_p": "p.Lys751Gln"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_177417.3",
"gene_symbol": "KLC3",
"hgnc_id": 20717,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*304T>G",
"hgvs_p": null
}
],
"clinvar_disease": " group D, photosensitive,Cerebrooculofacioskeletal syndrome 2,Trichothiodystrophy 1,Xeroderma pigmentosum,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:8 O:1",
"phenotype_combined": "not specified|Xeroderma pigmentosum, group D|not provided|Trichothiodystrophy 1, photosensitive|Cerebrooculofacioskeletal syndrome 2",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}