Description Usage Arguments Value
Perform clustering on Seurat object
1 2 3 4 5 6 7 8 9 | runClustering(
object,
output.dir,
ndims,
dims,
resolution,
no.plot,
sctransform
)
|
object |
A Seurat object |
output.dir |
Path to the destination folder of saved files |
ndims |
Number of dimensions to plot standard deviation for |
dims |
Which dimensions to use as input features, used only if
|
resolution |
Value of the resolution parameter, use a value above (below) 1.0 if you want to obtain a larger (smaller) number of communities. |
no.plot |
If set, run the pipeline without saving the plots |
sctransform |
If set, use SCTransform normalization |
A Seurat object with cells clustered and some cluster visualizations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.