Transpose

Author

Cox Lab

Published

June 27, 2024

1 General

  • Type: - Matrix Processing
  • Heading: - Rearrange
  • Source code: Transpose.cs

2 Brief description =====

The matrix of expression values is being transposed, i.e. rows become columns and columns become rows.

Output: The transpose of the matrix of expression values. One string column can be selected to become the new column names.

3 Parameters

3.1 New column names

Selected text column that specifies the new column names of the transposed matrix (default: first text column in the matrix).

4 Parameter window