← 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: 11-108330305-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=108330305&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ATM",
"hgnc_id": 795,
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"inheritance_mode": "AR,AD",
"pathogenic_score": 4,
"score": 4,
"transcript": "NM_000051.4",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "C11orf65",
"hgnc_id": 28519,
"hgvs_c": "c.641-21234C>G",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001330368.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2",
"acmg_score": 4,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.2737,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.16,
"chr": "11",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Hereditary cancer-predisposing syndrome",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.5982979536056519,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12915,
"cdna_start": 7549,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "NM_000051.4",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000675843.1",
"protein_coding": true,
"protein_id": "NP_000042.3",
"strand": true,
"transcript": "NM_000051.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 12915,
"cdna_start": 7549,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000675843.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000051.4",
"protein_coding": true,
"protein_id": "ENSP00000501606.1",
"strand": true,
"transcript": "ENST00000675843.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13247,
"cdna_start": 7881,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "ENST00000452508.7",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000388058.2",
"strand": true,
"transcript": "ENST00000452508.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 9287,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 61,
"exon_rank": 48,
"exon_rank_end": null,
"feature": "ENST00000527805.6",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*2463G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435747.2",
"strand": true,
"transcript": "ENST00000527805.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 9287,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 61,
"exon_rank": 48,
"exon_rank_end": null,
"feature": "ENST00000527805.6",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*2463G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435747.2",
"strand": true,
"transcript": "ENST00000527805.6",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13003,
"cdna_start": 7637,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "NM_001351834.2",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001338763.1",
"strand": true,
"transcript": "NM_001351834.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11233,
"cdna_start": 7705,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000278616.10",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000278616.4",
"strand": true,
"transcript": "ENST00000278616.10",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14216,
"cdna_start": 8850,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "ENST00000601453.3",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000469471.2",
"strand": true,
"transcript": "ENST00000601453.3",
"transcript_support_level": 3
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9550,
"cdna_start": 7563,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "ENST00000713844.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519149.1",
"strand": true,
"transcript": "ENST00000713844.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3003,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9692,
"cdna_start": 7539,
"cds_end": null,
"cds_length": 9012,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 62,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000971291.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641350.1",
"strand": true,
"transcript": "ENST00000971291.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 2984,
"aa_ref": "V",
"aa_start": 2395,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12686,
"cdna_start": 7320,
"cds_end": null,
"cds_length": 8955,
"cds_start": 7183,
"consequences": [
"missense_variant"
],
"exon_count": 61,
"exon_rank": 48,
"exon_rank_end": null,
"feature": "ENST00000923922.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7183G>C",
"hgvs_p": "p.Val2395Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000593981.1",
"strand": true,
"transcript": "ENST00000923922.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13157,
"cdna_start": 7791,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_005271562.6",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005271619.2",
"strand": true,
"transcript": "XM_005271562.6",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13865,
"cdna_start": 8499,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_006718843.5",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006718906.1",
"strand": true,
"transcript": "XM_006718843.5",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13953,
"cdna_start": 8587,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "XM_011542840.4",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541142.1",
"strand": true,
"transcript": "XM_011542840.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13733,
"cdna_start": 8367,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_017017790.3",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016873279.1",
"strand": true,
"transcript": "XM_017017790.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13706,
"cdna_start": 8340,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "XM_047426975.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282931.1",
"strand": true,
"transcript": "XM_047426975.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3056,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13245,
"cdna_start": 7879,
"cds_end": null,
"cds_length": 9171,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "XM_047426976.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282932.1",
"strand": true,
"transcript": "XM_047426976.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3001,
"aa_ref": "V",
"aa_start": 2412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12750,
"cdna_start": 7384,
"cds_end": null,
"cds_length": 9006,
"cds_start": 7234,
"consequences": [
"missense_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "XM_011542842.4",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7234G>C",
"hgvs_p": "p.Val2412Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541144.1",
"strand": true,
"transcript": "XM_011542842.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3001,
"aa_ref": "V",
"aa_start": 2412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13788,
"cdna_start": 8422,
"cds_end": null,
"cds_length": 9006,
"cds_start": 7234,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_047426977.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7234G>C",
"hgvs_p": "p.Val2412Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282933.1",
"strand": true,
"transcript": "XM_047426977.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3001,
"aa_ref": "V",
"aa_start": 2412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12838,
"cdna_start": 7472,
"cds_end": null,
"cds_length": 9006,
"cds_start": 7234,
"consequences": [
"missense_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_047426978.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7234G>C",
"hgvs_p": "p.Val2412Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282934.1",
"strand": true,
"transcript": "XM_047426978.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3001,
"aa_ref": "V",
"aa_start": 2412,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13700,
"cdna_start": 8334,
"cds_end": null,
"cds_length": 9006,
"cds_start": 7234,
"consequences": [
"missense_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "XM_047426979.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7234G>C",
"hgvs_p": "p.Val2412Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282935.1",
"strand": true,
"transcript": "XM_047426979.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 2912,
"aa_ref": "V",
"aa_start": 2467,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8923,
"cdna_start": 7549,
"cds_end": null,
"cds_length": 8739,
"cds_start": 7399,
"consequences": [
"missense_variant"
],
"exon_count": 60,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "XM_011542843.3",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.7399G>C",
"hgvs_p": "p.Val2467Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541145.1",
"strand": true,
"transcript": "XM_011542843.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 2708,
"aa_ref": "V",
"aa_start": 2119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12336,
"cdna_start": 6970,
"cds_end": null,
"cds_length": 8127,
"cds_start": 6355,
"consequences": [
"missense_variant"
],
"exon_count": 59,
"exon_rank": 46,
"exon_rank_end": null,
"feature": "XM_011542844.4",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.6355G>C",
"hgvs_p": "p.Val2119Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541146.1",
"strand": true,
"transcript": "XM_011542844.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1708,
"aa_ref": "V",
"aa_start": 1119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8791,
"cdna_start": 3425,
"cds_end": null,
"cds_length": 5127,
"cds_start": 3355,
"consequences": [
"missense_variant"
],
"exon_count": 38,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_006718845.3",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "c.3355G>C",
"hgvs_p": "p.Val1119Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006718908.1",
"strand": true,
"transcript": "XM_006718845.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 246,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1261,
"cdna_start": null,
"cds_end": null,
"cds_length": 741,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330368.2",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.641-21234C>G",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317297.1",
"strand": false,
"transcript": "NM_001330368.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 246,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1263,
"cdna_start": null,
"cds_end": null,
"cds_length": 741,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000525729.5",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.641-21234C>G",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000433395.1",
"strand": false,
"transcript": "ENST00000525729.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 242,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1388,
"cdna_start": null,
"cds_end": null,
"cds_length": 729,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001351110.2",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.*38+4915C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001338039.1",
"strand": false,
"transcript": "NM_001351110.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 342,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1518,
"cdna_start": null,
"cds_end": null,
"cds_length": 1029,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426458.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.804+4915C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282414.1",
"strand": false,
"transcript": "XM_047426458.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 342,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1425,
"cdna_start": null,
"cds_end": null,
"cds_length": 1029,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426459.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.804+4915C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282415.1",
"strand": false,
"transcript": "XM_047426459.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 342,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2037,
"cdna_start": null,
"cds_end": null,
"cds_length": 1029,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426460.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.804+4915C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282416.1",
"strand": false,
"transcript": "XM_047426460.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 342,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1436,
"cdna_start": null,
"cds_end": null,
"cds_length": 1029,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426461.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.804+4915C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282417.1",
"strand": false,
"transcript": "XM_047426461.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 324,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1371,
"cdna_start": null,
"cds_end": null,
"cds_length": 975,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426462.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.750+4915C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282418.1",
"strand": false,
"transcript": "XM_047426462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 311,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1332,
"cdna_start": null,
"cds_end": null,
"cds_length": 936,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426463.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.711+4915C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282419.1",
"strand": false,
"transcript": "XM_047426463.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 295,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1501,
"cdna_start": null,
"cds_end": null,
"cds_length": 888,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426466.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.788-21234C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282422.1",
"strand": false,
"transcript": "XM_047426466.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 293,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1278,
"cdna_start": null,
"cds_end": null,
"cds_length": 882,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426467.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.657+4915C>G",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282423.1",
"strand": false,
"transcript": "XM_047426467.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 264,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1315,
"cdna_start": null,
"cds_end": null,
"cds_length": 795,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047426473.1",
"gene_hgnc_id": 28519,
"gene_symbol": "C11orf65",
"hgvs_c": "c.695-21234C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047282429.1",
"strand": false,
"transcript": "XM_047426473.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5912,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 37,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000524792.5",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.3614G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000524792.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3608,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000525056.2",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.1818G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000525056.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1799,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000525537.3",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.356G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000525537.3",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12827,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "ENST00000529588.6",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*1590G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435524.2",
"strand": true,
"transcript": "ENST00000529588.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3354,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000533690.5",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.2803G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000533690.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4344,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000638786.2",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.236G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000638786.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 9309,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "ENST00000675595.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*2534G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502563.1",
"strand": true,
"transcript": "ENST00000675595.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6403,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682286.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.2156G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682286.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6064,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 26,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000682302.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.1817G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000682302.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 13130,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000683174.2",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*3807G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519136.1",
"strand": true,
"transcript": "ENST00000683174.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6870,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000683524.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.2623G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000683524.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 7062,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 29,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000684152.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.3113G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684152.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 8139,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000684447.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.1862G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000684447.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12893,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713593.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*6870G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000518889.1",
"strand": true,
"transcript": "ENST00000713593.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 9933,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713840.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.7399G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519145.1",
"strand": true,
"transcript": "ENST00000713840.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 11890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "ENST00000713841.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*1025G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519146.1",
"strand": true,
"transcript": "ENST00000713841.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 11758,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713842.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*53G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519147.1",
"strand": true,
"transcript": "ENST00000713842.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 13126,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 64,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713843.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.7399G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519148.1",
"strand": true,
"transcript": "ENST00000713843.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12827,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "ENST00000529588.6",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*1590G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000435524.2",
"strand": true,
"transcript": "ENST00000529588.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 9309,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 62,
"exon_rank": 49,
"exon_rank_end": null,
"feature": "ENST00000675595.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*2534G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502563.1",
"strand": true,
"transcript": "ENST00000675595.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 13130,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000683174.2",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*3807G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519136.1",
"strand": true,
"transcript": "ENST00000683174.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12893,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713593.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*6870G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000518889.1",
"strand": true,
"transcript": "ENST00000713593.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 11890,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 64,
"exon_rank": 51,
"exon_rank_end": null,
"feature": "ENST00000713841.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*1025G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519146.1",
"strand": true,
"transcript": "ENST00000713841.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 11758,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 63,
"exon_rank": 50,
"exon_rank_end": null,
"feature": "ENST00000713842.1",
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"hgvs_c": "n.*53G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000519147.1",
"strand": true,
"transcript": "ENST00000713842.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs769722643",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 795,
"gene_symbol": "ATM",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": "Uncertain significance",
"phenotype_combined": "Hereditary cancer-predisposing syndrome",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.228,
"pos": 108330305,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.378,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_000051.4"
}
]
}