Yunuuuu

Results 38 comments of Yunuuuu

This is not a problem of `languageserver` package You can google the error message, this might be an issue with R itself ``` Error in file.exists(home) : file name conversion...

I have encountered this bug. Can this fix be merged into the official repository?

https://github.com/Yunuuuu/eheat/blob/main/R/ggheat.R#L232 The `env` in the context of the `draw` function refers to an environment object that contains all the data and ggplot object. However, when attempting to use the `heatmap_legend_list`...

I attempted to modify all instances of heatmap_legend_param in the parent frames; however, the desired outcome was not achieved. ``` has_fn

It might be more appropriate to integrate this functionality into the `ComplexHeatmap` package. However, due to my unfamiliarity with the internal structure of ComplexHeatmap, I face challenges in addressing this...

is it possible to let `layer_fun` to add legend into the `heatmap_legend_list` and the `fun` of `AnnotationFunction` to add legends into `annnotation_legend_list`?

with https://github.com/jokergoo/ComplexHeatmap/pull/1139, `heatmap_legend` can be automatically integrated in `draw` function. However, further adjustments are still required for `eheat:::gganno`

Now, with #1139, all things can do well. This can be closed if #1139 merged. Details see readme: https://github.com/Yunuuuu/eheat