Skip to content

Modified ASVenn module.

Sebastien Theil requested to merge venn_debug into master

Changed the R package that plots to nVennR. Simplify the Venn table computing with the use of a function (qdapTools::mtabulate). Add box plot when clikcing on a row of the venn table. Update KRONA to fit the new package. Modified the way the minimum abundance is used (input$minAb): for each group, the minAb sets the abundance to zero if bellow threshold. Turning the minAb to minimum detection threshold per group of samples. Warning: boxplot plots are mode on the original dataset, not the one modified per minAb.

Merge request reports