pre>
DESeqDataSet(se, design = ~ condition)</pre>
Where "condition" is the actual column name. I'd like to have the column name be adjustable. I tried using a variable in the formula:
<pre>
design_col = "condition"
DESeqDataSet...design_col)</pre>
As might be expected, that does not work ("all variables in design formula must be columns in colData"). I then tri…
updated 9.3 years ago • igor
