Description Usage Arguments Value See Also
This is an internal function that yields
quantile-normalizes 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.qnorm(data_perc)
|
data_perc |
a numeric matrix of percentiles, with as many columns as samples and as many rows as percentiles |
a numeric matrix with the same dimensions as the input data_perc
, containing the quantile-
normalized 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.leth.scores
to compute lethality scores, and get.perc
to compute
the percentiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.