Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.8 PICRUSt2 #449

Open
jimena18-O opened this issue Jan 6, 2025 · 1 comment
Open

8.8 PICRUSt2 #449

jimena18-O opened this issue Jan 6, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@jimena18-O
Copy link

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!!

@ChiLiubio
Copy link
Owner

Hi. Please check the tutorial for the example of differential test (https://chiliubio.github.io/microeco_tutorial/explainable-class.html#trans_func-class). It is similar with the operation of amplicon data. For the data input, please refer to the file2meco chapter (https://chiliubio.github.io/microeco_tutorial/file2meco-package.html#picrust2).

@ChiLiubio ChiLiubio added the documentation Improvements or additions to documentation label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants