Score a cluster-robust ensemble of rCLR, ALR, and ILR-style components
Source:R/singlesample-provenance-aware-scoring.R
score_cluster_robust_ensemble.RdThe sample-level score is the row mean of robustly scaled rCLR, ALR, and simple ILR component scores. Cluster-robust confidence intervals are not a property of a single score vector; the benchmark script estimates them by resampling cohort/provenance clusters across held-out folds.
Usage
score_cluster_robust_ensemble(
expr,
meta,
panel,
cohort_col = "cohort",
block_col = "provenance_block",
pseudocount = NULL
)