jokergoo / EnrichedHeatmap

make enriched heatmap which visualizes the enrichment of genomic signals to specific target regions.
http://jokergoo.github.io/EnrichedHeatmap/
Other
186 stars 25 forks source link

About the "row_split" parameter? #42

Closed francisfa closed 4 years ago

francisfa commented 4 years ago

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 4 years ago

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 4 years ago

ok, thank you!!