Description Usage Arguments Value
View source: R/crestree.functions.R
Using cross-validation criteria to select sigma parameter.
1 2 3 | sig.explore(X, W = NA, M = as.integer(ncol(X)/2), n.sample = 1,
sig.lims = seq(0.01, 0.2, 0.03), metrics = "cosine", p.power = 1,
plot = TRUE, err.cut = 0.5, n.steps = 20, n.cores = 1)
|
X |
gene (rows) vs cell (columns) expression matrix |
M |
number of principal points in pptree modeling |
n.sample |
number of sampled trees per each sigma |
sig.lims |
a vector of sigma for which cross-validation estimated |
metrics |
similarity measure. "cosine" or "euclidean" |
optimal sigma parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.