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.function) and the built function checks the validity of the ExpressionSet / geo-limma-dataset that was passed in
1 | gld_fnBuilder_exptDesign(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.