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
The reason will be displayed to describe this comment to others. Learn more.
@katosh they are continuous values, I was getting an error while trying to fix the continuous color plotting because np.ptp was returning an integer? I've reverted this change and it's working, i'm not able to reproduce the error anymore.
65ffb51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jordance71 How come using integers is necessary here? Aren't log-fold-changes continuous values?
65ffb51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katosh they are continuous values, I was getting an error while trying to fix the continuous color plotting because np.ptp was returning an integer? I've reverted this change and it's working, i'm not able to reproduce the error anymore.
65ffb51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, tanks!