Generate LIMMA Combination Results
get_limma_combos_results.Rd
Computes results for various combinations of data, design matrices, and spline configurations using the LIMMA method.
Usage
get_limma_combos_results(
datas,
rna_seq_datas,
metas,
designs,
modes,
condition,
spline_test_configs,
feature_names,
adj_pthresholds,
padjust_method
)
Arguments
- datas
A list of matrices.
- rna_seq_datas
A list of RNA-seq data objects, such as the voom object derived from the limma::voom function.
- metas
A list of metadata corresponding to the data matrices.
- designs
A list of design matrices.
- modes
A character vector containing 'isolated' or 'integrated'.
- condition
A single character string specifying the condition.
- spline_test_configs
A configuration object for spline tests.
- feature_names
A character vector of feature names.
- adj_pthresholds
A numeric vector with elements > 0 and < 1.
- padjust_method
A single character string specifying the p-adjustment method.