Thank you for this package!
I received the message "Error in tree_height[[hcutree[[1]]]] : subscript out of bounds" while using the Signalome function. The reason is that in line 163 the height of the cluster is used as an index and in my case the height of hcutree is larger than the length of tree_height.
Is there a reason why you do it in this way? I could solve the issue by replacing line 163 with
Thank you for this package! I received the message "Error in tree_height[[hcutree[[1]]]] : subscript out of bounds" while using the Signalome function. The reason is that in line 163 the height of the cluster is used as an index and in my case the height of hcutree is larger than the length of tree_height.
Is there a reason why you do it in this way? I could solve the issue by replacing line 163 with
Is this a valid approach or do I somehow change the meaning of your code with this?