Displaying 1 result from an estimated 1 matches for "ctrl_2".
Did you mean:
ctrl_w
2006 Jan 23
0
design matrix and coefficients
...user's Guide"
manual. Afterwards I wanted to do it with my own data. Here I encounter a
few problems.
As an example I used four Control samples and 4 treated samples.
1. This is how my target files looks like:
filename treated time.h conc.
ctrl_1.cel no 24 0
ctrl_2.cel no 24 0
ctrl_3.cel no 24 0
ctrl_4.cel no 24 0
treat_100_1.cel yes 24 100
treat_100_2.cel yes 24 100
treat_1000_3.cel yes 24 1000
treat_1000_4.cel yes 24 1000
2. I would like to create a design matrix to...