Description Usage Arguments Value See Also
This is an internal function that
computes percentiles for the data in the core set. This function is
called by both get.rscreenorm
and get.qnorm
. It is to be used
internally, so has no functionality other than what is described.
1 | get.perc(data_rscreen, inv_set, n_perc = 1000)
|
data_rscreen |
an object of class 'rscreen.object', most likely corresponding to lethality scores
produced by |
inv_set |
a logical matrix with the same dimensions as the 'data_only' slot in |
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 |
a matrix with as many rows as n_perc and as many columns as in the data_only slot of data_rscreen, containing the percentiles for the core sets, per replicate.
get.rscreenorm
which yields core sets and quantile-normalizes data at
once, codeget.qnorm which quantile-normalizes data for a given core set, get.inv.set
for
obtaining core sets for all replicates in the dataset and get.leth.scores
to compute lethality scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.