TableAnnotatorHelper
TableRowAnnotatorHelper
Annotate the rows of a sample_table using information from a metadata_table.
- all the row values of the reference column of the
sample_tableare matched against theidsof themetadata_table. - if an
idmatches against a reference value of thesample_table, the corresponding row of thesample_tableis taggeg with the metadata given by theid.
Annotate the columns of a table using information from a metadata_table.
All the column values of the reference row of the table are matched against the ids of the metadata_table.
If an id matches against a reference value of the table, the corresponding column of the table is tagged with the metadata given by the id.
TableTablestrstrbool - Falsebool - FalseTableAnnotate the rows of a table using information from a metadata_table.
All the row values of the reference column of the table are matched against the ids of the metadata_table.
If an id matches against a reference value of the table, the corresponding row of the table is tagged with the metadata given by the id.
TableTablestrstrbool - Falsebool - FalseTable