Newer
Older
% Please edit documentation in R/mock_rnaseq.R
\name{replicateMatrix}
\alias{replicateMatrix}
}
\arguments{
\item{matrix}{Matrix to replicate}
\item{replication_matrix}{Replication matrix}
}
\value{
Replicated matrix
}
\description{
Replicates a matrix based on a replication matrix.
}
\examples{
matrix <- matrix(1:9, nrow = 3, ncol = 3)
replication_matrix <- matrix(TRUE, nrow = 3, ncol = 3)