Common / Transpose matrix
Description
Given a matrix X in tsv format returns the transpose of X, with or without header.
Parameters
- Does the first column have rownames. If the argument is given incorrectly (has rownames = no, but there are rownames), will raise an error.
- How many digits is used to display floating point numbers. Default = 7, min = 1, max = 22.
Output
Transposed matrix that has the same name as the input matrix.