Description Usage Arguments Details Value Author(s) See Also Examples
Normalize for a time effect of the query genes.
1 | normalizeMainEffectQuery(sgi, batch = NULL, time = NULL)
|
sgi |
An object of class |
batch |
batch is a vector if integers with length equal to the number of queries. It assigns each query to a batch. Within each batch a linear regression is estimated assuming a linear effect between the order of queries and the main effects. |
time |
batch is a vector of numbers. A linear regression is estimated fitting the main effect as a function of the time. |
Normalizing the query main effect does not influence the estimation of the pairwise interaction term.
An object of class RNAinteract
.
Bernd Fischer
1 2 | data("sgi")
sgi <- normalizeMainEffectQuery(sgi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.