Description Usage Arguments Value Author(s) Examples
Takes an DGEobj from runVoom and tests for surrogate variables. Adds a new design matrix to the DGEobj with the surrogate variable columns appended (cbind). runVoom should then be run again with the new design matrix to complete the analysis.
1 | runSVA(dgeObj, designMatrixName, method = "leek")
|
dgeObj |
A DGEobj with normalized counts and a DesignMatrix. |
designMatrixName |
The itemName of the design matrix in DGEobj |
method |
method passed to num.sv. ["leek" or "be"; default = "leek"] |
dgeObj The DGEobj is returned containing a new design matrix and an updated design table.
John Thompson, john.thompson@bms.com
1 | MyDgeObj = runSVA (MyDgeObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.