Displaying 2 results from an estimated 2 matches for "c12h".
Did you mean:
c12
2012 Jan 30
0
need some help with model.matrix
...matrix can be created in any spreadsheet program and then imported into R.
i am stuck at this point. i believe the model.matrix is creating a design matrix that the data will be put in later. the data in the example is:
Name FileName Target
Shoot12h.1 COLD_CONTROL_12H_SHOOT_REP1.cel c12h
Shoot12h.2 COLD_CONTROL_12H_SHOOT_REP2.cel c12h
ColdShoot6h.1 COLD_6H_SHOOT_REP1.cel t6h
ColdShoot6h.2 COLD_6H_SHOOT_REP2.cel t6h
ColdShoot12h.1 COLD_12H_SHOOT_REP1.cel t12h
ColdShoot12h.2 COLD_12H_SHOOT_REP2.cel t12h
Three experimental samples (duplicates of each giving a total of...
2012 May 23
1
edgeR: design matrix setup
I have a data frame like this:
T0h T0.25h T0.5h T1h T2h T3h T6h T12h T24h T48h
C0h C0.25h C0.5h C1h C2h C3h C6h C12h C24h C48h
NM_001001130 68 95 56 43 66 62 68 90 63 89 65
85 58 49 81 49 76 73 48 77
NM_001001152 79 129 52 50 24 45 130 154 112 147 56
85 67 33 52 31 93 77 65 109
...
...
...
It has about 29000 rows and 20 columns (i...