- Added
StagedInstall: false
to DESCRIPTION file.
- Improved documentation of ordination methods and distances.
- Deprecated
select_otu_table
parameter foralpha_diversity_plot
. - Added site deployment key to travis-ci.com
- Migrated continuous integration to travis-ci.com
- Fixed height of stat comparisons.
- Ran
devtools::spell_check()
on the package to fix spelling. - Added deployment of pkgdown site to
.travis.yml
.
- A specific bug was introduced that prevented local machines and Travis CI servers from building
the package.
- This bug is attributed to a dplyr update (0.7.8 -> 0.8.0.1)
- See Joss branch #79
- See Joss debug branch #82
- See dplyr issue #4213
- See Travis CI forum post
- Updated the paper for submission
- Added the JOSS paper and draft vignette
- Changed correlation plots
- Removed color from background
- Removed hard coded plot limits
- Added "1:1" line and Average lines
- Added a
trans
parameter to transform the x and y axis
- Changed function names
- From
create_metacoder
tocreate_taxmap
- From
agglomerate_metacoder
toagglomerate_taxmap
- From
melt_metacoder
tomelt_taxmap
- From
- Bugs
- Fixed
output_dir
bug where error should have been a warning - Fixed correlation plot bug where treatments were on the wrong axis.
- Fixed output message for heat tree plots.
- Fixed
- Fixed build-check Notes and Warnings
- Fixed wilcoxon pvalue in analysis vignette.
- Updated default color palette for stacked_barplot function.
get_alpha_diversity_measures
toalpha_diversity_measures
- Added
stacked_barplots
,alpha_diversity_plots
,ordination_plots
- Added
save_stacked_barplots
,save_alpha_diversity_plots
,save_ordination_plots
-
Removed
save_barplot
-
Updated vignettes.
- Added code coverage.
- Changed function names
- From
get_treatment_matrix
totreatment_matrix
- From
get_output_dir
tooutput_dir
- From
get_correlation_plots
tocorrelation_plots
- From
get_correlation_data
tocorrelation_data
- From
get_plot_limits
toplot_limits
- From
get_heat_tree_plots
toheat_tree_plots
- From
get_heat_tree_parameters
toheat_tree_parameters
- From
object_handler
tocreate_metacoder
- From
- Added new tests
- Correlation plot tests
- Heat tree tests
- Metacoder Formatting tests
- Phyloseq tests
- Updated documentation for
create_pub_table
function.
- Added tests for utils.R
- Added support for multiple treatments for some plots
get_heat_tree_plots
now produces ametacoder::heat_tree_matrix
.correlation_plot
now produces multiple plots for data with more that 2 treatments.- Added the
get_treatment_matrix
function - Added the
get_correlation_data
function
- Updated
analysis
vignette to demonstrate more than 2 treatment groups. - Updated internal data files.
- Added new metadata file with 3 treatment groups (
nephele_metadata3.txt
). - Formatted Treatment Group metadata.
- Added new metadata file with 3 treatment groups (
- Updated public datasets.
- Removed Greengenes datasets.
- Added Silva data with 3 treatment groups.
- Added the
color-palettes
vignette.
- Added permanova function for generating permanova stats.
- Added top_coefficients_barplot for generating a plot of the top coefficients output from the permanova function.
- Added tests for permanova.R.
- Added vignettes to package and pkgdown config.
- About
- Introduction
- Data Wrangling
- Filtering
- Analysis
- Added reference sections to pkgdown config corresponding to @family tag.
- Import
- Formatting
- Validation
- Filtering (Basic, Advanced, Other)
- Visualization
- Color Palettes
- Renamed
sample_filter
tosample_id_filter
. - Renamed
get_phyloseq_obj
tocreate_phyloseq
. - Renamed
format_metacoder_object
toas_custom_format
. - Updated
vlookup
andget_color_palette
parameters. - Added the
root_phyloseq_tree
function. - Fixed minor bugs in code and docs.
- Added custom css for pkgdown.
- Added more sections including authors and vignettes to _pkgdown.yml.
- Fixed
@importFrom
sections for crayon.
- Added
ordination.R
for ordination plots. - Added tests for ordination plots.
- Added logging and better warning messages.
- Changed to a semantic versioning scheme.
- Added
barplot.R
file of stacked barplot functions. - Improved
get_alpha_diversity_measures
function. - Added a
NEWS.md
file to track changes to the package. - Added simple tests for
stacked_barplot
andalpha_diversity_plot
.
- Fixes to heat tree plots
- Added
barplot.R
file of stacked barplot functions.