Newer
Older
\name{simTrueCounts}
\alias{simTrueCounts}
\title{Simulate true counts}
\usage{
simTrueCounts(sim, params)
}
\arguments{
\item{sim}{SCESet to add true counts to.}
\item{params}{splatParams object with simulation parameters.}
}
\value{
SCESet with added true counts.
}
\description{
Simulate a true counts matrix. Counts are simulated from a poisson
distribution where Each gene in each cell has it's own mean based on the
group (or path position), expected library size and BCV.
}