ranks {ccfindR} | R Documentation |
Retrieve or set the rank values in an object
ranks(object)
object |
Object of class |
Ranks for which factorization has been performed are stored
in slot ranks
of scNMFSet
object.
ranks(object)
will return the rank vector.
ranks(object) <- value
can be used to modify it.
Either NULL
or vector.
s <- scNMFSet(matrix(rpois(n=12,lambda=3),4,3)) s <- vb_factorize(s,ranks=seq(2,4)) ranks(s)