Description Usage Arguments Value Examples
View source: R/pairs_filter_class.R
This filter is used for study designs with paired sampling to ensure that measurements from the same source (e.g. patient) are represented in all factor levels and interactions.
1 | pairs_filter(factor_name, sample_id, ...)
|
factor_name |
(character) The name of a sample-meta column to use. |
sample_id |
(character) Name of sample meta column containing sample identifiers. |
... |
Additional slots and values passed to |
A pairs_filter
object.
struct object
1 | M=pairs_filter(factor_name='Class',sample_id='ids')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.