Set group colors in clustergram dendrogram (programmatically)
2 views (last 30 days)
Show older comments
Pablo Imael Vergara Garcia
on 10 Oct 2020
Commented: Pablo Imael Vergara Garcia
on 15 Oct 2020
I am using the clustergram function from Bioinformatics Toolbox.
I would like to create custom group colors as shown in the figure (programmatically):
I know that Clustergram GUI allows changing group colors. However, Is there any way to do this from the command line? I need to automate this inside a function.
I have tried the following:
I have changed the ColumnGroupMarker or Dendrogram properties. However, this does not serve my purpose because I need to label specific leaves of the dendrogram (not by tresholding).
I can achieve what I want using the dendrogram function from statistics and Machine Learning Toolbox. But this doesnt allow me to display the dendrogram with the heatmap as the Clustergram function does.
Thanks in advance,
0 Comments
Accepted Answer
Scott Ronquist
on 14 Oct 2020
Would clusterGroup fit your use-case (link to example)? This performs what *Right-click* -> "Set Group Color" does, programatically.
More Answers (0)
See Also
Categories
Find more on Expression Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!