View source: R/pathway_enrichment.R
subsample_pathway_enrichment | R Documentation |
This function wraps the pathway enrichment based data transformations for use in a 'cross-validated' clustering pipeline.
Assumes a parallel backend has been registered for foreach
with registerDoParallel
.
Setting parallel
does nothing.
subsample_pathway_enrichment(
dat_list,
sub_index,
gene_id_list,
parallel = 1,
...
)
dat_list |
list of data.tables corresponding gene expression matrices where the gene names have been replaced by dimension IDs (dim1, dim2, ...). |
sub_index |
list of data.frames corresponding to cross-validation fold indicators as produced by |
gene_id_list |
list of gene name vectors of the corresponding columns in dat_list |
parallel |
ignored and set to 1 for spawned subprocesses |
... |
arguments passed on to |
list
of data.frame
s with extracted pathway features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.