Skip to content
Snippets Groups Projects
splatEstMean.Rd 612 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/splat-estimate.R
\name{splatEstMean}
\alias{splatEstMean}
Luke Zappia's avatar
Luke Zappia committed
\title{Estimate Splat mean parameters}
splatEstMean(norm.counts, params)
}
\arguments{
\item{norm.counts}{library size normalised counts matrix.}

\item{params}{SplatParams object to store estimated values in.}
}
\value{
SplatParams object with estimated values.
}
\description{
Estimate rate and shape parameters for the gamma distribution used to
simulate gene expression means using the 'moment matching estimation' method
of \code{\link[fitdistrplus]{fitdist}}.
}