Skip to content
Snippets Groups Projects
Commit 2d97fa5d authored by Treutler's avatar Treutler
Browse files

Minor change

parent a930e597
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,8 @@ analyzeMsMs <- function(msmsPeaks, mode="pH", detail=FALSE, run="preliminary",
## );
.checkMbSettings()
if(msmsPeaks@found == FALSE)
return(msmsPeaks)
# Check whether the spectra can be fitted to the spectra list correctly!
if(length(msmsPeaks@children) != length(spectraList))
......@@ -469,9 +471,6 @@ analyzeMsMs <- function(msmsPeaks, mode="pH", detail=FALSE, run="preliminary",
}
if(msmsPeaks@found == FALSE)
return(msmsPeaks)
if(method=="formula")
{
r <- analyzeMsMs.formula(msmsPeaks, mode, detail, run, filterSettings)
......
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