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, you can try running this command to see if there's any change in the input given into the de function
inputs = Libra:::check_inputs(input = expr_mtx_com, meta = meta_data_com, ...)
【code】:
library(Libra)
OnlyTumor_HCC_atlas$MLGS_Group <- factor(OnlyTumor_HCC_atlas$MLGS_Group,levels = c("High","Low"))
DE2 = run_de(
OnlyTumor_HCC_atlas,
meta = meta.data,
replicate_col = NULL,
cell_type_col = "Release_Global_Cluster",
label_col = "MLGS_Group",
min_cells = 3,
min_reps = 2,
min_features = 0,
de_family = "singlecell",
de_method = "wilcox"
)
【Bug】:
Error in (function (cl, name, valueClass) :
"data" is not a slot in the "Assay5" category.
The text was updated successfully, but these errors were encountered: