Description Usage Arguments Value See Also Examples
Calculate diffusion map in CYT
1 2 3 4 5 6 7 8 9 |
object |
a CYT object |
sigma.use |
numeric. Diffusion scale parameter of the Gaussian kernel.
One of ' |
distance |
Distance measurement method applied to data or a distance matrix/dist.
For the allowed values, see |
k |
numeric. By default is 30. |
density.norm |
logical. If TRUE, use density normalisation. See |
verbose |
logical. Whether to print calculation progress. |
... |
options to pass on to the |
A CYT object
1 2 3 4 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cyt <- runDiffusionMap(cyt, verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.