Re: [R] Quick help needed in coding quantile normalization

2013-10-26 Thread Jeff Newmiller
Couple of problems: 1) The Posting Guide clearly states that this is not a homework help forum. We don't know what rules your study is constrained by, but if you are doing homework then we do know you have resources at your educational institution to rely on. 2) If this is not homework, why th

[R] Quick help needed in coding quantile normalization

2013-10-25 Thread helpwperl
I'm trying to code quantile normalization without using any fancy functions (e.g., normalizeBetweenArrays(), normalize.quantities(), etc.). I'm having a hard time trying to re-order the columns of my means matrix to match the original unsorted matrix. I assume I will have to somehow utilize order()