Skip to content
Snippets Groups Projects
getCountsTable.Rd 607 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Please edit documentation in R/simulation.R
Arnaud Duvermy's avatar
Arnaud Duvermy committed
\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
}