View source: R/ArchRtoSignac.R
addDimRed | R Documentation |
This function adds dimension reduction ('Harmony' and/or 'IterativeLSI') and UMAP to a SeuratObject
addDimRed(
ArchRProject,
SeuratObject,
addUMAPs = "UMAP",
reducedDims = "IterativeLSI"
)
ArchRProject |
An ArchRProject |
SeuratObject |
A Seurat object |
addUMAPs |
add UMAPs by default |
reducedDims |
'Harmony' or 'IterativeLSI' or 'IterativeLSI2', the dimension reduction to be transfered from ArchRProject to Signac SeuratObject (default is 'IterativeLSI') |
seurat_atac <- addDimRed(ArchRProject = proj, SeuratObject = seurat_atac, reducedDims = 'IterativeLSI') #reducedDims == c('IterativeLSI', 'Harmony')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.