Endomorphically merge assays within a LongTable or inheriting class
      
      mergeAssays-LongTable-method.RdEndomorphically merge assays within a LongTable or inheriting class
Usage
# S4 method for LongTable
mergeAssays(object, x, y, target = x, ..., metadata = FALSE)Arguments
- object
 A
LongTableor inheriting class.- x
 character(1)A valid assay name inobject.- y
 character(1)A valid assay name inobject.- target
 character(1)Name of the assay to assign the result to. Can be a new or existing assay. Defaults tox.- ...
 Fallthrough arguments to merge.data.table to specify the join type. Use this to specify which columns to merge on. If excluded, defaults to by=assayKeys(objecty, y).
- metadata
 logicalA logical vector indicating whether to attach metadata to either assay before the merge occurs. If only one value is passed that value is used for both assays. Defaults toFALSE.