diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..ef427ca --- /dev/null +++ b/NEWS.md @@ -0,0 +1,7 @@ +# microbiomeMarker 0.0.1 + +* main data structure: S4 object `microbiomeMarker` inheited from `phyloseq` in + package [phyloseq](https://github.com/joey711/phyloseq), used for storing + microbiome marker data. +* LEfSe (Linear discriminant analysis effect size) analysis: `lefse()`. +* visualization for lefse results: `lefse_barplot()`, `lefse_cladogram()`.