-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I would like to report an issue (or maybe my lack of understanding) on
Line 23 in 29fe555
| min_score = min([score for score in heat.values() if score > 0]) |
This line is where my execution of HotNet2 halts. Further check revealed that none of values in "heat.values()" is larger than 0. In turn, it produces an empty list and "min" function raise s an exception.
If all values are zero (which is the case for me), it means that none of genes on that specific subnetwork have heat. So I wonder how this subnetwork became a significant hit. Thats where my confusion starts.
Would you please help figure out what I am missing?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels