runSeurat | R Documentation |
Run Seurat analysis
runSeurat(object, ...)
## S4 method for signature 'Seurat'
runSeurat(
object,
regressCellCycle = c("s-g2m-diff", "yes", "no"),
varsToRegress = c("nCount_RNA", "mitoRatio"),
dims = "auto",
resolution = seq(from = 0.2, to = 1.2, by = 0.2),
workers = "auto"
)
## S4 method for signature 'SingleCellExperiment'
runSeurat(object, ...)
object |
Object. |
... |
Additional arguments. |
regressCellCycle |
Refer to the Seurat cell-cycle regression vignette for details. |
varsToRegress |
|
dims |
|
resolution |
Currently supported:
|
workers |
|
Seurat
.
Updated 2023-09-21.
https://github.com/satijalab/seurat/wiki
https://satijalab.org/seurat/essential_commands.html
https://satijalab.org/seurat/v3.1/cell_cycle_vignette.html https://satijalab.org/seurat/v3.0/future_vignette.html
https://satijalab.org/seurat/v3.1/pbmc3k_tutorial.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.