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
So I've run into this problem a few times but I thought I would reach out just in case anyone knew how to overcome this issue. I'm comparing the overlap between lists and I have two lists where one is a subset of another and believe this is why I am getting the following error:"Error in seq.default(min(x, na.rm = na.rm), max(x, na.rm = na.rm), length = breaks) :
'to' must be a finite number"
Like I said I've run into this before but I would really like to keep these 2 lists on the same heatmap. If anyone has any tricks or advice it would be much appreciated.
The text was updated successfully, but these errors were encountered:
I've also run into this problem. There doesn't seem to be a get method for that portion of the GeneOverlapMatrix object, so it cannot be changed after the fact. Any assistance would be appreciated
Hi @sthudium25 and @kevwilhelm95 I am the current package maintainer but at the moment I don't have the time to think about the issue and then fix it. An suggestion on how to fix or a pull request would be welcome.
Hi all,
So I've run into this problem a few times but I thought I would reach out just in case anyone knew how to overcome this issue. I'm comparing the overlap between lists and I have two lists where one is a subset of another and believe this is why I am getting the following error:"Error in seq.default(min(x, na.rm = na.rm), max(x, na.rm = na.rm), length = breaks) :
'to' must be a finite number"
Like I said I've run into this before but I would really like to keep these 2 lists on the same heatmap. If anyone has any tricks or advice it would be much appreciated.
The text was updated successfully, but these errors were encountered: