.multi_frame_matrix_from_df | R Documentation |
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
)
data |
A dataframe with columns for the value, time and well ID. |
value |
Name of the column which contains the values for the matrix. |
time |
Name of the column which defines the time points for the frames (rows) of the matrix. |
well |
Name of the column which contains the well IDs of the samples. |
arrange |
Logical, whether to return a dataframe arranged by time and well. |
a matrix, with
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.