Runs Seurat PCA with 10 PC and by removing the first
component. See ChromSCape::preprocessing_filtering_and_reduction()
processing_Seurat(Seu, n_dims = 50, dim_red = "pca")
Seu | A Seurat object to preprocess with Seurat. |
---|---|
n_dims | An integer specifying the number of first dimensions to keep in the dimensionality reduction step. |
dim_red | The name of the slot to save the dimensionality reduction at
each step in the |
A Seurat object with the dimensionality reduction filled
data(Seu)