We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5019cde commit f0143cfCopy full SHA for f0143cf
R/LFQData.R
@@ -128,7 +128,7 @@ LFQData <- R6::R6Class(
128
#' remove proteins with less than X peptides
129
#' @return self
130
filter_proteins_by_peptide_count = function(){
131
- message("removing proteins with less than",
+ message("removing proteins with less than: ",
132
self$config$parameter$min_peptides_protein,
133
" peptpides")
134
self$data <- prolfqua::filter_proteins_by_peptide_count(self$data, self$config)$data
0 commit comments