View source: R/generate_experiment_list.R
generate_experiment_list | R Documentation |
generate_experiment_list
generates a list of provided experiment names extracted
from file names.
ask_experiment_list
works the same way as generate_experiment_list
, but retrieves the
experiment names based on a user prompt instead of user-set parameters.
generate_experiment_list(experiment_names, file_list)
ask_experiment_list(file_list)
experiment_names |
A character vector containing names for each experiment. |
file_list |
A character vector of file IDs. Used to extract experiment IDs from. |
generate_experiment_list
extracts unique identifiers from file names and matches them with the
provided experiment names. If the number of experiment names does not match the number
of unique identifiers extracted from the file names, it throws an error. If the lengths match,
it generates a list of experiment names where each name is associated with a unique
identifier extracted from the file names.
generate_experiment_list
returns a list of experiment names where each level is assigned to a corresponding
row or column based on the selected direction parameter.
ask_experiment_list
returns a list containing experiment identifiers as keys and experiment names as values.
generate_group_list
, ask_group_list
,
add_treatment
, add_concentration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.