voom | R Documentation |
Perform VOOM analysis
voom(object, ...)
## S4 method for signature 'DGEList'
voom(object, ...)
## S4 method for signature 'matrix'
voom(object, ...)
## S4 method for signature 'ExpressionSet'
voom(object, ...)
## S4 method for signature 'EdgeObject'
voom(object, ...)
object |
An object |
... |
Other parameters |
voom(DGEList)
: Method for DGEList
voom(matrix)
: Method for matrix
voom(ExpressionSet)
: Method for matrix
voom(EdgeObject)
: Method for EdgeObject, norm.factors are calculated first if not done yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.