Plate well position creator (Component - config)

This is a component on generating well position from row and column values. String, double and integer data types are accepted, and row column can take in either numerical values (e.g. 1, 2, 3 etc.) or letters (a, b, c etc., case-independent). Plate format up to 1536-well plate is supported.

User inputs are:
a) The column containing row values (string, double or integer)
b) The column containing column values (string, double or integer)
c) Whether the source columns containing row and columns values should be removed or not
d) Whether a sortable format (e.g. A01 instead of A1) should be used or not

Note - the dictionary of alphanumeric combinations (from A to ZZ) can also be expressed in a R language, e.g. viz.
knime.out <- matrix(c(LETTERS, c(t(outer(LETTERS, LETTERS, paste, sep = "")))))

Options

Use sortable format (e.g. A01 instead of A1)
Use sortable format (e.g. A01 instead of A1)
Remove source columns
Remove input column and row values
Select plate column
Select plate column values in string, integer or double format
Select plate row
Select plate row values in string, integer or double format

Input Ports

Icon
Table with plate rows and columns

Output Ports

Icon
Output with well positions created

Nodes

Extensions

Links