powered by
validDGEList(y)
DGEList
counts
samples
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