Fixed the Valgrind memory issues. This package should now workwith valgrind, clang-asan, and gcc-asan.
Updated documentation forfilter_cv() to reflectcurrent changes.
Updated vignette to reflectfilter_cv()changes.
Added alimit_cores() function to limit cores usedwhen going through CRAN checks.
Major changes tofilter_cv(). Oldfilter_cv() would calculate the coefficient of variance ofthe biological groups, calculate the average/median, and remove thefeature if the average/mean was above the threshold. To account for somegroups having high variation by default, the newfilter_cv() will now zero out groups if they are above thethreshold. If every group in the feature has been zeroed out, we willremove the feature.
filter_cv() has been optimized to use c++ code, sothere should be significant speed improvements.
You are also now able to importdata.frames for peaktable input inimport_data().
Initial CRAN submission.
Contains four main filters:filter_mispicked_ions(),filter_group(),filter_cv(), andfilter_insource_ions() for the correction of tandem MS/MSpeaks.