Open
Description
Hi,
Thank you for the package. I was able to use the function Clustered_DotPlot without using split.by parameter. I want to look at the expression at different timepoints and time2 column is there in my metadata but i get an error when I try to use split.by.
`Clustered_DotPlot(seurat_object = _Seurat, split.by = "time2", features = c("gene1"),
-
colors_use_exp = PurpleAndYellow())
Error in [.data.frame
(percent_mat, , idx) : undefined columns selected`
Could you help?
Thank you!