FindSeuratElbow
1 2 3 4 5 6 7 | FindSeuratElbow(
object,
ndims = 25,
reduction = "pca",
print.plot = T,
min.y = 1.3
)
|
object |
A seurat object |
ndims |
The number of dims, passed to FindElbow() |
reduction |
The reduction, such as 'pca' |
print.plot |
If true, summary plots will be printed |
min.y |
The min.y, passed directly to FindElbow() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.