About the "row_split" parameter?
francisfa opened this issue · 2 comments
francisfa commented
When I used EnrichedHeatmap()
function to plot a heatmap, I wanted to split two different group. So the row_split=split
was used. It did not work. Then I found that it using Heatmap
of ComplexHeatmap
package. And there is a change about this parameter: row_split ----> split. So you maybe change the README
in the future.
Thank you.
jokergoo commented
I think you might update both EnrichedHeatmap and ComplexHeatmap packages. In the new version, both functions use row_split
argument, but setting split
has the same effect.
Anyway, I've updated the README file. Thanks!
francisfa commented
ok, thank you!!