Subtract row cluster
1 General
- Type: - Matrix Processing
- Heading: - Normalization
- Source code: SubtractRowCluster.cs
2 Brief description
Subtract the average pattern of the selected rows from all rows.
Output: Normalized expression matrix.
3 Parameters
3.1 Indicator column
Selected categorical column that should be used for filtering the rows that should be used to calculate the subtrahend for the normalization (default: first categorical column in the matrix).
3.2 Value
Specifies the value/text term that will be searched in the previously defined “Indicator column” (default: +). The average of rows containing the value/text term is subtracted from all other rows.