You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was able to run the FAPROTAX analysis with my data and now I would like to run the PICRUST2 (Tax4Fun2_KEGG) analysis. How can I do this? I would like to make the same graph of differential relative abundances.
select the "func" in taxa_abund list in trans_diff
Hello, I was able to run the FAPROTAX analysis with my data and now I would like to run the PICRUST2 (Tax4Fun2_KEGG) analysis. How can I do this? I would like to make the same graph of differential relative abundances.
select the "func" in taxa_abund list in trans_diff
t2 <- trans_diff$new(dataset = tmp_mt, method = "anova", group = "Group", taxa_level = "func")
t2$plot_diff_abund(add_sig = T) + ggplot2::ylab("Relative abundance (%)")
That graph but with the KEGG analysis
Thanks!!
The text was updated successfully, but these errors were encountered: