Kelvin Lee

Results 3 issues of Kelvin Lee

![b11adb6e4d41b7e8c4008e3e519eba2](https://user-images.githubusercontent.com/71078929/143983391-d08a4f2f-e56d-4e1a-8414-97f2b6b25d20.png)

x is a diagonal matrix, When I tried to plot heatmaps: Heatmap(x,show_row_names=FALSE,show_column_names=FALSE) Heatmap(x,row_split=25,show_row_names=FALSE,show_column_names=FALSE) Heatmap(x,row_split=25,column_split=25,show_row_names=FALSE,show_column_names=FALSE) Different heatmaps shown using different codes. How to solve the wierd result as in the second...

After spliting the heatmap using row_split, I got several clusters. How can I extract the rownames of each cluster?