Skip to contents

Extract the logs from an Echo object and formats them as a table. The exportLogs function sets the column names expected by the Echo Plate Reformat software and discards the what column.

Usage

showLogs(echo)

# S4 method for Echo
showLogs(echo)

exportLogs(echo)

# S4 method for Echo
exportLogs(echo)

Arguments

echo

An Echo object.

See also

Examples

showLogs(exampleEcho)
#>   from  to vol   what
#> 1  A01 A01  50   dNTP
#> 2  A01 A02 100   dNTP
#> 3  A03 A01  50 buffer
exportLogs(exampleEcho)
#>   Source well Destination well Transfer volume
#> 1         A01              A01              50
#> 2         A01              A02             100
#> 3         A03              A01              50