Documentation ¶
Overview ¶
Package graphic provides simple BLAST report graphic rendering.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Summary ¶
type Summary struct { // Legend, Aligns and Depths specify whether the legend, alignments // and depth plots are drawn. All are set to true by NewSummary. Legend bool Aligns bool Depths bool // contains filtered or unexported fields }
A Summary can display a graphical summary of a blast output result.
func NewSummary ¶
NewSummary returns a Summary of the provided blast output.
Click to show internal directories.
Click to hide internal directories.