Sunday, August 24, 2025
altExp()
slot in TreeSummarizedExperiment\[ r = \frac{ \underbrace{\sum_{i=1}^{n} (x_i - \bar{x})(y_i - \bar{y})}_{\text{numerator: covariance}} }{ \underbrace{\sqrt{\sum_{i=1}^{n} (x_i - \bar{x})^2} \;\; \sqrt{\sum_{i=1}^{n} (y_i - \bar{y})^2}}_{\text{denominator: product of standard deviations}} } \]
Multi-omics Factor Analysis (MOFA2)
IntegratedLearner
library(mia)
library(pheatmap)
# Calculate correlations
mat <- getCrossAssociation(
mae, assay.type1 = "rclr", experiment2 = 3,
assay.type2 = "signals", mode = "matrix"
)
# Visualize
pheatmap(mat)
From OMA online book, Chapter 23: Cross-association