You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add several tracks / layers to a chordDiagram?
I need to visualize additional information on my chordDiagram. I tried highlight.section, but that did not seem to work as straightforward for my requirements.
Question: As you can see, df also have $value1, $value2, $value3. I want to add something like this:
The df$value could denote log2-fold change or FDR. Therefore, a gradient color legend should be added and correspond to each of the 3 values.
OBS: The df$value3 has been drawn "below" / on the inside of the "directional" color. It may also be drawn on the "outside" of the grey colored areas of each df$Gene so the directional color maintain a clear connection to each Description.
I also posted this on SO, but figured this site might be more appropriate.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Zuguang Gu (and others)
Is it possible to add several tracks / layers to a chordDiagram?
I need to visualize additional information on my chordDiagram. I tried
highlight.section
, but that did not seem to work as straightforward for my requirements.Let's use this data.
I have made this plot using the code below
Question: As you can see, df also have
$value1, $value2, $value3
. I want to add something like this:The df$value could denote log2-fold change or FDR. Therefore, a gradient color legend should be added and correspond to each of the 3 values.
OBS: The
df$value3
has been drawn "below" / on the inside of the "directional" color. It may also be drawn on the "outside" of the grey colored areas of eachdf$Gene
so the directional color maintain a clear connection to each Description.I also posted this on SO, but figured this site might be more appropriate.
Beta Was this translation helpful? Give feedback.
All reactions