View source: R/interfaceFunction.R
| DoPHATE | R Documentation | 
Project trajectory-based dimensional reduction using PHATE
DoPHATE(
  object,
  reduction_use = "pca",
  reduction_save = "phate",
  dims_use = NULL,
  ...
)
| object | A Seurat or SingleCellExperiment object to be transformed. | 
| reduction_use | Prior dimensional reduction to use for calculations (i.e. pca, ica, cca, etc...). Default: pca | 
| reduction_save | Name to use for the reduction (i. e. tsne, umap, etc...). Default: phate | 
| dims_use | Dimensions from 'reduction_use' to pass to PHATE | 
| ... | Extra parameters to pass to the phate function. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.