lefser
function is changed from
groupCol
and blockCol
to classCol
and subclassCol
, respectively.expr
argument in lefser
lefserPlotFeat
plots the histogram of relative abundance
(in the (0,1) interval) of the selected featureslefserPlotClad
draws the cladogram of the significantly
more abundant taxa and their LDA scoreslefserClades
runs the lefser
, returning additional
information (e.g., agglomerates the features abundance at different taxonomic
ranks) required for lefserPlotClad
.createUniqueValues
) in the
lefser
function, which used to add small random numbers to make all the
values unique. Potential issues (e.g., LDA) due to excess 0s should be managed
by filtering out low abundant features from the input. lefser
output is changed to c("features", "scores")
from c("Names", "scores")
get_terminal_nodes
function to select only the terminal
nodes of the hierarchical features (e.g., taxonomic data).method
in the lefser
function.lefserPlot
function merged the duplicated labels when the
truncated name of the feature is used. Now those are plotted separately.lefserPlot
function accepts the title
argument that
adds the barplot title.lefserPlot
outputs are re-positioned
for the improved readability.lefser
function is removed. Now the LDA score is calculated directly from
the whole samples.checkAbundances
argument in lefser()
checks that data are as relative
abundances and warns if otherwise (@LiNk-NY @sdgamboa, #28)relativeAb
helper function available to convert data (@LiNk-NY)expr
argument and use relab
(short for relative abundances)lefserPlot
(@LiNk-NY #25, @asyakhl #31)phyloseq
' section added to the vignette (#16)lefser
is an R/Bioconductor implementation of the LEfSe
method for microbiome marker
discovery (https://doi.org/10.1186/gb-2011-12-6-r60)lefser
also implements the format of the LEfSe barplot of resultsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.