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
if(any(is.nan(y) | is.infinite(y))) stop("Inf or NaN values encountered.")
80
-
critical_obs<-NULL
81
-
if(relax_min_obs& any(rowSums(!is.na(y)) <=3)) {
80
+
81
+
if(relax_min_obs| any(rowSums(!is.na(y)) <=3)) {
82
82
83
-
stop("Peptides with excessive NAs are detected. Please revisit your fitering step (at least 4 non-missing measurements are required for any peptide) or set relax_min_obs=TRUE.")}
84
-
else{
83
+
stop("Peptides with excessive NAs are detected. Please revisit your fitering step (at least 4 non-missing measurements are required for any peptide) or set relax_min_obs=TRUE.")
0 commit comments