-
|
Hi, Many thanks for your great work and tutorials. However, I encountered a problem I would need some help with. When I call
I thought it is a mapply problem but for example ComplexHeatmap::pheatmap works with mapply. And it works with lapply. Any ideas?
I work on JupyterLab with R 4.1.0 kernel and ComplexHeatmap 2.8.0. All the best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
I think I only tested |
Beta Was this translation helpful? Give feedback.
-
|
What is your purpose of doing the following two? and Do you want to automatically generate a list of annotations? Why don't you use |
Beta Was this translation helpful? Give feedback.
-
|
I've encountered the same problem recently. After some sort of investigations, I found out that |
Beta Was this translation helpful? Give feedback.
I think I only tested
HeatmapAnnotation()withlapply()anddo.call()while not withmapply(). I will have a check.