inferSV | R Documentation |
Infer surrogate variables
inferSV(object, design, ...)
## S4 method for signature 'matrix,matrix'
inferSV(object, design, ...)
## S4 method for signature 'DGEList,matrix'
inferSV(object, design, ...)
## S4 method for signature 'DGEList,formula'
inferSV(object, design, ...)
object |
An object |
design |
Design matrix or formula |
... |
Other parameters |
inferSV(object = matrix, design = matrix)
: method for matrix as input
inferSV(object = DGEList, design = matrix)
: method for voom-transformed DGEList and design matrix
as input
inferSV(object = DGEList, design = formula)
: method for voom-transformed DGEList and formula
as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.