R/GSEA-by-boot.R
applyFlat.Rd
When x is an array of order K, and y is an array of order K-1, whose dimensions otherwise agree, apply FUN by recycling y as necessary over dimension K of x.
applyFlat(x, y, FUN = "-")
array, order K
array, order K-1
vectorized binary operation
array, order K equal to FUN(x,y)