[R] Normalize data set

2009-09-03 Thread Edward Chen
Hi all, I have a mxn matrix that consists of 28077 rows of features and 30 columns of samples. I want to normalize each row for the samples for each feature. I have tried normalize and scale functions but they don't seem to work out the way I want to. Thank you -- Edward Chen Email:

Re: [R] Normalize data set

2009-09-03 Thread David Winsemius
On Sep 3, 2009, at 4:41 PM, Edward Chen wrote: Hi all, I have a mxn matrix that consists of 28077 rows of features and 30 columns of samples. I want to normalize each row for the samples for each feature. I have tried normalize and scale functions How? but they don't seem to work out

Re: [R] Normalize data set

2009-09-03 Thread Stephan Kolassa
Are you looking for reshape()? HTH, Stephan Edward Chen schrieb: Hi all, I have a mxn matrix that consists of 28077 rows of features and 30 columns of samples. I want to normalize each row for the samples for each feature. I have tried normalize and scale functions but they don't seem to