DE = run_de(scrna_final, de_family = 'pseudobulk', de_method = 'DESeq2', de_type = 'LRT',cell_type_col = "label",label_col = "label",replicate_col = "orig.ident")
[1] "HF"
[1] "WT"
Error in group_by():
! Must group by variables found in .data.
✖ Column cell_type is not found.
Run rlang::last_trace() to see where the error occurred.