Description Usage Arguments Details Value
View source: R/splatPop-estimate.R
Estimate gene mean and gene mean variance parameters
1 | splatPopEstimateMeanCV(params, means)
|
params |
SplatPopParams object containing parameters for the
simulation of the mean expression levels for the population.
See |
means |
data.frame of real gene means across a population, where each row is a gene and each column is an individual in the population. |
Parameters for the mean gamma distribution are estimated by fitting the mean
(across the population) expression of genes that meet the criteria (<50
samples have exp <0.1) and parameters for the cv gamma distribution are
estimated for each bin of mean expression using the cv of expression across
the population for genes in that bin. Both are fit using
fitdist
. The "Nelder-Mead" method is used to fit
the mean gamma distribution and the maximum goodness-of-fit estimation
method is used to minimise the Cramer-von Mises distance for the CV
distribution.
params object with estimated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.