estimateMainEffect: estimate main effect

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/mainEffects.R

Description

estimates the main effects in an additive model.

Usage

1
estimateMainEffect(sgi, use.query = NULL)

Arguments

sgi

An object of class RNAinteract.

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.

Details

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.

Value

An object of class RNAinteract.

Author(s)

Bernd Fischer

References

~put references to the literature/web site here ~

See Also

RNAinteract-package

Examples

1
2
3

RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.