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