Newer
Older
\name{simSingleCellMeans}
\alias{simSingleCellMeans}
\title{Simulate single population cell means}
\usage{
simSingleCellMeans(sim, params)
}
\arguments{
\item{sim}{SCESet to add cell means to.}
\item{params}{splatParams object with simulation parameters.}
}
\value{
SCESet with added cell means.
}
\description{
Simulate a gene by cell matrix giving the mean expression for each gene in
each cell.
}