Description Usage Arguments Details Value Author(s) References See Also
The RUV-I algorithm. Generally used as a preprocessing step to RUV-2, RUV-4, RUV-inv, RUV-rinv, or RUVIII. RUV1 is an alias of (identical to) RUVI.
1 2 3  | 
Y | 
 The data. A m by n matrix, where m is the number of samples and n is the number of features.  | 
eta | 
 Gene-wise (as opposed to sample-wise) covariates. A matrix with n columns.  | 
ctl | 
 The negative controls. A logical vector of length n.  | 
include.intercept | 
 Add an intercept term to eta if it does not include one already.  | 
Implements the RUV-I algorithm as described in Gagnon-Bartsch, Jacob, and Speed (2013). Most often this algorithm is not used directly, but rather is called from RUV-2, RUV-4, RUV-inv, or RUV-rinv. Note that RUV1 and RUVI are two different names for the same (identical) function.
An adjusted data matrix (i.e., an adjusted Y)
Johann Gagnon-Bartsch johanngb@umich.edu
Using control genes to correct for unwanted variation in microarray data. Gagnon-Bartsch and Speed, 2012. Available at: http://biostatistics.oxfordjournals.org/content/13/3/539.full.
Removing Unwanted Variation from High Dimensional Data with Negative Controls. Gagnon-Bartsch, Jacob, and Speed, 2013. Available at: http://statistics.berkeley.edu/tech-reports/820.
RUV2, RUV4, RUVinv, RUVrinv, RUVIII
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.