mauryzio commited on
Commit
603890a
·
verified ·
1 Parent(s): 216453f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -298,15 +298,20 @@ optimised variant.
298
 
299
  ### `motif_human` — CAG repeat insertion (20,000 pairs)
300
 
301
- A 30 bp region starting 60 bp downstream of the CDS start is replaced with 10 consecutive
302
- CAG triplets (`CAGCAGCAGCAGCAGCAGCAGCAGCAGCAG`),
303
- mimicking the pathological trinucleotide repeat expansions underlying polyglutamine
304
- disorders (Huntington's disease, SCAs, DRPLA). The substitution is length-preserving
305
- (30 bp in, 30 bp out), so the total window remains 8,192 bp. All sequence outside the
306
- patch is identical between original and perturbed.
 
307
 
308
- - Annotations: GENCODE v45 / GRCh38; 9,705 unique genes.
309
- - Window layout: ~8,100 bp upstream flank, CDS near the right edge.
 
 
 
 
310
 
311
  ---
312
 
 
298
 
299
  ### `motif_human` — CAG repeat insertion (20,000 pairs)
300
 
301
+ A 30 bp codon-aligned region beginning 60 bp downstream of the first complete codon of the
302
+ CDS exon is replaced with 10 consecutive CAG triplets
303
+ (`CAGCAGCAGCAGCAGCAGCAGCAGCAGCAG`), mimicking the pathological trinucleotide repeat
304
+ expansions underlying polyglutamine disorders (Huntington's disease, SCAs, DRPLA).
305
+ The substitution is length- and reading-frame-preserving (30 bp in, 30 bp out), so the
306
+ total window remains 8,192 bp. All sequence outside the patch is identical between
307
+ original and perturbed.
308
 
309
+ - Annotations: GENCODE v45 / GRCh38; all CDS exons (all ranks); 9,705 unique genes.
310
+ - Window layout: first complete CDS codon always at position 8,102;
311
+ patch always at positions 8,162–8,192 (`patch_start_in_seq`–`patch_end_in_seq`).
312
+ For exons with phase 1 or 2, the 1–2 split-codon bases from the preceding exon are
313
+ placed immediately before position 8,102, so the upstream genomic context is
314
+ 8,102 bp (phase 0), 8,101 bp (phase 1), or 8,100 bp (phase 2).
315
 
316
  ---
317