Learn R Programming

scCustomize (version 3.0.0)

Find_Factor_Cor: Find Factor Correlations

Description

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

Usage

Find_Factor_Cor(object, reduction = NULL)

Value

correlation matrix

Arguments

object

LIGER/Seurat object name.

reduction

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

Examples

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

Run the code above in your browser using DataLab