Annotate table rows according to a metadata table
Annotate the rows of a Sample table
using information from a Metadata table
.
All the row values of the reference column of the Sample table
are matched against the ids
of the Metadata table
.
If an id
matches against a reference value of the Sample table
, the corresponding row of the Sample table
is tagged with the metadata given by the id
.
Output
Configuration
reference_column
Column in the sample table whose values are used for annotation. If empty, it uses the first column.
string
metadata_ref_column
Column in the metadata table whose values are used for annotation. If empty, it uses the first column.
string
use_table_row_names_as_ref
If checked, the row names of the sample table are used as reference for annotation and the reference column param is ignored.
bool
use_metadata_row_names_as_ref
If checked, the row names of the metadata table are used as reference for annotation and the metadata reference column param is ignored.
bool