.initialize_theta | R Documentation |
Creates a container with initial theta parameter estimates
.initialize_theta(n, K, alpha0 = NULL, alpha1 = NULL, sig0 = NULL, sig1 = NULL, tau = NULL)
n |
Number of samples |
K |
Number of cell types |
alpha0 |
Default NULL. Initial mean methylation level in unmethylated regions |
alpha1 |
Default NULL. Initial mean methylation level in methylated regions |
sig0 |
Default NULL. Initial var methylation level in unmethylated regions |
sig1 |
Default NULL. Initial var methylation level in methylated regions |
tau |
Default NULL. Initial var for measurement error |
A data frame with initial parameter estimates
to be used in .initializeMLEs()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.