Description Usage Arguments Value Author(s) Examples
The function estimates the main effect i from all data with the RNIi against i. It can be done by median, mean or shorth.
1 |
df |
|
estimate |
|
per |
|
for per =NULL, a list with
coefficient |
the estimated main effects |
residuals |
the residual after the main effects have been subtracted from the observations |
for other per, a list of lists like the once described above, one for each level of the factor per.
Elin Axelsson
1 2 3 4 5 | data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
df$weight = as.numeric(df$Type=="comb")
main = estmodel(df,estimate="median")
str(main)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.