joinDataframes: Binds multiple dataframes together

Description Usage Arguments Value

View source: R/fct_join_dataframes.R

Description

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.

Usage

1
2
3
4
5
6
7
8
joinDataframes(
  forbidden_w = NULL,
  buffer_w = NULL,
  fixed_w = NULL,
  nb_samples,
  totalNbWells,
  nb_p
)

Arguments

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

Value

a dataframe containing all the special wells


HelBor/wpm documentation built on June 15, 2021, 4:16 p.m.