View source: R/get_objects_run_hourglass.R
get_datasets | R Documentation |
Prepare dataset objects: samples, patients (and imputed datasets) based on user options.#'
get_datasets(comparisons, datasets = NULL)
comparisons |
A data frame containing comparisons to run compatible with run_hourglass function (i.e. column names are options, rows are each comparison to run). See ?get_comparisons for more info. |
datasets |
Optional. List of 2 elements 1) samples, 2) patients, which are the dataset objects for BySample and ByPatient analysis respectively. |
Returns a list of 4 dataset objects with names: "samples", "samples_imp", "patients", "patients_imp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.