Skip to content

CRISPR Analysis Utils

Reusable Python and R utilities for CRISPR screen analysis, preprocessing, plotting, and downstream workflows.

This repository is designed for shared lab utilities:

  • installable functions for collaborators
  • docstrings and roxygen comments close to the code
  • rendered GitHub Pages documentation with examples and parameters
  • lightweight tests for both Python and R helpers

First utilities

The initial package includes counts_per_million() in both Python and R. Use it as a template for future functions: include a compact example, clear parameter descriptions, and a focused test.