Numerical annotation rows
1 General
- Type: - Matrix Processing
- Heading: - Annot. rows
- Source code: CreateNumericalAnnotRow.cs
1.1 Brief description
Add or edit numerical annotation rows. This could for instance define the times of samples for time series data.
Output: Same matrix with numerical annotation row added or modified.
2 Parameters
2.1 Action
Defines the action that should be applied to a numerical annotation row (default: Create). The action can be selected from a predefined list:
- Create
- Edit
- Rename
- Delete
Each of the above listed options has different parameters, which are explained below in more detail and grouped according to the action.
2.1.1 Create
2.1.1.1 Row name
This parameter is just relevant, if “Action” is set to “Create”. It defines the name of the new generated numerical annotation row (default: Quantity1).
2.1.1.2 Here: Column 1 … Column 12
This parameter is just relevant, if “Action” is set to “Create”. For each of the expression columns in the matrix the numerical value of that column in the numerical annotation row can be specified (default: each expression column has an own numerical group indicated by a number).
2.1.2 Edit
2.1.2.1 Numerical row
This parameter is just relevant, if “Action” is set to “Edit”. It specifies the selected numerical row that should be edited (default: first numerical column in the matrix).
2.1.2.2 Here: Column 1…Column 12
This parameter is just relevant, if “Action” is set to “Edit”. For each of the expression columns in the matrix the value in the numerical row can be edited by typing into the defined text field after the column name (default: numerical value of each expression column in that row).
2.1.3 Rename
2.1.3.1 Numerical row
This parameter is just relevant, if “Action” is set to “Rename”. It specifies the selected numerical row that should be renamed (default: first numerical row in the matrix).
2.1.3.2 New name
This parameter is just relevant, if “Action” is set to “Rename”. It defines the new name of the numerical row (default: empty).
2.1.3.3 New description
This parameter is just relevant, if “Action” is set to “Rename”. It defines the new description of the numerical row (default: empty).
2.1.4 Delete
2.1.4.1 Numerical row
This parameter is just relevant, if “Action” is set to “Delete”. It specifies the selected categorical row that should be deleted (default: first category row in the matrix).