Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrNilData = "goChem/ChemPlot: Nil data given " ErrInconsistentData = "goChem/ChemPlot: Inconsistent data length " ErrTooManyTags = "goChem/ChemPlot: Maximun number of tagable residues is 4" ErrOutOfRange = "goChem/ChemPlot: Index requested out of range" )
Variables ¶
This section is empty.
Functions ¶
func RamaPlot ¶
RamaPlot Produces plots, in png format for the ramachandran data (psi and phi dihedrals) contained in data. Data points in tag (maximun 4) are highlighted in the plot. the extension must be included in plotname. Returns an error or nil*/
func RamaPlotParts ¶
RamaPlotParts produces plots, in png format for the ramachandran data (phi and psi dihedrals) contained in data. Data points in tag (maximun 4) are highlighted in the plot. the extension must be included in plotname. Returns an error or nil. In RamaPlotParts The data is divided in several slices, where each is represented differently in the plot
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func (Error) FunctionName ¶
Click to show internal directories.
Click to hide internal directories.