Dealing with the outputs of MCL #7
Replies: 2 comments 2 replies
-
Hi Alex, I assume you are working on a linux or unix-type system. The mcl output orders clusters from large to small; I assume you are interested in the N largest clusters. E.g. if N=10 you can do
This will create files
Change |
Beta Was this translation helpful? Give feedback.
-
Hi, That can be done in all programming languages, I imagine a sequence of file read, splitting a line, and setting dictionary keys is required. Each of these should be fairly easy to find examples of in your favourite language. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am a beginner to using MCL, so I have generated the output file in the ABC format. I am wondering if there is a way to extract the clusters individually and place them in separate files. I am also wondering if there a way to limit the number of clusters that are generated.
Kind regards,
Alex
Beta Was this translation helpful? Give feedback.
All reactions