RunSeuratWnn | R Documentation |
Perform Seurat WNN on CiteSeq
RunSeuratWnn(
seuratObj,
dims.list = list(1:30, 1:18),
assayName = "ADT",
reduction.list = list("pca", paste0("pca.", tolower(assayName)))
)
seuratObj |
The seurat object |
dims.list |
Passed directly to Seurat::FindMultiModalNeighbors |
assayName |
The assay to use |
reduction.list |
Passed directly to Seurat::FindMultiModalNeighbors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.