← 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-108365479-CTT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=108365479&ref=CTT&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 108365479,
"ref": "CTT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_000051.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "NM_000051.4",
"protein_id": "NP_000042.3",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9295,
"cdna_end": null,
"cdna_length": 12915,
"mane_select": "ENST00000675843.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "ENST00000675843.1",
"protein_id": "ENSP00000501606.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9295,
"cdna_end": null,
"cdna_length": 12915,
"mane_select": "NM_000051.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "ENST00000452508.7",
"protein_id": "ENSP00000388058.2",
"transcript_support_level": 1,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9627,
"cdna_end": null,
"cdna_length": 13247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*4209_*4210delTT",
"hgvs_p": null,
"transcript": "ENST00000527805.6",
"protein_id": "ENSP00000435747.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*4209_*4210delTT",
"hgvs_p": null,
"transcript": "ENST00000527805.6",
"protein_id": "ENSP00000435747.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.*2-9372_*2-9371delAA",
"hgvs_p": null,
"transcript": "ENST00000615746.4",
"protein_id": "ENSP00000483537.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": -4,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "NM_001351834.2",
"protein_id": "NP_001338763.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9383,
"cdna_end": null,
"cdna_length": 13003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "ENST00000278616.10",
"protein_id": "ENSP00000278616.4",
"transcript_support_level": 5,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9451,
"cdna_end": null,
"cdna_length": 11233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "ENST00000601453.3",
"protein_id": "ENSP00000469471.2",
"transcript_support_level": 3,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 10596,
"cdna_end": null,
"cdna_length": 14216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "ENST00000713844.1",
"protein_id": "ENSP00000519149.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9309,
"cdna_end": null,
"cdna_length": 9550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_005271562.6",
"protein_id": "XP_005271619.2",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9537,
"cdna_end": null,
"cdna_length": 13157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_006718843.5",
"protein_id": "XP_006718906.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 10245,
"cdna_end": null,
"cdna_length": 13865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_011542840.4",
"protein_id": "XP_011541142.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 10333,
"cdna_end": null,
"cdna_length": 13953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_017017790.3",
"protein_id": "XP_016873279.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 10113,
"cdna_end": null,
"cdna_length": 13733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_047426975.1",
"protein_id": "XP_047282931.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 10086,
"cdna_end": null,
"cdna_length": 13706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs",
"transcript": "XM_047426976.1",
"protein_id": "XP_047282932.1",
"transcript_support_level": null,
"aa_start": 3049,
"aa_end": null,
"aa_length": 3056,
"cds_start": 9145,
"cds_end": null,
"cds_length": 9171,
"cdna_start": 9625,
"cdna_end": null,
"cdna_length": 13245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.8980_8981delTT",
"hgvs_p": "p.Phe2994fs",
"transcript": "XM_011542842.4",
"protein_id": "XP_011541144.1",
"transcript_support_level": null,
"aa_start": 2994,
"aa_end": null,
"aa_length": 3001,
"cds_start": 8980,
"cds_end": null,
"cds_length": 9006,
"cdna_start": 9130,
"cdna_end": null,
"cdna_length": 12750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.8980_8981delTT",
"hgvs_p": "p.Phe2994fs",
"transcript": "XM_047426977.1",
"protein_id": "XP_047282933.1",
"transcript_support_level": null,
"aa_start": 2994,
"aa_end": null,
"aa_length": 3001,
"cds_start": 8980,
"cds_end": null,
"cds_length": 9006,
"cdna_start": 10168,
"cdna_end": null,
"cdna_length": 13788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.8980_8981delTT",
"hgvs_p": "p.Phe2994fs",
"transcript": "XM_047426978.1",
"protein_id": "XP_047282934.1",
"transcript_support_level": null,
"aa_start": 2994,
"aa_end": null,
"aa_length": 3001,
"cds_start": 8980,
"cds_end": null,
"cds_length": 9006,
"cdna_start": 9218,
"cdna_end": null,
"cdna_length": 12838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.8980_8981delTT",
"hgvs_p": "p.Phe2994fs",
"transcript": "XM_047426979.1",
"protein_id": "XP_047282935.1",
"transcript_support_level": null,
"aa_start": 2994,
"aa_end": null,
"aa_length": 3001,
"cds_start": 8980,
"cds_end": null,
"cds_length": 9006,
"cdna_start": 10080,
"cdna_end": null,
"cdna_length": 13700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 59,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.8101_8102delTT",
"hgvs_p": "p.Phe2701fs",
"transcript": "XM_011542844.4",
"protein_id": "XP_011541146.1",
"transcript_support_level": null,
"aa_start": 2701,
"aa_end": null,
"aa_length": 2708,
"cds_start": 8101,
"cds_end": null,
"cds_length": 8127,
"cdna_start": 8716,
"cdna_end": null,
"cdna_length": 12336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "c.5101_5102delTT",
"hgvs_p": "p.Phe1701fs",
"transcript": "XM_006718845.3",
"protein_id": "XP_006718908.1",
"transcript_support_level": null,
"aa_start": 1701,
"aa_end": null,
"aa_length": 1708,
"cds_start": 5101,
"cds_end": null,
"cds_length": 5127,
"cdna_start": 5171,
"cdna_end": null,
"cdna_length": 8791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.5360_5361delTT",
"hgvs_p": null,
"transcript": "ENST00000524792.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.633_634delTT",
"hgvs_p": null,
"transcript": "ENST00000525178.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.484_485delTT",
"hgvs_p": null,
"transcript": "ENST00000527181.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*3336_*3337delTT",
"hgvs_p": null,
"transcript": "ENST00000529588.6",
"protein_id": "ENSP00000435524.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.1843_1844delTT",
"hgvs_p": null,
"transcript": "ENST00000638786.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*4280_*4281delTT",
"hgvs_p": null,
"transcript": "ENST00000675595.1",
"protein_id": "ENSP00000502563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.3902_3903delTT",
"hgvs_p": null,
"transcript": "ENST00000682286.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.3563_3564delTT",
"hgvs_p": null,
"transcript": "ENST00000682302.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.2492_2493delTT",
"hgvs_p": null,
"transcript": "ENST00000682569.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*5553_*5554delTT",
"hgvs_p": null,
"transcript": "ENST00000683174.2",
"protein_id": "ENSP00000519136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.4369_4370delTT",
"hgvs_p": null,
"transcript": "ENST00000683524.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.4561_4562delTT",
"hgvs_p": null,
"transcript": "ENST00000684152.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.1619_1620delTT",
"hgvs_p": null,
"transcript": "ENST00000684180.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.5638_5639delTT",
"hgvs_p": null,
"transcript": "ENST00000684447.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*8616_*8617delTT",
"hgvs_p": null,
"transcript": "ENST00000713593.1",
"protein_id": "ENSP00000518889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*472_*473delTT",
"hgvs_p": null,
"transcript": "ENST00000713840.1",
"protein_id": "ENSP00000519145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*2771_*2772delTT",
"hgvs_p": null,
"transcript": "ENST00000713841.1",
"protein_id": "ENSP00000519146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*1799_*1800delTT",
"hgvs_p": null,
"transcript": "ENST00000713842.1",
"protein_id": "ENSP00000519147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*619_*620delTT",
"hgvs_p": null,
"transcript": "ENST00000713843.1",
"protein_id": "ENSP00000519148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*3336_*3337delTT",
"hgvs_p": null,
"transcript": "ENST00000529588.6",
"protein_id": "ENSP00000435524.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*4280_*4281delTT",
"hgvs_p": null,
"transcript": "ENST00000675595.1",
"protein_id": "ENSP00000502563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*5553_*5554delTT",
"hgvs_p": null,
"transcript": "ENST00000683174.2",
"protein_id": "ENSP00000519136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*8616_*8617delTT",
"hgvs_p": null,
"transcript": "ENST00000713593.1",
"protein_id": "ENSP00000518889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*472_*473delTT",
"hgvs_p": null,
"transcript": "ENST00000713840.1",
"protein_id": "ENSP00000519145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*2771_*2772delTT",
"hgvs_p": null,
"transcript": "ENST00000713841.1",
"protein_id": "ENSP00000519146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 63,
"exon_rank_end": null,
"exon_count": 63,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*1799_*1800delTT",
"hgvs_p": null,
"transcript": "ENST00000713842.1",
"protein_id": "ENSP00000519147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 64,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"hgvs_c": "n.*619_*620delTT",
"hgvs_p": null,
"transcript": "ENST00000713843.1",
"protein_id": "ENSP00000519148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.640+20439_640+20440delAA",
"hgvs_p": null,
"transcript": "NM_001330368.2",
"protein_id": "NP_001317297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.640+20439_640+20440delAA",
"hgvs_p": null,
"transcript": "ENST00000525729.5",
"protein_id": "ENSP00000433395.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.694+20439_694+20440delAA",
"hgvs_p": null,
"transcript": "NM_001351110.2",
"protein_id": "NP_001338039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.224+27727_224+27728delAA",
"hgvs_p": null,
"transcript": "ENST00000524755.5",
"protein_id": "ENSP00000432827.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": -4,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "n.272-25117_272-25116delAA",
"hgvs_p": null,
"transcript": "ENST00000526725.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "n.*2-9372_*2-9371delAA",
"hgvs_p": null,
"transcript": "ENST00000527531.5",
"protein_id": "ENSP00000431706.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "n.1105-9372_1105-9371delAA",
"hgvs_p": null,
"transcript": "NR_147053.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.731+27727_731+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426458.1",
"protein_id": "XP_047282414.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.731+27727_731+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426459.1",
"protein_id": "XP_047282415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.731+27727_731+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426460.1",
"protein_id": "XP_047282416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.731+27727_731+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426461.1",
"protein_id": "XP_047282417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.677+27727_677+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426462.1",
"protein_id": "XP_047282418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": -4,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.638+27727_638+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426463.1",
"protein_id": "XP_047282419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.903+17579_903+17580delAA",
"hgvs_p": null,
"transcript": "XM_047426464.1",
"protein_id": "XP_047282420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.787+20439_787+20440delAA",
"hgvs_p": null,
"transcript": "XM_047426466.1",
"protein_id": "XP_047282422.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": -4,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.584+27727_584+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426467.1",
"protein_id": "XP_047282423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 293,
"cds_start": -4,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.787+20439_787+20440delAA",
"hgvs_p": null,
"transcript": "XM_047426469.1",
"protein_id": "XP_047282425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": -4,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.787+20439_787+20440delAA",
"hgvs_p": null,
"transcript": "XM_047426470.1",
"protein_id": "XP_047282426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": -4,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.731+27727_731+27728delAA",
"hgvs_p": null,
"transcript": "XM_047426471.1",
"protein_id": "XP_047282427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": -4,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.694+20439_694+20440delAA",
"hgvs_p": null,
"transcript": "XM_047426473.1",
"protein_id": "XP_047282429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": -4,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.732-16408_732-16407delAA",
"hgvs_p": null,
"transcript": "XM_047426474.1",
"protein_id": "XP_047282430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.732-25117_732-25116delAA",
"hgvs_p": null,
"transcript": "XM_011542643.3",
"protein_id": "XP_011540945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": -4,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.640+20439_640+20440delAA",
"hgvs_p": null,
"transcript": "XM_047426476.1",
"protein_id": "XP_047282432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": -4,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.639-25117_639-25116delAA",
"hgvs_p": null,
"transcript": "XM_047426477.1",
"protein_id": "XP_047282433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 216,
"cds_start": -4,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "C11orf65",
"gene_hgnc_id": 28519,
"hgvs_c": "c.585-16408_585-16407delAA",
"hgvs_p": null,
"transcript": "XM_047426478.1",
"protein_id": "XP_047282434.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": -4,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ATM",
"gene_hgnc_id": 795,
"dbsnp": "rs1555152058",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.25999999046325684,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.637,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.26,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2_Supporting,PM4,PM3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2_Supporting",
"PM4",
"PM3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000051.4",
"gene_symbol": "ATM",
"hgnc_id": 795,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.9145_9146delTT",
"hgvs_p": "p.Phe3049fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001330368.2",
"gene_symbol": "C11orf65",
"hgnc_id": 28519,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.640+20439_640+20440delAA",
"hgvs_p": null
}
],
"clinvar_disease": "ATM-related cancer predisposition,Ataxia-telangiectasia syndrome,Familial cancer of breast,Hereditary cancer-predisposing syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "LP:4 US:2",
"phenotype_combined": "Ataxia-telangiectasia syndrome|Hereditary cancer-predisposing syndrome|Familial cancer of breast|ATM-related cancer predisposition",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}