View source: R/run_tucker_ica.R
get_one_factor | R Documentation |
Get the donor scores and loadings matrix for a single-factor
get_one_factor(container, factor_select)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
factor_select |
numeric The number corresponding to the factor to extract |
A list with the first element as the donor scores and the second element as the corresponding loadings matrix for one factor.
f1_res <- get_one_factor(test_container, factor_select=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.