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

object 'passed_ss_age' not found #269

Open
JiaLonghao1997 opened this issue Jun 12, 2024 · 1 comment
Open

object 'passed_ss_age' not found #269

JiaLonghao1997 opened this issue Jun 12, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@JiaLonghao1997
Copy link

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.
@Maggie8888
Copy link
Collaborator

Could you please Run rlang::last_trace() and provide the output from there?

@Maggie8888 Maggie8888 added the help wanted Extra attention is needed label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants