Skip to content
Snippets Groups Projects
simSingleCellMeans.Rd 497 B
Newer Older
Luke Zappia's avatar
Luke Zappia committed
% Generated by roxygen2: do not edit by hand
Luke Zappia's avatar
Luke Zappia committed
% Please edit documentation in R/simulate-splat.R
Luke Zappia's avatar
Luke Zappia committed
\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.
}