You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using MicrobiomeMarker to run lefse on my dataset.
Briefly I am looking at fecal microbiome in patients and controls from 3 locations.
The command works if I use 2 independent analyses (one for condition, one for location), but when using "group" and "subgroup" I get an error. Here my code and following issue:
norm = "none", # must be "none" since the input has been normalized
group ="group",
subgroup = "location",
kw_cutoff = 0.01,
multigrp_strat = TRUE,
lda_cutoff = 4,
taxa_rank = "Species"
)
Error in purrr::map2_lgl():
i In index: 1.
i With name: Blautia_producta.
Caused by error in if ((sx < sy) != dir_cmp || sx == sy) ...:
! missing value where TRUE/FALSE needed
Run rlang::last_error() to see where the error occurred.
rlang::last_error()
<error/purrr_error_indexed>
Error in purrr::map2_lgl():
i In index: 1.
i With name: Blautia_producta.
Caused by error in if ((sx < sy) != dir_cmp || sx == sy) ...:
! missing value where TRUE/FALSE needed
Hi, I am using MicrobiomeMarker to run lefse on my dataset.
Briefly I am looking at fecal microbiome in patients and controls from 3 locations.
The command works if I use 2 independent analyses (one for condition, one for location), but when using "group" and "subgroup" I get an error. Here my code and following issue:
Error in
purrr::map2_lgl()
:i In index: 1.
i With name: Blautia_producta.
Caused by error in
if ((sx < sy) != dir_cmp || sx == sy) ...
:! missing value where TRUE/FALSE needed
Run
rlang::last_error()
to see where the error occurred.Backtrace:
Run
rlang::last_trace()
to see the full context.Can you help me troubleshooting?
Thanks in advance,
Nadia
The text was updated successfully, but these errors were encountered: