View source: R/seurat_helpers.R
create_SeuratDim | R Documentation |
Create Seurat dimension reduction objects of Tilted-CCA
create_SeuratDim(
input_obj,
what,
aligned_umap_assay = NULL,
scale_max_1 = NULL,
scale_max_2 = NULL,
seurat_obj = NULL,
seurat_assay = "RNA",
suppress_warnings = TRUE,
verbose = 0,
...
)
input_obj |
a |
what |
a character, either |
aligned_umap_assay |
either |
scale_max_1 |
numeric or |
scale_max_2 |
numeric or |
seurat_obj |
the |
seurat_assay |
the assay in |
suppress_warnings |
boolean to suppress the warning when running |
verbose |
non-negative integer |
... |
extra arguments to |
a DimReduc
SeuratObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.