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
When I run this code:
gene.mean <- apply(X = data, MARGIN = 1, FUN = ExpMean)
The maximum value of gene.mean returned is Inf.
How do I handle the Inf value, can I set Inf to the second largest value?