-
Notifications
You must be signed in to change notification settings - Fork 14
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
ko2kegg_abundance leads to 0 keggs #126
Comments
Hi @ranfoxall, I apologize for any inconvenience caused by the recent bug in the ko2kegg_abundance function. I have just fixed this issue in the latest version of ggpicrust2. To resolve this problem, please reinstall the package using: remotes::install_github("cafferychen777/ggpicrust2") The function should now work correctly and return the proper KEGG pathway abundance results. If you encounter any other issues, please don't hesitate to let me know. Thank you for bringing this to my attention and for your patience! Best regards, |
Hi @cafferychen777 , My new issue and I get the error:
I've attached my metadata and abundance files. Any suggestions or insights are very much appreciated! |
Hi @ranfoxall, Thank you for reporting this issue. I've analyzed the LinDA analysis error and identified two main causes:
Here's a step-by-step solution:
If issues persist, try these additional steps:
Note: The warning about features having less than 3 nonzero values indicates sparse pathways in your dataset. The filtering step above should address this issue by removing these sparse features before analysis. Please let me know if you need any clarification or encounter other issues! Best regards, |
I've been trying to follow your tutorial and have been struggling at the first few steps.. I've determined my issue is my table with KO abundances is converted to a kegg table with only my sample names and no kegg abundances. Could you please help me to try figure out what the issue is? I've been trying my best, but to no avail.
pred_metagenome_unstrat.tsv.gz
kegg_abundance <- ko2kegg_abundance(file = "/Picrust2/KO/pred_metagenome_unstrat.tsv")
> kegg_abundance [1] 1B_1 1B_2 1B_3 2B_1 2B_2 2B_3 3B_1 3B_2 3B_3 4B_1 4B_2 4B_3 5B_1 5B_2 5B_3 6B_1 [17] 6B_2 6B_3 7B_1 7B_2 7B_3 8B_1 8B_2 8B_3 9B_1 9B_2 9B_3 <0 rows> (or 0-length row.names)
> str(kegg_abundance) 'data.frame': 0 obs. of 27 variables: $ 1B_1: num $ 1B_2: num..
The text was updated successfully, but these errors were encountered: