Dear all,
please if I may ask a question that may have been asked before, it is about basics of limma and edgeR :
sometimes in the documentation and in some examples, the design matrix is specified as :
1) design <- model.matrix(~group)
and, in some other examples, as :
2) design <- model.matrix(~0+group, data=y$samples)
please could you let me know your recommendations of design1 vs design2. Thank you ;) !
bogdan
Thank you Gordon for the quick reply. I am reading again the documentation now, and will let you know if i have any other questions ;)