See molecules side-by-side on Heatmap

Hi all,

Here is an example of how to present together two molecules on a heatmap and visually seen their similarities.

Here how it looks:

HeatMap.png

And this is how is done:

  1. pass both smiles on the cell information
  2. extract them and convert into images
  3. add caption
  4. tile horizontal (check the width of the area!)
  5. pass it as tooltip and link it to the heatmap component.

Hope this is useful.

Best regards

Pedro

PS: Thanks Jim for providing the idea.