continuousflex.viewers.viewer_nma module

This module implement the wrappers around Xmipp NMA protocol visualization program.

class continuousflex.viewers.viewer_nma.FlexNMAViewer(**kwargs)[source]

Bases: pyworkflow.viewer.ProtocolViewer

Visualization of results from the NMA protocol. Normally, NMA modes with high collectivity and low NMA score are preferred.

continuousflex.viewers.viewer_nma.createDistanceProfilePlot(protocol, modeNumber)[source]
continuousflex.viewers.viewer_nma.createShiftPlot(mdFn, title, ylabel)[source]
continuousflex.viewers.viewer_nma.createVmdNmwizView(protocol, modeNumber)[source]
continuousflex.viewers.viewer_nma.createVmdView(protocol, modeNumber)[source]
continuousflex.viewers.viewer_nma.showDistanceProfilePlot(protocol, modeNumber)[source]
continuousflex.viewers.viewer_nma.showVmdView(protocol, modeNumber)[source]