jokergoo / circlize

Circular visualization in R
http://jokergoo.github.io/circlize_book/book/
Other
968 stars 146 forks source link

Visualize multiple group intersections (similar to a multi group Venn diagram) #296

Closed tilofrei closed 2 years ago

tilofrei commented 2 years ago

Hi,

I was wondering if it is possible to create a chord diagram where each group can intersect with multiple other groups like the red chords in the picture? (We created this one with a tool called Circa)

image

If I define multiple end points for a same start point in the adjacency list for chordDiagram it get's split into multiple elements on the circle instead of overlapping chords. The question is somewhat related to a previous question that was raised: https://github.com/jokergoo/circlize/issues/158

Many thanks Tilo

OliverPStuart commented 2 years ago

I see that this has been listed as completed; are there any instructions yet on how to achieve this for chord diagrams?

jokergoo commented 2 years ago

No, haven't done yet...