Skip to content

Graphics / visualization challenges #11

Open
@maxentile

Description

@maxentile

How do we visually summarize a MSM?

  • Naive: draw a network where the nodes are exemplars of each state and edges are transition rates, e.g.
    image (http://biomedicalcomputationreview.org/sites/default/files/u6/c_ntl9_jacs_fig3.jpg)
    image (http://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/[email protected]/[email protected])
    ...
    Potentially with embellishments, e.g. a "potential energy surface"
    image
    (http://portfolio.scistyle.com/Protein-Folding-Funnel)
    • Benefits: direct mapping to model representation in the computer
    • Limitations:
      • State markers: a state definition isn't just a single conformation, but a group of conformations. An individual conformation is difficult to interpret using a single 2D projection
      • Transition rates: we'll experience occlusion from many overlapping edges unless we arbitrarily threshold / sparsify the transition matrix
      • Doesn't "look dynamic"
      • Requires an additional marker (e.g. node outline color) to indicate the free energy of each conformation
      • Propagating probability mass multiple time steps ahead is difficult to do visually. If I start at a node, I look for and follow the couple biggest outgoing arrows and say most of the probability mass goes to those neighbors in one time step. I do the same thing for each of those nodes to figure out where the probability mass goes in two time steps. Etc. --> It would be cool to have an interface that automatically does this propagation for you. E.g. hover over a state, and then it does a looping animation where each frame indicates how much probability mass is on each node at a given time lag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions