View source: R/dimReductions.R
Title
1 2 3 4 5 6 7 | reduce_dimension_spatial(
se,
method = c("NNMF"),
rank = 20,
verbose = TRUE,
...
)
|
se |
A SpatialExperiment object |
method |
Pattern discovery method. Must be one of c("NNMF"). [default: "NNMF"] |
rank |
Where applicable, the number of dimensions to reduce into (e.g. 'k') [default: 20] |
verbose |
A logical indicating verbose output. [default: FALSE] |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.