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