-
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
- cloned predict ptw function - changed default verbosity to getOption("verbose")
-added `transfer_class` argument to transfer_metadata - allow transfer_metadata` to work with `ptw_list`
try to get eliminate mysterious 0xa font warnings
This reverts commit fe4a466.
- Eliminated extraneous code. - Now requires reference spectra to be attached to peaktable object. - Accordingly, the `chrom_list` argument is no longer needed. - No longer saves RDS by default. - Use `message` instead of `print` for verbose output. - Make `pvclust` suggested instead of required.
- expanded documentation of several functions - bump to v0.7.0
also fixed "purity" plot in plot_peak.list
added test for correct_peaks
updated snapshots
to merge lists when multiple wavelengths are integrated per sample. refactored get_peaks by merging three loops into one
export get_purity
(to make links work in docs)
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.
chromatographR 0.7.0
correct_peaks
function so it works properly for correcting retention times in peak lists.fixed_levels
argument toreshape_peaktable
so features can be plotted in the order they're provided by the user.merge_peaks
function by selectingmethod = "sum"
.get_peaktable
so that theuse.cor
argument works correctly (to use corrected retention times stored in a separate column).mirror_plot
so it can take numeric input for lambdas.verbose
argument incorrect_rt
fromFALSE
to default setting.
load_chroms
function. Useread_chroms
instead.attach_ref_spectra
function.index
argument inplot.peak_list
toidx
. The original argument is now deprecated.plot_purity
argument inplot.peak_list
.reshape_chroms
so empty metadata column no longer appears.plot_spectrum
function now includes the peak names when plotting spectra.correct_rt
so it no longer requires user-providedlambdas
for 1D chromatograms.subset.peak_table
function for easily subsetting peak_tables (e.g. to exclude specificpeaks or samples).
what
argument forplot_all_spectra
(e.g. to plot multiple spectra at a particular retention time).Refactoring of
cluster_spectra
function:cluster_spectra
now requires reference spectra to be attached to peak table.chrom_list
argument is no longer needed.pvclust
package is now suggested instead of being required.Updates to vignette and documentation