R/rl_functions.R
dot-multi_frame_matrix_from_df.Rd
Creats a matrix with each row being a time point in a multi-frame experiment, and each column is a single well. The columns are concatenated by row (ordered A1, A2, ... B1, B2, ...).
.multi_frame_matrix_from_df(
data,
value,
time = "time",
well = "well",
arrange = FALSE
)
A dataframe with columns for the value, time and well ID.
Name of the column which contains the values for the matrix.
Name of the column which defines the time points for the frames (rows) of the matrix.
Name of the column which contains the well IDs of the samples.
Logical, whether to return a dataframe arranged by time and well.
a matrix, with