Calculate correlations between gene loadings for all factors in liger or Seurat object.
Find_Factor_Cor(object, reduction = NULL)
LIGER/Seurat object name.
reduction name to pull loadings for. Only valid if supplying a Seurat object.
correlation matrix
if (FALSE) {
factor_correlations <- Find_Factor_Cor(object = object)
}