R/coerceTagMatrixListFromDifferentRepsTogether.R

Defines functions coerceTagMatrixListFromDifferentRepsTogether

coerceTagMatrixListFromDifferentRepsTogether = function(x, y) {
  coerceList = list()

   for (i in 1:length(x)) {

     coerceList[[i]] = rbind(x[[i]], y[[i]])

   }

  return (coerceList)

}
WilliamSalvidge/dictyChipSeq documentation built on March 28, 2023, 1:27 a.m.