validDGEList | R Documentation |
Check for existence of standard components of DGEList object.
validDGEList(y)
y |
|
This function checks that the standard counts
and samples
components of a DGEList
object are present.
DGEList
with missing components added.
Gordon Smyth
DGEList
counts <- matrix(rpois(4*2,lambda=5),4,2) dge <- new("DGEList", list(counts=counts)) validDGEList(dge)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.