Description Usage Arguments Value Author(s) Examples
The function transforms a float column in a data frame (from cHTS2df) to an array.
1 |
df |
Data frame (from cellHTS2df) with additional column weights. |
what |
which column contains the data, eg. value or residuals |
An array with the data from the data frame.
Elin Axelsson
1 2 3 4 5 6 7 8 9 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral = "Fluc")
df$weights = as.numeric(df$Type=="comb")
aa = df2array(df,what="value")
## see head for first replicate
head(aa[,,1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.