- Fix bug in
mirl()
introduced in v1.4.1
-
Custom prefix name in asvrenamer.R
-
Don't forget user distance/similarity metric in
betamatPCA()
-
Warn about dropped samples in
mirl()
- Significant speed increase for internal function
repotu_df()
, which should help functions which use rarefied objects with many samples and reps
- Fixed
plot_heat()
function
-
Speed ups to
alphadivDF()
andbetamatPCA()
-
Added set.seed and mc.cores options to
alphacone()
-
Fixed another typo in README
-
Added an informative error message to betamatPCAvis() when the number of colours and/or reps is incorrect
-
Fixed typos in README
-
Fixed rng seed handling in
rarefy_whole_rep()
so that it is different when using multiple cores (note that this means the function is not reproducible between this version and previous ones)
-
Added a
mc.cores
option tomirl()
(note that this change necessitated altering the behaviour of setting the random seed, so calls to themirl()
function will differ from 1.1.0 to 1.2.0) -
Fixed broken examples for
alphawichVis()
,alphaconeVis()
-
General code, documentation cleanup
-
New function
get_asv_table()
: create an ASV table with abundance and taxonomy -
New function
phyloseq_to_df()
: create adata.frame
containing abundance, taxonomy and metadata fromphyloseq
objects -
New function
plot_heat()
: create heatmaps visualizing relative abundance of a taxonmic group -
New function
randomseqsig()
: determine whether a taxonomic group of interest is over/under-represented