Thin wrapper around MultiAssayExperiment() that adds the required
slots. All MAE arguments are forwarded.
Arguments
- experiments
list or ExperimentList (passed to MAE)
- colData
DataFrame of sample-level metadata
- ground_truth
a
GroundTruthobject, orNULL- sampling_design
a
SamplingDesigndeclaration; defaults to migration-only"unspecified"until explicitly declared- ...
additional arguments forwarded to
MultiAssayExperiment()