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
Heads up, I found out that if NAs are included, then they are counted as above the threshold.
For example, I would expect that given one value at the threshold and some NAs, that the "PercentAbove" would return 0. However, as you can see, the following code counts all NAs as being above the threshold.
Heads up, I found out that if NAs are included, then they are counted as above the threshold.
For example, I would expect that given one value at the threshold and some NAs, that the "PercentAbove" would return 0. However, as you can see, the following code counts all NAs as being above the threshold.
seurat/R/utilities.R
Lines 1129 to 1131 in 41d19a8
The text was updated successfully, but these errors were encountered: