Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintGroupBy ¶
func PrintGroupBy(w io.Writer, groups []GroupCount, dimension string, topN int)
PrintGroupBy writes a ranked list of group counts to w.
Types ¶
type GroupCount ¶
GroupCount holds a dimension value and the number of rows with that value.
type Summary ¶
type Summary struct {
Total int
HQCount int
TopSpecies []GroupCount
Datasets []GroupCount
}
Summary holds aggregate statistics for a collection of genome rows.
func DefaultSummary ¶
DefaultSummary computes aggregate statistics over a slice of result rows.
Click to show internal directories.
Click to hide internal directories.