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
Hello, I encountered an issue while running RunSlingshot(). Here is the code. Thanks.
PC_HCC <- RunSlingshot(srt = PC_HCC, group.by = "seurat_clusters", reduction = "umap")
Error in gtable_add_grob():
! grobs must be a single grob or a list of grobs, not a list matrix.
Run rlang::last_trace() to see where the error occurred.
Warning messages:
1: No shared levels found between names(values) of the manual scale and the data's fill values.
2: No shared levels found between names(values) of the manual scale and the data's fill values.
3: Removed 5 rows containing missing values or values outside the scale range (geom_path()).
4: Removed 5 rows containing missing values or values outside the scale range (geom_path()).
rlang::last_trace()
<error/rlang_error>
Error in gtable_add_grob():
! grobs must be a single grob or a list of grobs, not a list matrix.
Backtrace:
▆
└─SCP::RunSlingshot(...)
└─SCP::CellDimPlot(...)
└─base::lapply(...)
└─SCP (local) FUN(X[[i]], ...)
└─SCP:::add_grob(gtable, legend, legend.position)
└─gtable::gtable_add_grob(grobs = grob)
Run rlang::last_trace(drop = FALSE) to see 2 hidden frames.
rlang::last_trace(drop = FALSE)
<error/rlang_error>
Error in gtable_add_grob():
! grobs must be a single grob or a list of grobs, not a list matrix.
Backtrace:
▆
└─SCP::RunSlingshot(...)
└─SCP::CellDimPlot(...)
└─base::lapply(...)
└─SCP (local) FUN(X[[i]], ...)
└─SCP:::add_grob(gtable, legend, legend.position)
└─gtable::gtable_add_grob(grobs = grob)
└─gtable:::stop_input_type(grobs, "a single grob or a list of grobs")
Hello, I encountered an issue while running RunSlingshot(). Here is the code. Thanks.
Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 2 hidden frames.
Backtrace:
▆
and this is my seurat object: PC_HCC
The text was updated successfully, but these errors were encountered: