Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 852 Bytes

File metadata and controls

33 lines (22 loc) · 852 Bytes

TargetPP

DOI

CRISPR multi-screen integration to prioritize multi-phenotype targets

This target prioritization pipeline (TPP, TargetPP) combines existing statistical methods to integrate multiple CRISPR screens into a single ranking to prioritize targets based on their significance and effect size, even across multiple phenotypes.

Installation

You can install the released version of TargetPP by running:

install.packages("devtools")
devtools::install_github("RescueGum/TargetPP")

Example

This is a basic example which shows you how to solve a common problem:

library(TargetPP)
## TODO: basic example code