Skip to content

Commit

Permalink
Update XcmsExperiment.R
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Mar 14, 2024
1 parent 329572d commit f9220d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/XcmsExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ setMethod(
rtMap <- matchLamasChromPeaks(object, param)
else
rtMap <- param@rtMap
if(length(rtMap) != lenght(object))
if(length(rtMap) != length(object))
stop("The mismatch betweent the number of files matched to lamas ",
"and files in the object.")

Expand Down

0 comments on commit f9220d7

Please sign in to comment.