Galaxy | Tool Preview

table arithmetics (version 2.2.3+galaxy1)
The input dataset in CSV, TSV, tabular, or Parquet format.
The column from the dataset to perform the arithmetic operation on.
The arithmetic operation to perform on the selected column. Choose from Multiply, Subtract, Divide, Add, or Power.
The operand value to use in the arithmetic operation. This value will be applied to each element in the selected column.

This tool performs arithmetic operations on a specified column of a dataframe. Supported operations are: multiply, subtract, divide, add, and power.

Inputs

  • Input Dataset: The input dataset in CSV, TSV, tabular, or Parquet format.
  • Column: The column from the dataset to perform the arithmetic operation on. Select the column by its header name.
  • Arithmetic Operation: The arithmetic operation to perform on the selected column. Choose from Multiply, Subtract, Divide, Add, or Power.
  • Operand: The operand value to use in the arithmetic operation. This value will be applied to each element in the selected column.

Outputs

  • Output Dataset: The output dataset with the arithmetic operation applied to the specified column.