--- license: mit tags: - genomics - microbiology - horizontal-gene-transfer - crispr - causal-inference pretty_name: LEDGER size_categories: - 1M= 95% identity match to the protospacer, outside any CRISPR array) is resident in that genome. Three things about this data are worth knowing before using it: - The informative cell, encounter without establishment, holds 25,099 pairs. - Self-targeting pairs (spacer present *and* element resident) are depleted 0.54x relative to independence, which is what the model predicts, since a spacer against a resident element is self-targeting and gets purged. - The false-match rate is zero: 2,589 dinucleotide-shuffled decoy sequences produced no hits at all against the same 1,200 genomes under identical search settings. CRISPR arrays were masked out of the genomes before searching. Without that step every spacer matches its own array, `Y` becomes identical to `S`, and the informative cell is empty. ## Simulation records `simulation/*.jsonl` is one JSON object per model fit: the full configuration, every metric, the realised marginal rates and the convergence status. Nothing is aggregated. Three audit scripts in the code repository recompute all 181 published numbers from these records. Superseded runs are kept rather than deleted and are named accordingly, including a permutation control that turned out not to be a null and a threat sweep whose arms were confounded by a shared random stream. ## Raw genomes Not mirrored here. They are public NCBI assemblies; `make genomes` in the code repository re-downloads them (about 18 GB) and reproduces everything above. ## License MIT, Bryan Cheng, 2026.