CommonLoadingSDAMat: Combine loading matrices across multiple SDA runs

View source: R/SDA_util.R

CommonLoadingSDAMatR Documentation

Combine loading matrices across multiple SDA runs

Description

This function takes a list of SDA runs and returns a matrix of loadings that are common across all runs.

Usage

CommonLoadingSDAMat(sdaRuns)

Arguments

sdaRuns

A list of SDA runs, each containing a loadings matrix.

Value

A matrix of loadings that are common across all SDA runs.

Examples

## Create a matrix of common loadings across multiple SDA runs
my_loadings <- CommonLoadingSDAMat(sdaRuns = my_sda_runs)


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.