scNMFSet {ccfindR} | R Documentation |
scNMFSet
objectObject derived from SingleCellExperiment
scNMFSet(count = NULL, ..., remove.zeros = TRUE)
count |
Count matrix |
... |
Other parameters of |
remove.zeros |
Remove empty rows and columns |
Object of class scNMFSet
.
count <- matrix(rpois(n=12,lambda=2),4,3) s <- scNMFSet(count=count) s