Teichlab / cellphonedb

MIT License
340 stars 105 forks source link

A bug in the dot_plot function #223

Closed skpalan closed 3 years ago

skpalan commented 3 years ago

Hi cellphonedb team,

Found a simple but important typo in the dot_plot function after went through your codes. I believe you put both means_separator and pvalues_separator in the opposite positions. Just reverse them so that everything should be good as expected.

https://github.com/Teichlab/cellphonedb/blob/60239e5106cdfe139c60efc677981decf556802f/cellphonedb/src/plotters/R/plot_dot_by_column_name.R#L14-L15

Cheers, Jialin