Visualize hierarchical relationships between samples and features
Study.interactive_graph()
Python source code: [download source: plot_graph.py]
import flotilla
study = flotilla.embark(flotilla._brainspan)
study.plot_graph(cov_std_cut=3, degree_cut=5)