You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should check for p-value of 0 before converting to heat via "negative_log" option. Ideally, there would be a flag to set ceiling of p-value/heat(negative_log).
The text was updated successfully, but these errors were encountered:
In tables.py:convert_to_heat() it looks like a kwargs arguments were added to let caller set floor and ceiling values "negative_log" option. These arguments are floor and ceiling respectively.
Should check for p-value of 0 before converting to heat via "negative_log" option. Ideally, there would be a flag to set ceiling of p-value/heat(negative_log).
The text was updated successfully, but these errors were encountered: