View source: R/diffex_functions.R
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.
1 | design_builder(treatment_cols = NULL, design_fn = NULL)
|
treatment_cols |
Which columns of the pData should be kept? |
design_fn |
Function for making design matrices. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.