rlbarter / superheat

An r package for generating beautiful and customizable heatmaps
https://rlbarter.github.io/superheat/
235 stars 29 forks source link

Return row/col order as object #23

Closed rlbarter closed 6 years ago

rlbarter commented 7 years ago

In addition to the row/col membership, also return the row/col order in the final superheat object.

HAShihab commented 6 years ago

Hi Rebecca,

Thank you for a comprehensive well documented package - great job!

I stumbled across this feature request as I was looking to get the row order from the final superheat. Is this as simple as passing order.cols=order.cols, order.rows=order.rows back in the to.return object?

Best Wishes, Hashem

rlbarter commented 6 years ago

Why yes it is, and I've now pushed a version that does just this.

HAShihab commented 6 years ago

Fantastic, thank you very much!