% Generated by roxygen2: do not edit by hand % Please edit documentation in R/simulation.R \name{getCountsTable} \alias{getCountsTable} \title{getCountsTable} \usage{ getCountsTable(matx_Muij, matx_dispersion, matx_bool_replication) } \arguments{ \item{matx_Muij}{Matrix of mean expression values for each gene and sample} \item{matx_dispersion}{Matrix of dispersion values for each gene and sample} \item{matx_bool_replication}{Replication matrix indicating which samples are replicated} } \value{ A counts table containing simulated read counts for each gene and sample } \description{ getCountsTable }