如何添加像星一样的指标来显示Seaborn中Catplot绘制的重要图?

时间:2019-04-21 00:37:05

标签: python-2.7 seaborn

我正在用seaborn包装中的catplot绘制一堆处于不同条件下的基因的表达图(图 seborn1 )。我想在此栏添加警示,以显示两个条件之间的显着差异基因表达(图 seaborn2 )。有什么建议我该如何放置某种指示剂,也许是在具有明显差异表达的基因之上的星号?

谢谢!

这是我的脚本的片段:

调色板= {“ rep1”:“红色”,“ rep2”:“绿色”,“ rep3”:“蓝色”}

g = sns.catplot(x =“ condition”,y =“ value”,hue =“ replicate”,col =“ genename”,col_wrap = 4,data = sorted_meat_lng,kind =“ bar”,sharey = False ,sharex = False,legend_out = True,palette = palette)enter image description here

0 个答案:

没有答案