Description Usage Arguments Details Value Author(s) References
Calculate surrogate variables from the singular vectors of the linear model residual space.
1 |
y |
numeric matrix giving log-expression or log-ratio values for a series of microarrays, or any object that can coerced to a matrix including |
design |
design matrix |
n.sv |
number of surrogate variables required. |
weight.by.sd |
logical, should the surrogate variables be especially tuned to the more variable genes? |
plot |
logical. If |
... |
other arguments can be included that would be suitable for |
The function constructs surrogate variables that explain a high proportion of the residual variability for many of the genes. The surrogate variables can be included in the design matrix to remove unwanted variation. The surrogate variables are constructed from the singular vectors of a representation of the linear model residual space.
If weight.by.sd=FALSE
, then the method is a simplification of the approach by Leek and Storey (2007).
Numeric matrix with ncol(y)
rows and n.sv
columns containing the surrogate variables.
Gordon Smyth and Yifang Hu
Leek, JT, Storey, JD (2007). Capturing heterogeneity in gene expression studies by surrogate variable analysis. PLoS Genetics 3, 1724-1735.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.