Displaying 3 results from an estimated 3 matches for "t12h".
Did you mean:
t12
2013 Jan 31
1
facet plot
Hi all,
I want to plot a facet plot with column names as x and column values as y.
One plot for each row. here is part of my dataset:
Gene T0h T0.25h T0.5h T1h T2h T3h T6h T12h T24h T48h NM_001001130 68 95
56 43 66 62 68 90 63 89 NM_001001144 0 1 4 0 1 1 1 4 1 2 NM_001001152 79
129 52 50 24 45 130 154 112 147 NM_001001160 1 1 2 0 0 1 0 0 0 1
NM_001001176 0 0 0 0 0 0 0 0 0 0 NM_001001177 1 3 2 3 0 1 1 0 2 0
NM_001001178 0 0 0 0 0 0 0 0 0 0 NM_001001179 0 0 0 0 0 0 0...
2012 Jan 30
0
need some help with model.matrix
...sign matrix. Alternatively, such a design 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 samp...
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
.....