Transpose Matrix
Transpose the rows and columns of tab-delimited matrix data.
File Inputs (TAB/CDT Files)
This tool processes TAB and CDT tab-delimited formatted files and CDT files store data. The script also supports bulk selection and processing of files.
Command Line Interface
Usage:
java -jar ScriptManager.jar read-analysis transpose-matrix [-hV] [-z] [-l=<startCOL>]
[-o=<output>] [-r=<startROW>] <matrix>
Positional Input
This tool takes a matrix file in TAB/CDT format for input.
Output Options
Option | Description |
---|---|
-o, --output=<output> | specify output filename |
-z, --gzip | gzip output (default=false) |
Coord Start Options
Option | Description |
---|---|
-r, --start-row | row to start transposing the matrix (zero indexed) |
-l, --start-col | column to start transposing the matrix (zero indexed) |