Open chengmingbo opened 2 years ago
toy data failed too.
DE = run_de(hagai_toy, cell_type_col = "cell_type", label_col = "label", replicate_col="replicate", de_method="limma")
[1] "bone marrow derived mononuclear phagocytes"
object 'trend_bool' not foundError: Problem with `mutate()` column `p_val_adj`.
ℹ `p_val_adj = p.adjust(p_val, method = "BH")`.
✖ object 'p_val' not found
Run `rlang::last_error()` to see where the error occurred.
pushed a fix.
Hi, limma looks still not working. Here I used ifnb data to create fake replicates.
EdgeR
works fine, butlimma
not.The R code
Error message:
Session info