-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error in ggpicrust2 (There are no statistically significant biomarkers in the dataset) #96
Comments
Dear @erda712, Thank you for reaching out and using ggpicrust2 for your analysis. I understand your concern regarding the absence of statistically significant biomarkers in your dataset. This situation is not uncommon, and there are several reasons why it might occur:
To address these issues, you might consider the following:
It's important to remember that not finding significant results is still a valid outcome. It might indicate that there are no substantial differences between the groups you're studying. Always interpret your results in the context of your specific study. For more detailed suggestions and troubleshooting, please refer to the FAQ section in our GitHub repository. I hope this helps! If you have any further questions or need more assistance, please don't hesitate to reach out. Best regards, |
Thank you Chen for your prompt reply. Best Regards |
Dear Chen, |
Dear @erda712, I'm sorry to hear you are still getting the same error after trying different approaches as I suggested. This error typically means that there are no statistically significant differences in microbial abundances between your groups in the analysis. A few things to check:
If you still see no statistical differences after careful checking, then it likely reflects a lack of strong microbiome differences between your particular groups. I'm happy to take a closer look if you want to share some example data files with me. Just send over some example abundance and metadata files and I can run the analysis on my end to see if I find the same issue. Let me know if you would like me to take a look or if you have any other questions! Best regards, |
Dear Chen,
Thank you very much for creating this useful analysis tool.
I am starting to use the package to analyse my PICRUST2 result, however I have got this error in my analysis:
Error in ggpicrust2(data = abundance_data, metadata = metadata_Nepal_kath, :
Notice: There are no statistically significant biomarkers in the dataset. This is not an error, but it might indicate that the data do not contain any biomarkers passing the set significance threshold (p<=0.05). You may refer to the tutorial's FAQ for further help and suggestions.
For your information below is the codes I used following tutorial in: https://cran.rproject.org/web/packages/ggpicrust2/vignettes/using_ggpicrust2.html:
abundance_file <- "KO.tsv"
metadata_Nepal_kath <- read.csv("metadata_perimilk_kath.csv")
results_data_input <- ggpicrust2(data = abundance_data,
metadata = metadata_Nepal_kath,
group = "ABRpresence",
pathway = "KO",
daa_method = "LinDA",
ko_to_kegg = TRUE,
order = "pathway_class",
p_values_bar = TRUE,
x_lab = "pathway_name")
LinDA analysis is complete.
Error in ggpicrust2(data = abundance_data, metadata = metadata_Nepal, :
Notice: There are no statistically significant biomarkers in the dataset. This is not an error, but it might indicate that the data do not contain any biomarkers passing the set significance threshold (p<=0.05). You may refer to the tutorial's FAQ for further help and suggestions.
In addition: Warning message:
In MicrobiomeStat::linda(abundance, LinDA_metadata_df, formula = "~Group_group_nonsense_", :
Some features have less than 3 nonzero values!
They have virtually no statistical power. You may consider filtering them in the analysis!
I have tried to do it with different group from the metadata, but still it gave the same error.
I really hope that you can help me with this issue, what could be the possible reasons and what should I do.
Thank you very much Chen, your help is much appeciated.
Best Regards
Erda
The text was updated successfully, but these errors were encountered: