RunDiffusionMap.Rd
This function is a wrapper to run the diffusion map dimensional reduction technique via package destiny. Details on this package can be found here: https://bioconductor.org/packages/release/bioc/html/destiny.html.
RunDiffusionMap(
object,
reduction.key = "DC_",
assay = DefaultAssay(object = object),
reduction = NULL,
dims = NULL,
k = NULL,
seed = 42,
verbose = TRUE,
reduction.name = "dm"
)
A Seurat object
dimensional reduction key, specifies the string before the number for the dimension names. DC by default
Assay to pull data
Which dimensional reduction to use for the diffusion map input
Which dimensions to use as input features
Number of nearest neighbors to consider. This is passed to the function DiffusionMap
Random seed
Whether or not print running message
Name to store dimensional reduction under in the Seurat object. Default: dm
Returns a Seurat object containing a diffusion map representation