Description Usage Arguments Value
Run non-parametric bootstrapping for critical transition index values and a grouping variable
1 2 | bootstrap_transition_index(object, exprs_values, grouping,
features = NULL, n = 20, R = 999, ...)
|
object |
A SingleCellExperiment object. |
exprs_values |
String indicating which assay contains the data that should be used to calculate IC. |
grouping |
A single character indicating the column of |
features |
A character vector (of feature names), a logical vector or numeric vector (of indices) specifying the features to use for calculation. The default of NULL will use all features. |
n |
The subsample size for non-parametric bootstrapping. |
R |
The bootstrapping size. |
... |
Additional parameters passed to |
A matrix with all bootstrap samples per grouping level (R
rows, length(levels(group))
columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.