Description Usage Arguments Value See Also Examples
This is a wrapper for multiple functions, that will determine core sets and quantile-normalize scores for all replicates in a dataset.
1 2 | get.rscreenorm(data_rscreen, my_gamma = NULL, var_type = c("mad", "IQR",
"sd"), prop = 0.95, set_shape = c("left", "centre"), n_perc = 1000)
|
data_rscreen |
an object of class 'rscreen.object', most likely corresponding to lethality scores
produced by |
my_gamma |
scalar or numeric vector, with value(s) between 0 and a finite
number. Its default value is |
var_type |
string indicating the statistic used as variability measure. Possible values are 'mad' when the median absolute deviation (MAD) is used (the default), 'IQR' when the inter-quartile range is used, and "sd" when the standard deviation is used. |
prop |
scalar between 0 and 1, corresponding to the desired proportion of
lethality scores to be included in the core set, per replicate. The default
value is 0.95. If |
set_shape |
string indicating the shape of the core set. It accepts "left" (the default), when all scores to the left of the set threshold are included, per replicate, and "centre", when scores included in the core set only exclude the largest and smallest ones, at equal frequencies. |
n_perc |
number of percentiles to be used to yield a representation of each
core set. The default value is 1000, which is appropriate for pooled, whole
genome screens. For small, hit-picking screens a smaller number may be more appropriate.
The user may check the core set sizes to decide if in doubt. Note that the value
of |
An object of class rscreen.object, with its 'data_only' slot containing quantile-normalized lethality scores.
read.screen.data
on reading screen data, combine.screens
to combine data from multiple screens into a single object, get.inv.set
for
obtaining core sets for all replicates in the dataset and get.leth.scores
to compute lethality scores.
1 | # See vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.