Would it be nicer if the ExperimentList list consructor was ExperimentList(...) and accepted name, value pairs? It would make the MultiAssayExperiment constructor slightly shorter and use less function calls because a list wouldn't need to be constructed as input if the multiple matrices weren't already in a list.
This is already implemented in the devel version of MultiAssayExperiment.
Perhaps you're talking about the release version. Please include your session info.
Thanks.
Would it be nicer if the
ExperimentList
list consructor wasExperimentList(...)
and accepted name, value pairs? It would make theMultiAssayExperiment
constructor slightly shorter and use less function calls because a list wouldn't need to be constructed as input if the multiple matrices weren't already in a list.