waldronlab / MultiAssayExperiment

Bioconductor package for management of multi-assay data
https://waldronlab.io/MultiAssayExperiment/
70 stars 32 forks source link

ExperimentList Constructor Felxibility #225

Closed DarioS closed 6 years ago

DarioS commented 6 years ago

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.

LiNk-NY commented 6 years ago

Hi Dario, @DarioS

This is already implemented in the devel version of MultiAssayExperiment. Perhaps you're talking about the release version. Please include your session info. Thanks.

Regards, Marcel