Skip to content

Commit

Permalink
update define_samples
Browse files Browse the repository at this point in the history
  • Loading branch information
cbroeckl committed May 23, 2024
1 parent 9116543 commit 0396230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/rc.feature.filter.cv.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ define_samples <- function(ramclustObj, tag, return.logical = FALSE) {
samples <- samples[which(samples <= nrow(ramclustObj$MSdata))]
}


if (length(samples) == 0) {
stop("no QC samples found using the tag ", "'", tag, "'", "\n")
}
Expand Down
4 changes: 3 additions & 1 deletion man/define_samples.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0396230

Please sign in to comment.