Skip to contents

This function checks if the provided sample in the Micronix dataset is being uploaded to an empty well.

Usage

validate_empty_micronix_well_upload(
  con,
  table_name,
  row_number_col,
  position_col,
  container_name_col,
  container_barcode_col
)

Arguments

con

A database connection object.

table_name

The name of the formatted CSV table in the database.

row_number_col

The column name representing the row number in table_name.

position_col

The column name representing the position in table_name.

container_name_col

The column name representing the Micronix container name in table_name.

container_barcode

col The column name representing the Micronix container barcode in table_name.

Value

An object of class ErrorData. If there are no errors, NULL is returned.