Description Usage Arguments Value
View source: R/MultiK_Helper.R View source: R/MultiK.R
MultiK main algorithm: takes a preprocessed gene expression matrix as input. Then subsamples 80% of the cells and applies standard Seurat pipeline on the subsampled data matrix 100 times over multiple resolution parameters.
1 2 3 4 5 6 7 8 |
seu |
A Seurat object with normalized count |
resolution |
A vector Seurat resolution parameters. Default is from 0.05 to 2 with step size of 0.05 |
nPC |
Number of principal components to use in clustering |
reps |
Number of subsampling runs. Integer value. Default is 100 |
pSample |
Proportion of cells to sample. Numerical value. Default is 0.8 |
seed |
Optional numerical value. This sets a random seed for generating reproducible results |
A list with components: k is a vector of number of runs for each K. clusters is a list containing the clustering labels for each subsampling run at each resolution parameter. consensus is a list containing a consensus matrix for each K.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.