.matrixDiffWithRecycling {GenomicTuples} | R Documentation |
Compute column-wise difference of matrices with possibly different number of rows. Do this by iterating over columns, treating them as vectors and then using R's native vector recycling.
.matrixDiffWithRecycling(x, y)