waldronlab / MultiAssayExperiment

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

undocumented expectations for ... in MultiAssayExperiment-helpers #222

Closed lwaldron closed 7 years ago

lwaldron commented 7 years ago

In mergeReplicates(), the ... arguments are passed on to simplify():

https://github.com/waldronlab/MultiAssayExperiment/blob/be090d411b9d6f3ca70f08d2d25d6b48be7c9fb4/R/MultiAssayExperiment-helpers.R#L123

I think this is correct, but the difference with wideFormat and longFormat in where extra arguments are passed should be documented in the man page.

lwaldron commented 7 years ago

Sorry for opening a duplicate of #220