Changes between Version 27 and Version 28 of SOP/PooledCRISPR
- Timestamp:
- 11/12/24 12:52:43 (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PooledCRISPR
v27 v28 36 36 # Error in axis(1, at = 1:length(vali), labels = (collabel), las = 2) : 37 37 #'at' and 'labels' lengths differ, 2 != 4 38 # a workaround this is to edit the R script is to set the collabelto only two conditions,38 # a workaround this is to edit the R script is to set 'collabel' (column labels) to only two conditions, 39 39 # e.g. collabel=c("low","high") 40 40 # in the R script for all occurrences … … 59 59 60 60 - .gene_summary.txt results summarized by gene (for all genes) 61 - .sgrna_summary.txt resul s by guide (for all guides); this file can be made into a matrix using a few UNIX commands, e.g.61 - .sgrna_summary.txt results by guide (for all guides); this file can be made into a matrix using a few UNIX commands, e.g. 62 62 63 63 Run .Rmd to create a file (.html) which summarizes (only) the top hits, and also includes a waterfall plot. To create this summary report file, you can either open the .Rmd in Rstudio and click on "knit", or run the command below: