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 computing the step of bcRanks() to obtain the ranked table, all mean values were NA. In script Ranks.R, line 148, the mean() function uses na.omit = TRUE instead of na.rm = TRUE as in following statistical functions. With this modification, the issue is solved.
The text was updated successfully, but these errors were encountered:
When computing the step of
bcRanks()
to obtain the ranked table, all mean values were NA. In script Ranks.R, line 148, themean()
function usesna.omit = TRUE
instead ofna.rm = TRUE
as in following statistical functions. With this modification, the issue is solved.The text was updated successfully, but these errors were encountered: