Description Usage Arguments Value
View source: R/crestree.functions.R
Estimate optimum of expression and time of activation
1 2 3 | activation.statistics(r, mat, root, leave, genes = rownames(mat),
deriv.cutoff = 0.015, gamma = 1, n.mapping = 1,
n.cores = parallel::detectCores()/2)
|
r |
ppt.tree object |
mat |
expression matrix |
root |
root of progenitor branch of bifurcation |
genes |
genes to estimate parameters |
deriv.cutoff |
a first passage of derivative through cutoff 'deriv.cutoff' to predict activation timing |
gamma |
gamma parameter in gam function |
n.mapping |
results are averaged among n.mapping number of probabilsitic cell projections |
n.cores |
number of cores to use |
leaves |
leaves of derivative branches of bifurcation |
per gene timing of optimum and activation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.