Description Usage Arguments Examples
Estimate hyperparameters for model using empirical Bayes.
1 2 | estimate.hyper(dl, sigma.tau = 0.5, length.scale = NULL,
model.name = "exact", adjust.cell.sizes = TRUE)
|
dl |
de.lorean object |
sigma.tau |
Noise s.d. in temporal dimension, that is prior s.d. for tau |
length.scale |
Length scale for stationary GP covariance function. Defaults to the range of the observed capture times. |
model.name |
The model's name:
|
adjust.cell.sizes |
Adjust by the cell sizes for better estimates of the hyperparameters |
1 2 3 | data(WindramDeLorean)
dl <- de.lorean(windram.expr, windram.gene.meta, windram.cell.meta)
dl <- estimate.hyper(dl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.