.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.

Description

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.

Usage

.matrixDiffWithRecycling(x, y)

[Package GenomicTuples version 1.27.1 Index]