Published January 31, 2023
| Version v0.4.5
Software
Open
ethanbass/chromatographR: v0.4.5
Authors/Creators
- 1. Cornell University
- 2. Biometris, Wageningen UR
- 3. @FredHutch SciComp
- 4. Genentech
Description
chromatographR 0.4.5
New features
- Fixed bug causing mismatched time axes (and improper alignment of chromatograms) after variable penalty dynamic time warping (VPdtw).
- Added
reshape_chromsfunction for converting chromatograms to "long" format. - Added
export.peaktablefunction to easily write peak_table tocsvorxlsx. - Added
get_purityfunction for assessing peak purity. - Allow multiple peaks as arguments to
plot.peaktable. - Added functions for plotting traces and spectra with plotly:
plotly_traceandplotly_spec. - Fixed
preprocessso it will no longer try to interpolate along columns for 2D data. - Added stand-alone
boxplotfunction forpeak_tableobjects. - Fixed bug in
attach_metadatathat could result in disordered rows. - Changed
fit_peaksfunction and syntax (see below). - Added a new class (
ptw_list) and plotting function for lists ofptwalignment objects. - Added
plot_itargument incorrect_rtfor plotting alignments. - Added VPdtw as a dependency (instead of being only suggested).
- Adjusted
cluster_spectraandcombine_peaksfunctions so messages can be suppressed withverbose == FALSE. - Fixed occasional test failure on MKL server by skipping
cluster_spectratest on CRAN. - Updated find_peaks function with more and better smoothing options. The defaults smoothing is slightly changed. Find peaks will now do gaussian smoothing by default with
- Added
progress_baroption toget_peaksandcorrect_rt. - Improved error handling in
plot.peaklist. - Minor updates to vignette.
- Simplified logic in
fit_peaksfunction. - Modified
fit_peakssyntax so it now takes a matrix (x) and a wavelength (lambda) instead of a numeric vector (y). - Incorporated assessment of peak purity during peak fitting.
- Added wavelength (
lambda) topeak_listandpeak_tablemetadata. - Fixed bug to allow fitting of a single peak with
fit_peaks.
Files
ethanbass/chromatographR-v0.4.5.zip
Files
(2.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b08e0f5f4aa63b1dc2c2bfe48a460e3a
|
2.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ethanbass/chromatographR/tree/v0.4.5 (URL)