Closed epurdom closed 4 years ago
Also, if working with SummarizedExperiment
, could assume that the relevant meta data is saved in colData(x)
, so can make a moanin_model
with that information. If move to a S4 class, could actually extend the SummarizedExperiment
class so that data and meta data are kept together in the object.
Working on this on branch EAP/moaninClass
.
Can this ticket be closed? I think all the relevant code has now been merged into master.
I've opened this discussion to talk about how to add support for taking as input for the
data
argument the standard bioconductor class, namely aSummarizedExperiment
.SummarizedExperiment
class, and extract the data from there. Note thatSummarizedExperiment
can hold multiple assays, and we'd have to use the default assay. The technical reviewers might complain about this.