crispr_screen 0.3.9

A fast and configurable differential expression analysis tool for CRISPR screens
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# [ `crispr_screen` ]

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/noamteyssier/crispr_screen/blob/main/LICENSE)
![actions status](https://github.com/noamteyssier/crispr_screen/workflows/Rust/badge.svg)
[![codecov](https://codecov.io/gh/noamteyssier/crispr_screen/branch/main/graph/badge.svg?token=9ALCE60W2T)](https://codecov.io/gh/noamteyssier/crispr_screen)

## Introduction

`crispr_screen` is a free, open-source command-line tool that enables easy and
efficient differential expression analysis for CRISPR screens.

It is a recreation of the `MAGeCK` algorithm, which is a form of the `DESeq`
method specifically applied for CRISPR screens. This tool extends the
`MAGeCK` algorithm with the `MAGeCK-INC` method, but also implements the `αRRA`
algorithm described in the original `MAGeCK` paper.

It is a drop-in replacement of current differential expression analyses that is
faster, more stable, and easier to use.