You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
chromConverter 0.4.0
New features
Added parser for ANDI chrom cdf files through the read_cdf function.
Added parser for 'Lumex' .mdf files through the read_mdf function.
Added additional options for file exports. New options for writing chemstation_csv (utf-16) and ANDI chrom cdf files through read_chroms.
Added preliminary support for automatic filetype detection by read_chroms when providing direct paths to files (i.e. when find_files == FALSE).
Added read_varian_peaklist function for reading peak lists from 'Varian MS Workstation'.
Other improvements and bug fixes:
Added wide and longdata_format options for 2D data, such that the wide format option writes retention times as rownames of the matrix or data.frame. while the long format writes retention times as the first column of the object.
Updated configure_openchrom for better discovery of 'OpenChrom' path and added path argument for directly specifying the path to 'OpenChrom'.
Slightly restructured metadata fields. Added source_file field to track
data origin.
Standardized datetime stamps so they are always converted to POSIXct format.
Now use fs package for parsing paths, eliminating buggy check_paths function.