hms-dbmi / OncoThreads

OncoThreads longitudinal cancer genomics visualization project.
http://oncothreads.gehlenborglab.org
MIT License
10 stars 1 forks source link

Layout of the sankey diagram #250

Closed wangqianwen0418 closed 3 years ago

wangqianwen0418 commented 3 years ago

center aligned

before:

image

now:

image

grouping sequence can effectively reduce the visual clutter in the sankey diagram

image

divided into two groups:

image

Data: Low-Grade Gliomas (UCSF, Science 2014) TRIPLED, number of states: 7

wangqianwen0418 commented 3 years ago

Edge crossing:

Q: Can we minimize edge crossing through reordering? A: Yes, especially when the sequence are properly grouped.

Below is an example:

image

after grouping:

image

after reordering:

image

Q: Do we need to reorder the state at each timepoints to reduce the edge crossing? A: Not sure, maybe not. First, after grouping sequence, the visual clutter is reduced. Second, we order states in the same order at each timepoints. The edge crossing can help highlight the state transition among timepoints. Below is an example:

image

Example Data: Expanded data at time points 3 & 4

wangqianwen0418 commented 3 years ago

💬 Feedback from the group discussion (11.19):