Introduction:
This tool takes a matrix data as
input, and perform transpose
operation.
Input files:
1.
Matrix data in Tab-delimited txt
format, like peak table etc..
For example:
|
AlignID |
STDmix_GC_01 |
STDmix_GC_02 |
STDmix_GC_03 |
|
1 |
1486892478 |
561322777 |
3448620272 |
|
Nitrogen
dioxide |
5492977592 |
684434115 |
3265669981 |
|
Ethanol,
2-fluoro- |
2265686433 |
4182838129 |
4365291513 |
|
3-Pentanone,
2,2,4,4-tetramethyl- |
13390154 |
12612932 |
21155307 |
|
Hydrazine |
14588107 |
8510918 |
7224351 |
Output files:
1.
'transposed_matrix.txt', transposed matrix data in Tab-delimited txt format.
For example:
|
AlignID |
1 |
Nitrogen
dioxide |
Ethanol,
2-fluoro- |
3-Pentanone,
2,2,4,4-tetramethyl- |
Hydrazine |
|
STDmix_GC_01 |
1486892478 |
5492977592 |
2265686433 |
13390154 |
14588107 |
|
STDmix_GC_02 |
561322777 |
684434115 |
4182838129 |
12612932 |
8510918 |
|
STDmix_GC_03 |
3448620272 |
3265669981 |
4365291513 |
21155307 |
7224351 |