miheerdew/cbce

Pass correlations from cor-backend to Summary P-val

Closed this issue · 1 comments

cbce/R/cbce.R

Line 266 in f3cc6b0

log.pval <- summary_pval(X[, B0$x, drop=FALSE],

Currently summary-pval recalculates the correlations. Could this be causing a significant slowdown for large bimodules? Passing the chached correlations from the backend might help.

No evidence that this is the bottle neck. Won't fix for now.