We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the following errors when running the ANCOM-BC2 Tutorial.
> df_fig_age = df_age %>% + dplyr::filter(diff_age == 1) %>% + dplyr::arrange(desc(lfc_age)) %>% + dplyr::mutate(direct = ifelse(lfc_age > 0, "Positive LFC", "Negative LFC"), + color = ifelse(passed_ss_age == 1, "aquamarine3", "black")) Error in `dplyr::mutate()`: ℹ In argument: `color = ifelse(passed_ss_age == 1, "aquamarine3", "black")`. Caused by error in `ifelse()`: ! object 'passed_ss_age' not found Run `rlang::last_trace()` to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Could you please Run rlang::last_trace() and provide the output from there?
rlang::last_trace()
Sorry, something went wrong.
No branches or pull requests
I got the following errors when running the ANCOM-BC2 Tutorial.
The text was updated successfully, but these errors were encountered: