Description
Hi,
If I set the --largest
to the default (100), I got more than 2000 modules and the size of all modules was smaller than or equal to 100. And if setting the --largest
to the total number of genes, I just got ~30 modules, and the biggest one can be 20000 nodes. When I changed the value of --largest
, the other parameters were the same.
Based on the manual, I thought the --largest
means that the max size of output modules should smaller than the value I set, and those larger than the value should be discarded. However, as I mentioned above, it does more than just limit the module size of the output.
I am wondering why the default was 100 and if I don't want to limit the module size of output how should I set the parameters in MONET?
Thank you so much!