Skip to content

Commit

Permalink
Implementing beta fitting during peak filling
Browse files Browse the repository at this point in the history
  • Loading branch information
wkumler committed Nov 21, 2023
1 parent db92755 commit 42e0ab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/functions-XCMSnExp.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ dropGenericProcessHistory <- function(x, fun) {
if (is.na(meanMz)) meanMz <- mtx[maxi[1], 2]
res[i, "mz"] <- meanMz

# if(verboseBetaColumns){
if(TRUE){
if("beta_cor"%in%cn){
beta_vals <- .get_beta_values(mtx[,3])
res[i, "beta_cor"] <- beta_vals$best_cor
res[i, "beta_snr"] <- beta_vals$beta_snr
Expand Down

0 comments on commit 42e0ab7

Please sign in to comment.