Description Usage Arguments Value Examples
Predict new data points using an existing DiffusionMap. The resulting matrix can be used in the plot method for the DiffusionMap
1 | dm_predict(dm, new_data, ..., verbose = FALSE)
|
dm |
A |
new_data |
New data points to project into the diffusion map. Can be a matrix, data.frame, ExpressionSet, or SingleCellExperiment. |
... |
Passed to |
verbose |
Show progress messages? |
A nrow(new\_data) \times ncol(eigenvectors(dif)) matrix of projected diffusion components for the new data.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.