Entering edit mode
6.9 years ago
Neu
▴
10
Hi, I want to melt a geneset data to get binary interactions. How can I get this? I have mentioned below the input and output.
Thank you,
Input:
AANWWTGC_UNKNOWN 4208 481 6095
AAAYRNCTG_UNKNOWN 4052 9842 23047
AAAYWAACM_HFH4_01 4208 161753 3151
Output:
AANWWTGC_UNKNOWN 4208
AANWWTGC_UNKNOWN 481
AANWWTGC_UNKNOWN 6095
AAAYRNCTG_UNKNOWN 4052
AAAYRNCTG_UNKNOWN 9842
AAAYRNCTG_UNKNOWN 23047
AAAYWAACM_HFH4_01 4208
AAAYWAACM_HFH4_02 161753
AAAYWAACM_HFH4_03 3151
Do all the rows of your input have four columns? And are there column names?