Entering edit mode
Hello everyone,
as it is possible to specify the distance method (euclidian, pearson,..) and hierarchical clustering method (single, complete...) with ComplexHeatmap, I was wondering about the default settings in case I don't specify them myself?
Thanks a lot for your help.
If you are answering a question, please use the ADD ANSWER button rather then ADD COMMENT so people know the question has been answered.
Thank you very much, Basti! Do you know if it is the same for gplots::heatmap.2?
Hi Katharina,
Default settings are same as with the ComplexHeatmap function, "euclidean" for the distance and "complete" for the method.
Check the following link for the heatmap.2 documentation, this one for the distfun argument and also here for the available hclustfun methods of heatmap.2 function.