Closed ttriche closed 2 years ago
specifically, $ (e.g. fit$foo is fit@misc$covs$foo) and $<- (e.g. fit$foo <- "bar" sets fit@misc$covs$foo to "bar")
$
$<-
[ is handy too; [i, j] will grab @w[,i], @d[i], and @h[, j] along with corresponding @misc$covs[j, ]
[
To a first approximation, make an nmf object behave a little like a SummarizedExperiment.
nmf
Do you have any interest in creating an SCE wrapper?
specifically,
$
(e.g. fit$foo is fit@misc$covs$foo) and$<-
(e.g. fit$foo <- "bar" sets fit@misc$covs$foo to "bar")[
is handy too; [i, j] will grab @w[,i], @d[i], and @h[, j] along with corresponding @misc$covs[j, ]To a first approximation, make an
nmf
object behave a little like a SummarizedExperiment.