search for: cold_12h_shoot_rep1

Displaying 1 result from an estimated 1 matches for "cold_12h_shoot_rep1".

Did you mean: cold_12h_shoot_rep2
2012 Jan 30
0
need some help with model.matrix
...at 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 6 arrays). now back to where i got stuck: design <- model.matrix(~ -1+factor(c(1,1,2,2,3,3))) # Creates appropriate design matrix. Alternatively, such a design matrix...