Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

How to order the heatmap plot? #376

Open GangZoo1 opened 2 years ago

GangZoo1 commented 2 years ago

Hi,

I want to order the heatmap. I read there are some same issues as mine #319 or #246 I tried to use the order function to solve the issue

####### Network meta = read.csv(meta_file, comment.char = '', sep=meta_sep) meta<-meta[order(meta[2,])]

but this does nothing. Is there any other way to order a heatmap plot? Thanks