Documentation ¶
Overview ¶
Package convert has functions for convert to matrix format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromTable ¶
func FromTable(table *[]map[string]string, settings ConversionSettings) *types.Matrices
FromTable generates a 2D matrix of conditions v readouts (conditions = columns, readouts = rows). If the rows and columns should be sorted alphabetically, set resort to true. It generates matrices for both the abundance and score column, and can generate row ratios as well if requested. It also returns lists of the conditions and readouts.
Types ¶
Click to show internal directories.
Click to hide internal directories.