Description Usage Arguments Value Author(s) References See Also Examples
View source: R/convertOldCellHTS.R
Convert an old S3 cellHTS
object (from the cellHTS
package)
into one or several S4 cellHTS
objects (from the
cellHTS2
package).
1 | convertOldCellHTS(oldObject)
|
oldObject |
an S3 class |
The function returns a list containing one or more cellHTS
objects. The element raw
contains the
unnormalized data from oldObject
.
Depending on the state of oldObject
(on whether it is normalized and scored), the other components of this list can be:
normalized
, an S4 cellHTS
object containing the normalized data, and
scored
, an S4 class cellHTS
object containing the scored data.
Ligia P. Bras ligia@ebi.ac.uk
Boutros, M., Bras, L.P. and Huber, W. (2006) Analysis of cell-based RNAi screens, Genome Biology 7, R66.
1 2 3 4 | data("oldKcViabSmall")
out <- convertOldCellHTS(oldKcViabSmall)
names(out)
out[["raw"]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.