Find_Factor_Cor: Find Factor Correlations

View source: R/LIGER_Utilities.R

Find_Factor_CorR Documentation

Find Factor Correlations

Description

Calculate correlations between gene loadings for all factors in liger or Seurat object.

Usage

Find_Factor_Cor(object, reduction = NULL)

Arguments

object

LIGER/Seurat object name.

reduction

reduction name to pull loadings for. Only valid if supplying a Seurat object.

Value

correlation matrix

Examples

## Not run: 
factor_correlations <- Find_Factor_Cor(object = object)

## End(Not run)


samuel-marsh/scCustomize documentation built on Dec. 20, 2024, 7:41 a.m.