View source: R/Seurat.utils.less.used.R
removeScaleData | R Documentation |
Remove Scale Data from Seurat Objects
removeScaleData(ls.obj)
ls.obj |
A list of Seurat objects. |
A list of Seurat objects with scale.data
slot removed from RNA assays.
# Assuming `seuratList` is a list of Seurat objects
seuratList <- removeScaleData(seuratList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.