Skip to content

Commit b36d6a1

Browse files
committed
add fig1
1 parent ebeb2f6 commit b36d6a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chaoscoder.png

44.6 KB
Loading

paper.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Written in Rust for performance and reliability, `chaoscoder` is well-suited for
4141

4242
Due to the exponential nature of coordinate growth in iCGR, encoding long sequences (e.g., full genomes) directly is computationally infeasible. To mitigate this, `chaoscoder` implements a block-based iCGR approach. Sequences are partitioned into fixed-size, optionally overlapping segments (e.g., 50–100 nt), each of which is independently encoded using the iCGR algorithm (Figure 1).
4343

44+
![Workflow of block-based iCGR encoding](chaoscoder.png)
45+
4446
The result is a scalable encoding strategy that maintains the reversibility and precision of iCGR while enabling genome-scale processing.
4547

4648
## The `.bicgr` file format

0 commit comments

Comments
 (0)