computeDC | R Documentation |
Performs dimensionality reduction using the DiffusionMap function from the destiny package. The destiny package is presenting errors in the installation, so it is not imported in the description.
computeDC( object, assay.type = "RNA", genes.use = NULL, k = 20, sigma = "local", seed = 1 )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
genes.use |
character vector; genes used in diffusion components dimensionality reduction. The default is all genes in normalized data. |
k |
numeric; parameter k to be used by the DiffusionMap function from destiny pakcage. |
sigma |
character; parameter sigma to be used by the DiffusionMap function from destiny pakcage. |
seed |
numeric; random seed. |
CellRouter object with the dc slot updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.