Closed lwaldron closed 7 years ago
In mergeReplicates(), the ... arguments are passed on to simplify():
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.
Sorry for opening a duplicate of #220
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.