DefaultDimReduc: Find the default DimReduc

Description Usage Arguments Value Author(s) References

View source: R/seurat_util.R

Description

Searches for DimReducs matching 'umap', 'tsne', or 'pca', case-insensitive, and in that order. Priority given to DimReducs matching the DefaultAssay or assay specified (eg. 'pca' for the default assay weights higher than 'umap' for a non-default assay)

Usage

1
DefaultDimReduc(object, assay = NULL)

Arguments

object

A Seurat object

assay

Name of assay to use; defaults to the default assay of the object

Value

The default DimReduc, if possible

Author(s)

Paul Hoffman

References

https://github.com/satijalab/seurat-wrappers/wiki/Code-Guidelines


Wang-Cankun/rDeepMAPS documentation built on Jan. 28, 2022, 7:10 a.m.