Closed YoujiaMa closed 3 weeks ago
@YoujiaMa
Hi,
Thank you for bringing attention to this issue. I confirmed this should not be the behavior of this function as your example would cause a linear model to be fit, but that linear model assumes independence between each run, which is not true if there are technical replicates.
That line should be changed to any(run_counts$NumRuns != 1)
Merged into devel branch. Pending push to bioconductor
hi msstats team . I'm not sure this code is intended to confirm the existence of technical replicates of the data. But using all will return false for my result.
https://github.com/Vitek-Lab/MSstats/blob/6d3a9666bb19df199ba7de0a0d0df557b7afd237/R/utils_groupcomparison_checks.R#L65