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
IPA reports p-values as -log10 transformed p-values, which can be negative. As a result, when using them as a stat_col, gsnPlotNetwork() fails because it tries to log-transform them again, leading negative infinities. This causes an error for gsnPlotNetwork().
The text was updated successfully, but these errors were encountered:
IPA reports p-values as -log10 transformed p-values, which can be negative. As a result, when using them as a stat_col, gsnPlotNetwork() fails because it tries to log-transform them again, leading negative infinities. This causes an error for gsnPlotNetwork().
The text was updated successfully, but these errors were encountered: