Skip to content

Releases: vallenderlab/MicrobiomeR

v0.7.1-alpha

06 Jan 14:46
0fb287e
Compare
Choose a tag to compare
v0.7.1-alpha Pre-release
Pre-release
WIP:  Fix issues with taxa package breaking changes

Potential fix for #111

0.7.0

09 Aug 03:18
Compare
Choose a tag to compare

MicrobiomeR 0.7.0

  • Added biomodality_coefficient function from modes.
  • Removed modes from DESCRIPTION and NAMESPACE.
  • Fixed bug from breaking changes in metacoder.

0.6.1

15 Aug 16:59
645cc24
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

MicrobiomeR 0.6.1

  • Added StagedInstall: false to DESCRIPTION file.

0.6.0

20 Mar 21:55
529227e
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

MicrobiomeR 0.6.0

  • Improved documentation of ordination methods and distances.
  • Deprecated select_otu_table parameter for alpha_diversity_plot.
  • Added site deployment key to travis-ci.com
  • Migrated continuous integration to travis-ci.com
  • Fixed height of stat comparisons.

0.5.2

20 Mar 21:52
68fe0f7
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

MicrobiomeR 0.5.2

  • Ran devtools::spell_check() on the package to fix spelling.
  • Added deployment of pkgdown site to .travis.yml.

0.5.1

28 Feb 23:35
5d0ea09
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Changes and Bug Fixes

  • A specific bug was introduced that prevented local machines and Travis CI servers from building
    the package.

  • 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 to create_taxmap
    • From agglomerate_metacoder to agglomerate_taxmap
    • From melt_metacoder to melt_taxmap
  • 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 build-check Notes and Warnings

0.4.1

19 Feb 17:53
095a03c
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Changes

  • Fixed wilcoxon pvalue in analysis vignette.
  • Updated default color palette for stacked_barplot function.

0.4.0

12 Feb 18:59
9dca8bf
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

MicrobiomeR

An R package for microbiome analysis that incorporates phyloseq,
metacoder, taxa, and microbiome in order to standardize and simplify common microbiome workflows.

Installation

We are currently not on CRAN or Bioconductor:

library(devtools) # Load the devtools package
install_github("vallenderlab/MicrobiomeR") # Install the package

Workflow Features

  • Standardization of data wrangling.
    • Phyloseq for data import.
    • Taxa for the primary data object (Taxmap).
    • Proprietary data formatting and validation.
  • Phyloseq inspired filtering for taxa::taxmap objects.
    • Metacoder/taxa for mainstream filtering.
    • Proprietary basic filtering for samples, taxonomies, and OTUs.
    • Proprietary advanced filtering (phyloseq-style).
    • Other Proprietary filtering functions for observation data.
  • Metacoder enabled statistical analysis functions.
  • Various visualization options.
    • Output Directories
    • Color Palettes
    • Heat Trees
    • Correlation Plots
    • Stacked Bar Plot
    • Alpha Diversity Plot
    • Ordination Plot