processing_ChromSCape | R Documentation |
Runs ChromSCape LSI and removes the first
component, often driven by total library size.
See ChromSCape::preprocessing_filtering_and_reduction()
.
processing_ChromSCape(scExp, n_dims = 10, dim_red = "PCA")
scExp |
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 SingleCellExperiment object with the dimensionality reduction filled
data("scExp", package = "IDclust")
processing_ChromSCape(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.