View source: R/auto-analysis.R
run_analyses | R Documentation |
Executes the predefined analysis defined in an experiment setup table
run_analyses(
definitions,
board = pins::board_temp(),
key = NULL,
gdb = NULL,
ffsea_methods = NULL,
semdata = NULL,
BPPARAM = BiocParallel::bpparam(),
...
)
definitions |
path to the comparison definition file |
board |
the pinboard to serialize the results to |
efds <- FacileData::exampleFacileDataSet()
esamples <- FacileData::with_sample_covariates(FacileData::samples(efds))
adefs <- read.csv(
system.file("extdata", "example-auto-analysis.csv",
package = "FacileIncubator"))
results <- run_analyses(adefs, samples = esamples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.