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
stop("After dropping features with no expression variation, less than 2 features were left. This error can occur when using data from only 1 spot.", call.=FALSE)
20
+
if (length(good_indices) <1) {
21
+
stop("After dropping features with no expression variation, no features were left. This error can occur when using data from only 1 spot.", call.=FALSE)
0 commit comments