pairs_filter: Pairs filter

Description Usage Arguments Value Examples

View source: R/pairs_filter_class.R

Description

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.

Usage

1
pairs_filter(factor_name, sample_id, ...)

Arguments

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 struct_class.

Value

A pairs_filter object.

struct object

Examples

1
M=pairs_filter(factor_name='Class',sample_id='ids')

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.