Description Usage Arguments Value
View source: R/crestree.functions.R
Sample pptree objects using bootstrap
1 2 | bootstrap.ppt(..., X, M = ncol(X), n.cores = parallel::detectCores()/2,
n.samples = n.cores, seed = NULL, replace = T)
|
X |
expression matrix of genes (rows) and cells (columns). |
M |
number of principal points of pptree. |
n.samples |
a number of seed samplings. |
replace |
sampling with replacement (logical). |
a list of pptree objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.