Galaxy | Tool Preview

Transpose (version 1.0.6)

TIP: Input data must be TAB delimited. If the desired dataset does not appear in the input list, use Text Manipulation->Convert to convert it to Tabular type.


Syntax

This tools transposes (swaps) rows/columns in a tabular input file.


Example

Input file:

Genes   NOX1  DcP  HH
Sample  A1    A2   B3
Counts  514   542  490

Output file:

Genes  Sample  Counts
NOX1   A1      514
DcP    A2      542
HH     B3      490

GNU Datamash is a Free and Open Source Software, see more details on the Datamash Website.

GNU Datamash is also available as a command-line program, see http://www.gnu.org/software/datamash/download/ .

For more details about supported statistical operations, see Datamash website.