Description Usage Arguments Value
View source: R/fct_join_dataframes.R
Function that merges dataframes that contain wells of different types. To do this, it verifies that all the conditions provided are compatible with each other in order to be able to launch WPM on this data.
1 2 3 4 5 6 7 8 | joinDataframes(
forbidden_w = NULL,
buffer_w = NULL,
fixed_w = NULL,
nb_samples,
totalNbWells,
nb_p
)
|
forbidden_w |
dataframe, the forbidden wells |
buffer_w |
datarame, the buffer wells |
fixed_w |
dataframe, the quality control wells |
nb_samples |
numeric, the number of samples to place using the backtracking algorithm. |
totalNbWells, |
numeric, the total number of wells that can be filled. |
nb_p |
numeric, number of plates to fill |
a dataframe containing all the special wells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.