Description Usage Arguments Details Value Examples
Retrieve or set the coefficient matrices from factorization in an object
1 | coeff(object)
|
object |
Object of class |
After factorization, coefficient matrices H
corresponding
to each rank value are
stored as elements of a list, which is in slot coeff
of object of
class scNMFSet
.
coeff(object)
will return the list of matrices.
coeff(object) <- value
can be used to modify it.
Either NULL
or a list of same length as
ranks(object)
, whose
elements are coefficient matrices derived from factorization
under each rank value.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.