Published May 7, 2023
| Version v0.5.0
Software
Open
ethanbass/chromatographR: v0.5.0
Authors/Creators
- 1. Cornell University
- 2. Biometris, Wageningen UR
- 3. @FredHutch SciComp
- 4. Genentech
Description
chromatographR 0.5.0
New features
- Added
ggplot2option toplot_spectrum,plot.peak_tableandplot_all_spectrafunctions. - Reworked
write_chromsfor more sensible handling of paths and addedfilenameargument. - Updated
get_purityfunction to improve speed. - Added additional argument to
reshape_chromsfunction for subsetting data by retention times (rts). - Added parallel processing through the
pbapplypackage for thecorrect_rt,get_peaks, andpreprocessfunctions by setting theclargument.
- Changed behavior of
preprocesswhen inferring retention times so chromatograms are no longer rounded down to the largest integer. - In
preprocess, spectral smoothing is no longer applied on 2D chromatograms, removing error message when preprocess is used with default settings. - Moved position of
...argument to end inplot.peak_table. - Changed
progress_barargument toshow_progressincorrect_rt,preprocessandget_peaksto fix strangepmatchbehavior with additional arguments to preprocess. - In
plot_chroms,show_legendnow defaults to false. - Changed orientation of "plotly" plots generated by
plot_spectrumto match other plotting engines. - Deprecated the
mc.coresargument incorrect_rtis now deprecated in favor of the newclargument. - Deprecated the
parallelargument inpreprocessin favor of just usingcl. - Changed name of first argument in
mirror_plotfrompeak_tabletox. Otherwise the function has not changed. - Added additional tests, improving test coverage to 80%.
- Updated
get_chrom_list(internal) to allow parsing of subsetted lists.
Files
ethanbass/chromatographR-v0.5.0.zip
Files
(2.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:4c9eb7a2dd5f1a79a4392f5e0e0c2920
|
2.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ethanbass/chromatographR/tree/v0.5.0 (URL)