Description Usage Arguments Details Value Author(s) References See Also Examples
estimates the main effects in an additive model.
1 | estimateMainEffect(sgi, use.query = NULL)
|
sgi |
An object of class |
use.query |
A list of reagent identifiers as annotated in the RID field of the reagent list. For the estimation of the template main effects only these queries are used. |
The main effect is the single RNAi knockdown effect. When use.query is not specified, the main effect is estimated by minimizing the L1 distance from the non-interacting model to the double RNAi measurements. The implemented non-interacting model is the additive model (sum of single main effects). If the screen does not contain a lot of query genes with no or ery small main effect, it is recommended to estimate the template main effects only by using selected query genes. This can be obtained by specifying use.query. To estimate main effects in a multiplicative model define Transformation="log2"
when creating the RNAinteract object (See createRNAinteractFromFiles
), which is already the default.
An object of class RNAinteract
.
Bernd Fischer
~put references to the literature/web site here ~
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.