design_builder: Builds a function that makes the design matrix for a dataset

Description Usage Arguments

View source: R/diffex_functions.R

Description

User passes in the column labels of the phenoData that are to be used in making the design And passes in a design-function that converts these columns into the design The functionBuilder checks for the validity of the input (treatment_cols / design_fn) and the built function checks the validity of the ExpressionSet that gets passed in to it.

Usage

1
design_builder(treatment_cols = NULL, design_fn = NULL)

Arguments

treatment_cols

Which columns of the pData should be kept?

design_fn

Function for making design matrices.


russHyde/miiq documentation built on Dec. 25, 2019, 10:56 a.m.