Description Usage Arguments Value See Also
This is an internal function that yields normalized lethality scores
by fitting a regression between the
original and the normalized percentiles for core set scores. It is
called by both get.rscreenorm
and get.qnorm
, and is to be used
internally.
1 | get.all.qnorm(data_rscreen, data_perc, data_perc_qn)
|
data_rscreen |
an object of class 'rscreen.object', most likely corresponding to lethality scores
produced by |
data_perc |
the percentiles of the per-replicate scores for the replicate-specific
invariannt sets, as yielded by |
data_perc_qn |
the quantile-normalized percentiles of the per-replicate data, as yielded by
|
a matrix with the same dimensions as the 'data_only' slot of data_rscreen
, containing the
quantile-normalized scores.
get.rscreenorm
which yields core sets and quantile-normalizes data at
once, codeget.qnorm which quantile-normalizes data for a given core set,
get.perc
to compute percentiles for the core set per replicate, get.inv.set
for
obtaining core sets for all replicates in the dataset and
get.perc.qnorm
to compute the quantile-normalized percentiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.