Description Usage Arguments Value Author(s) See Also Examples
converts a cellHTS2 object into a data.frame object and check that all mandatory meta data is included. Adds Directions, replicates and Pair columns.
1 | cellHTS2df(x,neutral)
|
x |
a cellHTS object with correct annotations |
neutral |
string stating which RNAi is neutral (negative control) |
data.frame, with the data from the cellHTS object in column "value". Meta data from annotation file and the new columns; Directions, Replicate and Pair
Elin Axelsson
1 2 3 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
head(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.