Description Usage Arguments Details Value Author(s) See Also Examples
Check for existence of standard components of DGEList object.
1 | 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
1 2 3 | 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.