This function returns a matrix containing all selected columns of the input matrices to fuse
Arguments
inpL
(list containing matrices or data.frames) main input (multiple matrix or data.frame objects)
mode
(character) allows choosing restricting to all common elements (mode='intersect') or union (mode='union')
useColumn
(integer, character or list) the column(s) to consider, may be 'all' to use all, integer to select specific indexes or list of indexes or colnames for cutom-selection per matrix
extrRowNames
(logical) decide whether columns with all values different (ie no replicates or max divergency) should be excluded
na.rm
(logical) suppress NAs
argL
(list of arguments)
silent
(logical) suppress messages
debug
(logical) additional messages for debugging
callFrom
(character) allow easier tracking of messages produced
See Also
mergeMatrixList, merge, mergeMatrices for separate entries