Description Usage Arguments Value Author(s) See Also Examples
converts a dataframe into the right format for lmFit function
1 |
df |
dataframe from cellHTS2df function |
A matrix with the genepairs as rows and the replicates as
columns. This matrix is in the right format for the lmFit
.
Elin Axelsson
1 2 3 4 5 6 7 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
df = weightDf(df)
lmm = lmmain(df)
df = updateDf(df,lmm)
mfit = df2fitmatrix(df)
head(mfit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.