-
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.7.0 #31
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
in call_openchrom and read_thermoraw
extract some metadata
description of access to metadata attributes
…ead_sz_file_properties added additional shimadzu metadata fields
fixed truncation of filenames at first period in read_chroms
rearrange read_chroms arguments, minor refactoring of read_chroms
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.7.0
Major features
.sms
) format throughread_varian_sms
function.read_shimadzu_qgd
function..D
directories throughread_agilent_d
function.UI changes
read_chroms
so thatformat_in
comes second afterpath
.export
argument fromread_chroms
. To export files, you now only need to provide an argument toexport_format
.read_shimadzu_lcd
. The function now returns a list of named chromatograms ifdata_format == "wide"
and returns multiple chromatograms in a singledata.frame
ifdata_format == "long"
.scale
argument toread_chemstation_uv
andread_shimadzu_ascii
to toggle scaling of chromatograms.file
arguments topath
.read_cdf
UI:what
now defaults toNULL
and defaults are coded into downstreamread_andi_chrom
andread_andi_ms
functions.read_chroms
whenverbose
isTRUE
.Other improvements
reticulate::configure_environment
).data.table
as an option forformat_out
.read_shimadzu_lcd
by dealing with twos-complements more sensibly.path_out
when using 'ThermoRawFileParser' and 'OpenChrom' parsers.read_chroms
ifpath_out
does not exist.mdf
files lacking null bytes after the file header.read_chroms
.export_csv
function to label first column for wide-format chromatograms.