MonWedFri
CRISPR Seed Finder
CRISPR Seed Finder
Updated May 22, 2026
CRISPRi seed off-target search app.
I built this for a friend completing a PhD in genetics at Stanford University, to check whether a 20 bp CRISPRi guide or a preloaded Dolcetto guide alias has PAM-proximal seed matches near annotated transcription start sites in hg38. The app manages guide lookup, sequence validation, and CSV export, enabling researchers to quickly inspect likely off-target hits.
The performance optimization occurs upstream in a Python pre-computation pipeline. It converts large pickle k-mer indexes into gzip-compressed JSON shards, grouped by 5-base prefixes for each supported seed length, and then publishes those shards to Cloudflare R2. At query time, the app fetches only the small set of shard files required for the guide's seed and reverse complement, rather than scanning the entire dataset.