Entering edit mode
2.5 years ago
Sarah
•
0
I have 2 files, both with 10144 rows and 105 columns. Two matrices with sequencing TPM values for 105 samples with first column as gene names. There are 10144 genes (rows) for 105 samples (columns)
I want the new file to have 105 rows (columns transposed into rows) and the genes as columns. Same genes from both files be placed alternatively (side by side) separated by tab, making it 20288 columns. for eg
A2ml1(file1)\t\A2ml2(file2)\t\A3galt2(file1)\t\A3galt2(file2)...
Please help