validDGEList(y)
DGEList
object.DGEList
with missing components added.
counts
and samples
components of a DGEList
object are present.
DGEList
counts <- matrix(rpois(4*2,lambda=5),4,2)
dge <- new("DGEList", list(counts=counts))
validDGEList(dge)
Run the code above in your browser using DataLab