Description Usage Arguments Value See Also Examples
This function yields one core set of lethality scores per replicate, for a given rscreen.object. The core sets are used as basis for quantile-normalizing data for independent screens and their replicates.
1 2 | get.inv.set(data_rscreen, my_gamma = NULL, var_type = c("mad", "IQR", "sd"),
prop = 0.95, set_shape = c("left", "centre"))
|
data_rscreen |
an object of class 'rscreen.object', either yielded 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. |
A logical matrix with the same dimensions as the data_only slot of data_rscreen.
get.rscreenorm
to normalize data from multiple screens using core
sets and get.leth.scores
to compute scores that make observations in
different screens comparable.
1 | # See vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.