Description Usage Arguments Value See Also
comp.scores.diff.ann
is an internal function called by get.leth.scores.
It computes lethality scores per replicate and plate in a data matrix, for which plate and well
annotation may vary across replicates.
1 | comp.scores.diff.ann(my_data, my_ann, is_robust = TRUE)
|
my_data |
data matrix containing only data columns, so all columns are of type numeric. It can be a matrix with a single column, but we must be able to apply nrow, ncol and apply on it. |
my_ann |
list with data frames, each with as many columns as those in |
is_robust |
logical; |
a matrix with the same dimensions as my_data
containing all lethality scores.
read.screen.data
on reading screen data, combine.screens
to combine data from multiple screens into a single object, and get.rscreenorm
to
normalize the screen data using the invariant-set quantile normalization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.