wrapper.pca | R Documentation |
Compute the PCA
wrapper.pca(obj, var.scaling = TRUE, ncp = NULL)
obj |
xxx |
var.scaling |
The dimensions to plot |
ncp |
xxxx |
A xxxxxx
Samuel Wieczorek
utils::data(Exp1_R25_prot, package='DAPARdata') obj <- Exp1_R25_prot[1:1000] level <- obj@experimentData@other$typeOfData metacell.mask <- match.metacell(GetMetacell(obj), 'missing', level) indices <- GetIndices_WholeMatrix(metacell.mask, op='>=', th=1) obj <- MetaCellFiltering(obj, indices, cmd='delete') res.pca <- wrapper.pca(obj$new)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.