PSUT matrix formation meta information column names
mat_meta_cols.Rd
When forming PSUT matrices, meta information is provided in columns.
This list provides the typical names for the meta information columns
throughout the PFUPipelineTools
package.
Format
A string list with 6 entries.
- matname
The name of the column that contains matrix names.
- matval
The name of the column in a tidy data frame that contains matrices themselves.
- rowname
The name of the column that contains matrix row names.
- colname
The name of the column that contains matrix column names.
- rowtype
The name of the column that contains matrix row types.
- coltype
The name of the column that contains matrix column types.