estimate.handling.effect | R Documentation |
Estimate handling effects of an array of the nonuniformly-handled dataset by taking the difference between its data and the data of its matched array in the uniformly-handled dataset.
estimate.handling.effect(uhdata, nuhdata)
uhdata |
the uniformly-handled dataset. The dataset must have rows as probes and columns as samples. |
nuhdata |
the nonuniformly-handled dataset. The dataset must have rows as probes and columns as samples and the same dimensions and the same probe names as the uniformly-handled dataset. |
an estimation of the handling effects
handling.effect <- estimate.handling.effect(uhdata = uhdata.pl, nuhdata = nuhdata.pl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.