pairs_filter {structToolbox} | R Documentation |
Filters samples for paired analysis, ensuring each sample id is present in all groups.
pairs_filter(factor_name, sample_id, ...)
factor_name |
(character) the column name of sample_meta containing the labels |
sample_id |
(character) the column name of sample_meta containing the sample ids |
... |
additional slots and values passed to struct_class |
A STRUCT method object with functions for applying a pairs filter
struct object
M=pairs_filter(factor_name='Class',sample_id='ids')