Hi, I am trying to analyze a Seurat object in the SCP package, and its throwing the following error.
Could you please take a look and let me know if its something you could help me resolve,
DIS_sub <- SCP::RunDEtest(srt = DIA_sub1, group_by = "Cell_Type", fc.threshold = 1, only.pos = FALSE)
[2023-08-20 18:48:35] Start DEtest
Workers: 14
Error:
! The slot argument of Assays() was deprecated in SeuratObject 5.0.0 and is now defunct.
ℹ Please use LayerData() instead.
Run rlang::last_trace() to see where the error occurred.
Hi, I am trying to analyze a Seurat object in the SCP package, and its throwing the following error.
Could you please take a look and let me know if its something you could help me resolve,
DIS_sub <- SCP::RunDEtest(srt = DIA_sub1, group_by = "Cell_Type", fc.threshold = 1, only.pos = FALSE)
[2023-08-20 18:48:35] Start DEtest
Workers: 14
Error:
! The
slotargument ofAssays()was deprecated in SeuratObject 5.0.0 and is now defunct.ℹ Please use
LayerData()instead.Run
rlang::last_trace()to see where the error occurred.