rrda0.2.3 package

Ridge Redundancy Analysis for High-Dimensional Omics Data

Bhat_mat_rlist

Generate a list of rank-specific Bhat matrices (the coefficient of Rid...

get_Bhat_comp

Compute the components of the coefficient Bhat using SVD.

get_lambda

Estimate an appropriate value for the ridge penalty (lambda).

get_rlist

Generate rank-specific matrices by combining the left and right compon...

MSE_lambda_rank

Compute MSE for different ranks of the coefficient Bhat and lambda.

rdasim1

Generate simulated data for Ridge Redundancy Analysis (RDA).

rdasim2

Generate simulated data for Ridge Redundancy Analysis (RDA).

rrda.coef

Calculate the Bhat matrix from the return of the rrda.fit function.

rrda.cv

Cross-validation for Ridge Redundancy Analysis

rrda.fit

Calculate the coefficient Bhat by Ridge Redundancy Analysis.

rrda.heatmap

Heatmap of the results of cross-validation for Bhat obtained from the ...

rrda.plot

Plot the results of cross-validation for Bhat obtained from the `rrda....

rrda.predict

Calculate the predicted matrix Yhat using the coefficient Bhat obtaine...

rrda.summary

Summarize the results of cross-validation for the coefficient Bhat obt...

rrda.top

Top feature interactions visualization with rank and lambda penalty

sqrt_inv_d2_lambda

Compute the square root of the inverse of (d^2 + lambda).

unbiased_scale

Scale a matrix using unbiased estimators for the mean and standard dev...

unscale_matrices

Unscale a matrix based on provided mean and standard deviation values.

unscale_nested_matrices_map

Apply unscaling to a nested list of matrices using specified mean and ...

Yhat_mat_rlist

Generate a list of rank-specific Yhat matrices.

Efficient framework for ridge redundancy analysis (rrda), tailored for high-dimensional omics datasets where the number of predictors exceeds the number of samples. The method leverages Singular Value Decomposition (SVD) to avoid direct inversion of the covariance matrix, enhancing scalability and performance. It also introduces a memory-efficient storage strategy for coefficient matrices, enabling practical use in large-scale applications. The package supports cross-validation for selecting regularization parameters and reduced-rank dimensions, making it a robust and flexible tool for multivariate analysis in omics research. Please refer to our article (Yoshioka et al., 2025) for more details.

  • Maintainer: Julie Aubert
  • License: GPL (>= 3)
  • Last published: 2025-10-15