Skip to content

Commit

Permalink
[Added error message]
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayHuffman committed Mar 25, 2019
1 parent 1923174 commit 20e71a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ init <- function() {
.validate(data, input)
plotdata <- .plotdata(data, input)


validate(need(nrow(plotdata) > 19, paste0('Less than 20 peptides in common')))

ggplot(plotdata, aes(Intensity)) +
facet_wrap(~Raw.file, nrow = 1) +
Expand Down

0 comments on commit 20e71a6

Please sign in to comment.