generate_group_list {microdiluteR} | R Documentation |
Generate list of group IDs from user parameters
Description
generate_group_list
generates a list of provided group IDs extracted
from file IDs.
ask_group_list
works the same way as generate_group_list
, but retrieves the
group IDs based on a user prompt instead of user-set parameters.
Usage
generate_group_list(group_names, file_list)
ask_group_list(file_list)
Arguments
group_names |
A character vector containing IDs for each group. |
file_list |
A character vector of file IDs. Used to extract group IDs from. |
Details
generate_group_list
extracts unique identifiers from file IDs and matches them with the
provided group IDs. If the number of group IDs does not match the number
of unique identifiers extracted from the file IDs, it throws an error. If the lengths match,
it generates a list of group IDs where each ID is associated with a unique
identifier extracted from the file IDs.
Value
generate_group_list
returns a list of group IDs where each level is assigned to a corresponding
row or column based on the selected direction parameter.
ask_group_list
returns a list containing group identifiers as keys and group IDs as values.
See Also
generate_experiment_list
, ask_experiment_list
,
add_treatment
, add_concentration