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

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

if (FALSE) {
factor_correlations <- Find_Factor_Cor(object = object)
}