-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.5.0 #20
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clean up whitespace
implemented more general solution that doesn't require existence of metadata stream to pre-determine the number of rows in the chromatogram
fixed data_format attribute bug in chromeleon and shimadzu parsers
- feat: added `metadata_format` argument in `read_waters_arw`, `read_shimadzu`, `read_chromeleon`, `read_cdf` - fixed bug in chromeleon parser (missing decimal_separator argument) - added missing whitespace, - fixed long format bug in read_shimadzu (missing data_format argument) - removed zombie code
- simplified parsing of paths - function uses real temp directory now
feat: added `metadata_format` argument to aston and entab parsers - added whitespace - fixed long format bug (missing `data_format` argument)
- infer intercept if it can't be read from file - copy dx before unzipping to prevent file erasure - added path_out argument to read_agilent_dx
- added better support for automatic filetype detection - updates to match new behavior of `read_thermoraw`
- refactored code, splitting off decoding of data into independent functions
- added support for openlab_131 - added rename_list function
Create read_mzml.R
moved transfer_metadata function into attach_metadata sourcefile
- use attach_metadata function internally - move offsets to get_agilent_offsets function
added UV offsets to get_agilent_offsets Update read_chemstation_ch.Rd
- added metadata_format option - allow reshaping of 1D chromatograms - standardized treatment of metadata to improve consistency of results with internal chemstation parsers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chromConverter 0.5.0
New features
pbapply
package. (Note: Thepbapply
package must be manually installed to enable parallel processing).read_chemstation_uv
function)..dx
) files (throughread_agilentdx
function)..lcd
files through theread_shimadzu_lcd
function. Only the PDA stream (not MS) is currently supported.read_peaklist
function for reading peak lists. Currently 'Agilent Chemstation' and 'Shimadzu ASCII' formats are supported.verbose
argument to control console output for external parsers ('OpenChrom' and 'ThermoRawFileParser').Other Improvements
read_chroms
.read_thermoraw
function to simplify paths.thermoraw
andopenchrom
parsers now use a proper temp directory if an export directory is not specified through thepath_out
argument.reshape_chroms
, speeding up conversion from wide to long format.openchrom
export format tomzml
.Bug fixes
what == "peak_table"
andread_metadata == TRUE
).format_out == "matrix"
.data_format
attributes in 'Waters ARW' and 'Chromeleon' parsers.