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
Sometimes, when the effect is strong, many p-values are set to 0. Sorting them does not rank gene sets properly. I suggest sorting by the normalized score instead. In this case the last line should be: .sort_values("norm", key=np.abs, ascending=False)
Additionally, I would suggest plotting scores instead of p-values or at least showing the directionality of the score by color
The text was updated successfully, but these errors were encountered:
The following code block can lead to an analysis problem:
Sometimes, when the effect is strong, many p-values are set to 0. Sorting them does not rank gene sets properly. I suggest sorting by the normalized score instead. In this case the last line should be:
.sort_values("norm", key=np.abs, ascending=False)
Additionally, I would suggest plotting scores instead of p-values or at least showing the directionality of the score by color
The text was updated successfully, but these errors were encountered: