Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulation.R
\name{getSubCountsTable}
\alias{getSubCountsTable}
\title{getSubCountsTable}
\usage{
getSubCountsTable(matx_Muij, matx_dispersion, replicateID, l_bool_replication)
}
\arguments{
\item{matx_Muij}{The Mu_ij matrix.}
\item{matx_dispersion}{The dispersion matrix.}
\item{replicateID}{The replication identifier.}
\item{l_bool_replication}{A boolean vector indicating the replicates.}
}
\value{
A subcounts table.
}
\description{
Get the subcounts table.
}