创建循环流程图(circos) [英] Creating Circular flow charts (circos)

查看:90
本文介绍了创建循环流程图(circos)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个应用来创建图表中的图表。我一直在使用gephi并尝试使用马戏团。 Gephi仍处于测试阶段,杂技团需要大量配置才能获得图表。我正在寻找更轻松的方法,可以将csv文件转换成这样的图表。

I'm looking for an app to create charts like the one in the picture. I been using gephi and trying to use circos. Gephi is still on beta and circos needs a lot of configuration in order to get the chart. I'm looking for something easier that could convert a csv file into a chart like this.

推荐答案

在Python中,您可以使用

In Python, you can use


  1. CircosPlot noreferrer> nxviz (以前是 circos )。这是由Matplotlib顶部的 Eric Ma 开发的。请注意,文档似乎很少,但由于Eric无需为此付费(并且是一名博士生),我相信他会很乐意帮助改进文档。

  2. Chord Bokeh 提供看起来不错,但我不确定调整显示方式有多么简单(请注意 box_zoom 工具会产生视觉失真,请通过 = http://bokeh.pydata.org/en/latest/docs/user_guide/tools.html#specifying-tools rel = nofollow noreferrer>使用kwarg <$ c $指定绘图工具 c> tools ='pan,wheel_soom,save,reset')

  3. plotly

  1. CircosPlot from nxviz (used to be circos). This is developed by Eric Ma on top of Matplotlib. Note that the documentation seems minimal but as Eric is not paid for this (and is a PhD student) I am sure he would appreciate help improving the docs.
  2. Chord provided by Bokeh looks great but I am not sure how simple it is to adjust how it displays (note that the box_zoom tool creates visual distortions, turn this off by specifying the plot tools using the kwarg tools='pan,wheel_soom,save,reset')
  3. plotly

在R中,您可以使用


  1. <$ c来自t的$ c> chordDiagram circlize
  2. $ b来自 chorddiag > chorddiag
  1. chordDiagram from the circlize package
  2. chorddiag from the chorddiag package

这篇关于创建循环流程图(circos)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆