diff --git a/README.md b/README.md index ab8a079453d9aae7210501f8abf1865267f20be0..6ebf4ed75cdc1b971c08124a89c69e1dc0941b5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # CRISPRbact -Tools to design and analyse CRISPRi experiments +**Tools to design and analyse CRISPRi experiments in bacteria.** + +CRISPRbact currently contains an on-target activity prediction tool for the Streptococcus pyogenes dCas9 protein. +This tool takes as an input the sequence of a gene of interest and returns a list of possible target sequences with the predicted on-target activity. Predictions are made using a linear model fitted on data from a genome-wide CRISPRi screen performed in E. coli (Cui et al. Nature Communications, 2018). The model predicts the ability of dCas9 to block the RNA polymerase when targeting the non-template strand (i.e. the coding strand) of a target gene. ## Getting Started