Skip to content
Snippets Groups Projects
Commit d4fc9911 authored by Michele Stravs's avatar Michele Stravs
Browse files

fixed bug (where did this come from??)

parent 63cbc944
No related branches found
No related tags found
No related merge requests found
......@@ -580,7 +580,7 @@ findEIC <- function(msRaw, mz, limit = NULL, rtLimit = NA, headerCache = NULL, f
if(is.null(peaksCache))
pks <- mzR::peaks(msRaw, headerMS1$seqNum)
else
pks <- peaksCache[headerData$rowNum]
pks <- peaksCache[headerMS1$rowNum]
# Sum intensities in the given mass window for each scan
if(is.null(floatingRecalibration))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment