-
Notifications
You must be signed in to change notification settings - Fork 40
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
after run_lefse, plot_cladogram error #94
Comments
Hi, I have used this commands - plot_cladogram(mm_lefse, color = c("brown","blue","red","green")) Error coming: Please help! |
Hi, I am part of this club. I suffer the same error. In my opinion it seems to depend on taxa names as i manages to solve it filtering unassinged taxa. Unluckly I am facing the same problem again and i've already filtered taxa...I do not mind to share my left_out object if necesary Thanx |
Same issue here after one year from yours, I agree with BlueK77 as I get the error only in the overall lefse output but not from the marker subset... |
This issue is likely caused by invalid taxa names. For example, if the "Species" is unknown is the |
Using the Phyloseq object, after run_lefse, plot_ef_bar was normally derived.
However, plot_cladogram or microbiomeMarker::plot_cladogram
causes the following problem:
command
microbiomeMarker::plot_cladogram(phyloseq_df_run_lefse, color = c(A="steelblue",B="orange",C="darkgray",D="red",E="pink"))
"Error in if (n <= length(x)) { : missing value where TRUE/FALSE needed"
The text was updated successfully, but these errors were encountered: