Description Usage Arguments Value See Also Examples
Creates array containing log2 fold-change input, CRISPR scores, and CRISPR screen scores (similar to z-scores)
1 2 3 4 5 6 7 8 9 | guides2genes(
L2FC,
neg.controls,
essential.genes,
save.plots = FALSE,
print.plots = TRUE,
save.tables = FALSE,
split = "_"
)
|
L2FC |
input matrix containing log2 fold-change data with gRNA ids as row names |
neg.controls |
input vector containing gRNA ids for negative controls |
essential.genes |
input vector containing gRNA ids for essential genes |
save.plots |
save the plots to pdf (logical, default = FALSE) |
print.plots |
print the plots (logical, default = TRUE) |
save.tables |
save the CS and CSS tables (logical, default = FALSE) |
split |
defines the regex used to split the guide RNA id to extract the gene name |
array containing additional object of a gene score table
L2FC.violin, ggplot2, ggbiplot
1 2 3 | test.array <- create.CSS(L2FC.filtered, neg.controls = neg.controls,
essential.genes = essential.genes)
...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.