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(paste0("More than one batch found for this subject: ", test_id))
}
In some cases the same subject may be included across multiple batches, particularly for CyTOF datasets, for batch correction purposes
Proposed solution:
In those cases, a warning should be issued and a new subject id created for these in the format [batch]_[subject] which should allow for the existing code to run as is
clustOpt/R/clustOpt.R
Lines 310 to 317 in 2a51c01
Proposed solution: