crispr_screen 0.1.12

A fast and configurable differential expression analysis tool for CRISPR screens
# Quick Start

## Input Files

`crispr_screen` is meant to be run from the command-line and expects **at minimum**
three arguments:

1. an sgRNA-Gene count table (see [formats]./expected_format.md for details)
2. the labels of the controls
3. the labels of the treatments

For additional options and descriptions see [arguments](./customized_run.md).

## Running [ `crispr_screen` ]

```bash
crispr_screen \
  -i count_table.tsv \
  -c low_1 low_2 \
  -t high_1 high_2
```

## Output Files

This will create **two results files**:

1. `results.sgrna_results.tab`
2. `results.gene_results.tab`

With differential expression statistics for each respectively
(for descriptions of files see [formats](./expected_format.md)).