Keep only differentially abundant taxa in heat_tree()
Closed this issue · 1 comments
SimonMorvan commented
Hi Metacoder creators,
I'm trying to subset the meta_obj to keep only the taxa which are differentially abundant for plotting purposes.
Something like:
meta_obj$data$diff_table$log2_median_ratio[meta_obj$data$diff_table$wilcox_FDR_p_value > 0.05] <- 0
meta_obj_signif <- filter_taxa(meta_obj,log2_median_ratio!=0)
Sorry if this issue has already been addressed and thank you for creating this package !
Simon
SimonMorvan commented
Just found #297 which did the trick!